This is a discussion on Re: snmpstatus v3 authentication issue within the SNMP Users forums, part of the Networking and Network Related category; On 21/05/07, M L <bobilu@k.ro> wrote: > I ran into the following issue while ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 21/05/07, M L <bobilu@k.ro> wrote:
> I ran into the following issue while using "snmpstatus": > > ./snmpstatus -v 3 -u c -a MD5 -A 1234Qwer 10.10.10.10 > > This will return as authentication failed. I used -D flag and noticed that > defaultAuthType is noAuthNoPriv, but -a flag should overide this. No - the '-a' flag sets the authentication protocol to use (MD5 or SHA) It does not affect the security level of the request. Try snmpstatus -v 3 -u c -l auth -a MD5 -A 1234Qwer 10.10.10.10 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/...net-snmp-users |