RE: SNMP v3 help

2010-01-27 Thread Gaikwad, Rupesh
What would you suggest me to do if I have following requirement. 1. Receive V3 trap 2. Decode v3 trap somehow. I don't know this step. 3. Print the values like, oid , agentaddr etc from a perl script. Best regards, Rupesh From: Gaikwad, Rupesh Sent: Wednesday, January 27

SNMP v3 help

2010-01-27 Thread Gaikwad, Rupesh
Hello All, I have configured snmptrapd and I can receive V3 AuthPriv traps very well on my test machine. But, now I want to know how I can receive and print trap from perl. I have searched many links and found Net-SNMPTrapd-0.02 Net::SNMPTrapd. But this modules/ examples does not support v3.

RE: Need help on snmpv3 AuthPrev trap

2009-09-22 Thread Gaikwad, Rupesh
To: Mike Ayers Cc: Gaikwad, Rupesh; net-snmp-users@lists.sourceforge.net Subject: Re: Need help on snmpv3 AuthPrev trap On Wed, 16 Sep 2009 12:49:41 -0700, Mike Ayers mike_ay...@tvworks.com said: Actually, I am trying with a perl script directly to decrypt the incoming encrypted data by using MA

RE: SNMP v3 support from perl scripts

2009-09-15 Thread Gaikwad, Rupesh
a plaintext out of the encrypted values? Any kind of help is appreciated. Best regards, Rupesh -Original Message- From: Gaikwad, Rupesh [mailto:rupesh_gaik...@bmc.com] Sent: Thursday, August 06, 2009 1:47 PM To: Dave Shield Cc: net-snmp-users@lists.sourceforge.net Subject: RE: SNMP v3

RE: Need help on snmpv3 AuthPrev trap

2009-09-15 Thread Gaikwad, Rupesh
a plaintext out of the encrypted values? Any kind of help is appreciated. Best regards, Rupesh -Original Message- From: Mike Ayers [mailto:mike_ay...@tvworks.com] Sent: Friday, September 11, 2009 3:12 AM To: Gaikwad, Rupesh; net-snmp-users@lists.sourceforge.net Subject: RE: Need help

RE: Need help on snmpv3 AuthPrev trap

2009-09-15 Thread Gaikwad, Rupesh
to decrypt the data? What approach shall you suggest if we want to decrypt? Your help appreciated! Best regards, Rupesh -Original Message- From: Wes Hardaker [mailto:harda...@users.sourceforge.net] Sent: Tuesday, September 15, 2009 9:40 PM To: Gaikwad, Rupesh Cc: Mike Ayers; net-snmp

Need help on snmpv3 AuthPrev trap

2009-09-10 Thread Gaikwad, Rupesh
Hello all, Need a help on snmpv3. Following are the questions. 1. What are all settings required for SNMPv3 traps? 2. What need to set in snmptrapd.conf and how to set it. An example would be better option 3. What extra things needs to be set for AuthPrev v3 traps. Best regards, Rupesh

SNMP v3 support from perl scripts

2009-08-06 Thread Gaikwad, Rupesh
Hello All, I want to do the SNMP v3 support by using perl scripts. Can anyone suggest me on how to start with? Any getting started guide will be very handy. Has anyone done it before? Your reply is appreciated! Best regards, Rupesh

RE: SNMP v3 support from perl scripts

2009-08-06 Thread Gaikwad, Rupesh
Thank you this input Dave! OK. I will try these steps and will let all know the results. Best regards, Rupesh -Original Message- From: dave.shi...@googlemail.com [mailto:dave.shi...@googlemail.com] On Behalf Of Dave Shield Sent: Thursday, August 06, 2009 1:11 PM To: Gaikwad, Rupesh Cc

RE: Change in source-IP

2009-07-16 Thread Gaikwad, Rupesh
regards, Rupesh From: Mike Ayers [mailto:mike_ay...@tvworks.com] Sent: Thursday, July 16, 2009 1:58 AM To: Gaikwad, Rupesh; net-snmp-users@lists.sourceforge.net Subject: RE: Change in source-IP From: Gaikwad, Rupesh [mailto:rupesh_gaik...@bmc.com] Sent: Mon 7

RE: Change in source-IP

2009-07-16 Thread Gaikwad, Rupesh
[mailto:dave.shi...@googlemail.com] On Behalf Of Dave Shield Sent: Thursday, July 16, 2009 3:50 PM To: Gaikwad, Rupesh Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Change in source-IP 2009/7/16 Gaikwad, Rupesh rupesh_gaik...@bmc.com: How do I send a trap over TCP? Can you please provide

Change in source-IP

2009-07-14 Thread Gaikwad, Rupesh
Hi All, Can anybody suggest me on the bellow quick query? I have a utility which acts as a trap forwarder. It is changing source-IP for CISCO-LWAPP-DOT11-CLIENT-MIB for few OIDs. Can somebody tell me what to look at for this issue? What can cause change in source-IP? It changes source-IP to the

How to send Response PDU as an acknowledgement for received INFORM request

2008-09-23 Thread Gaikwad, Rupesh
Hi Group, Please let me know How to send Response PDU as an acknowledgement for received INFORM request? My application is able to receive an INFORM PDU but is not able to send RESPONSE PDU. Please guide me how to create and send INFORM PDU. Thanks, Rupesh