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\bin>snmpwalk  -v 3  -u ashis -n "jetDirect" -l authPriv -a MD5 -A 
> 682440502979335457 -x DES -d -X 6824402502979335457 10.200.90.113 
> 1.3.6.1.2.1.43.5.1..3.1
     [snip]
> snmpwalk: Authentication failure (incorrect password, community or key)

That's not the error you were reporting yesterday.
Then you said that it was complaining about

> > Encryption support not enabled.
> > snmpset: USM encryption error

Now it seems that the request is being sent successfully.



I don't know how the remote box is configured, but the error message
     Authentication failure (incorrect password, community or key)
would tend to indicate that it doesn't like one (or more) of the SNMPv3
username, authentication/encryption protocol or key, or the context
string that you are using.

I'd suggest that you try with a simpler query, perhaps a noAuth
or authNoPriv request using the default context - and work up to
the full settings that you need to use.

But look closely at how the access control is configured on the remote agent.

Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to