Hi,

I have a problem connecting to a remote host using V3.

I ran net-snmp-config --create-snmpv3-user -a my-password qaudrics


then I tested the connection to local host using:

snmpwalk -v 3 -u quadrics -l my-user-id  -A my-password localhost 
SNMPv2-MIB::sysName.0

this worked fine !


Then I added this to my snmpd.conf file:

group remote_v3 usm quadrics
access remote_v3 "" usm authnopriv exact all all all
view remote included system


But when I attempt a connection from a remote host I get:

[EMAIL PROTECTED] ~]# snmpwalk  -v 3 -u my-user-id -l authNoPriv  -A my-passord 
qm602a SNMPv2-MIB::sysName.0
snmpwalk: Authentication failure (incorrect password, community or key)
[EMAIL PROTECTED] ~]#

I've searched the mailing lists, FAQ's and man pages but cannot find a simple 
explaination of what is required.


Lee



Lee Porter
Quadrics Inc.
Technical Support - USA
mailto:[EMAIL PROTECTED] 
office: +1 408 955 0853
cell: +1 408 655 3131
fax:  +1 408 955 0153
http://www.quadrics.com 




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
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