dear all,

I am testing SNMPv3, and having problem with authPriv mode.

The setting of SNMPv3 in agent is:
1) In /var/net-snmp/snmpd.conf, i add in:
createUser dave MD5 "Open the door" DES "Open the door"

2) In /usr/local/share/snmp/snmpd.conf, i add in:
rouser dave

The setting of snmpget is:
3) In $HOME/.snmp/snmp.conf
defSecurityName dave
defSecurityLevel authPriv
defAuthType MD5
defAuthPassphrase "Open the door"
defPassphrase "Open the door"

4) the command is :
snmpget -v 3 -l authPriv -u dave -A "Open the door" -X "Open the door"
localhost sysUpTime.0

But i get "snmpget: Decryption error", what did i do wrong???

Is there anyone having experience on snmpv3 before? thanks.

victor




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
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