Hi All I have a x86 Lenny servers and amd64 Etch servers. I am setting up SNMP V3 on those servers I did run the following command on all servers:
/etc/init.d/snmpd stop;net-snmp-config --create-snmpv3-user -ro -a MD5 -A XYZ ZXY;/etc/init.d/snmpd restart Then I run the following test: snmpget -v 3 -u ZXY -l authNoPriv -a MD5 -A XYZ db01 SNMPv2-MIB::sysORDescr.8 On the Lenny servers I get the correct result: SNMPv2-MIB::sysORDescr.8 = STRING: View-based Access Control Model for SNMP. On the etch servers I get snmpget: Unknown user name Please advice. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org