Re: net SNMPv3 support

2007-06-22 Thread Dave Shield
On 22/06/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I am trying to send some packets using SNMPv3 but its failing. Please check the details below and let me know if I am missing something. C:\usr\binsnmpwalk -v 3 -u ashis -n jetDirect -l authPriv -a MD5 -A 682440502979335457 -x DES -d

RE: net SNMPv3 support

2007-06-22 Thread namitha.gowda
: Re: net SNMPv3 support On 22/06/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I am trying to send some packets using SNMPv3 but its failing. Please check the details below and let me know if I am missing something. C:\usr\binsnmpwalk -v 3 -u ashis -n jetDirect -l authPriv -a MD5

RE: net SNMPv3 support

2007-06-22 Thread namitha.gowda
Namitha -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Sent: Friday, June 22, 2007 1:25 PM To: Namitha Gowda (WT01 - Embedded Product Engineering) Cc: net-snmp-users@lists.sourceforge.net Subject: Re: net SNMPv3 support On 22/06/07, [EMAIL

Re: net SNMPv3 support

2007-06-22 Thread Dave Shield
On 22/06/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I tried a simple query as u suggested. Please checkout if the query is correct. I can't. Whether this is correct depends on the configuration of the agent that you are trying to query. The fact that you're getting an error back would

Re: net SNMPv3 support

2007-06-22 Thread Dave Shield
On 22/06/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Also please let me know if I have to do something on printer also, for supporting SNMPv3. I suggest you consult the documentation for the printer. Dave - This SF.net

RE: net SNMPv3 support

2007-06-22 Thread namitha.gowda
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Sent: Friday, June 22, 2007 2:40 PM To: Namitha Gowda (WT01 - Embedded Product Engineering) Cc: net-snmp-users@lists.sourceforge.net Subject: Re: net SNMPv3 support On 22/06/07, [EMAIL PROTECTED] [EMAIL

RE: net SNMPv3 support

2007-06-22 Thread asish.sahu
Hi All, While I am trying with the snmpwalk.exe tool. I got below error. Kindly tell me how can I enable encryption support in net-snmp library. snmpwalk -v 3 -u admin -n jetDirect -l authPriv -d -a MD5 -A 12345678 -x DES -X 12345678 10.200.90.113 1.3.6.1.2.1.43.5.1.1.3.1 Sending

Re: net SNMPv3 support

2007-06-22 Thread Dave Shield
On 22/06/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: While I am trying with the snmpwalk.exe tool. I got below error. Kindly tell me how can I enable encryption support in net-snmp library. Can you please liaise with your colleague Namitha Gowda before posting to this list. It

RE: net SNMPv3 support

2007-06-21 Thread namitha.gowda
20, 2007 8:13 PM To: Namitha Gowda (WT01 - Embedded Product Engineering) Cc: net-snmp-users@lists.sourceforge.net Subject: Re: net SNMPv3 support On 20/06/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I referred README.snmpv3; I understood everything but very first step. It says

Re: net SNMPv3 support

2007-06-21 Thread Dave Shield
On 21/06/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I executed the following command: snmpwalk -v 3 -u ashis -n jetDirect -l authPriv -a MD5 -A 12345678 -x DES -X 12345678 10.200.90.113 1.3.6.1.2.1.43.5.1.1.3.1 And got the below response Encryption support not enabled. snmpset:

RE: net SNMPv3 support

2007-06-21 Thread namitha.gowda
SNMPv3 support On 21/06/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I executed the following command: snmpwalk -v 3 -u ashis -n jetDirect -l authPriv -a MD5 -A 12345678 -x DES -X 12345678 10.200.90.113 1.3.6.1.2.1.43.5.1.1.3.1 And got the below response Encryption support

Re: net SNMPv3 support

2007-06-20 Thread Dave Shield
On 19/06/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I want to know how to extend the SNMPv1 support to SNMPv3. Please see README.snmpv3 I have done initialization for all the values in SNMPv3 structure. The code is compiling fine but sending a PDU is failing. Have you tried using the

RE: net SNMPv3 support

2007-06-20 Thread namitha.gowda
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Sent: Wednesday, June 20, 2007 5:56 PM To: Namitha Gowda (WT01 - Embedded Product Engineering) Cc: net-snmp-users@lists.sourceforge.net Subject: Re: net SNMPv3 support On 19/06/07, [EMAIL PROTECTED] [EMAIL

Re: net SNMPv3 support

2007-06-20 Thread Dave Shield
On 20/06/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I referred README.snmpv3; I understood everything but very first step. It says CREATING THE FIRST USER: net-snmp-config --create-snmpv3-user -a my_password myuser How and where do we set this? If you run that command, then it

net SNMPv3 support

2007-06-19 Thread namitha.gowda
Hi, I want to know how to extend the SNMPv1 support to SNMPv3. I have done initialization for all the values in SNMPv3 structure. The code is compiling fine but sending a PDU is failing. It would be really helpful if anyone can guide me or at least tell me some good website which have more