It seems like I had to remove and then re-install net-snmp (while ensuring the old /var/net-snmp/snmpd.conf was removed). Then running the following commands with snmpd already stopped:
Code: net-snmp-config --create-snmpv3-user -ro -a SHA -A [color=red]mypasswd[/color] [color=blue]my1stuser[/color] net-snmp-config --create-snmpv3-user -ro -a SHA -A [color=red]2ndpasswd[/color] -x AES -X [color=red]myprivatepasswd[/color] [color=blue]my2nduser[/color] service snmpd start seemed to do the trick, something I should've tried before I posted this thread. Thanks for the help. -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=31380#31380 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
