Comment #21 on issue 1029 by jean.deruelle: SNMP Support http://code.google.com/p/mobicents/issues/detail?id=1029
To test the adaptor in v3, issue this command line on a started MSS 1.6-SNAPSHOT
snmpwalk -v3 -u myuser -l authPriv -a MD5 -A mypassword -x DES -X mypassword 127.0.0.1:1161
Currently the users and password are hard coded and still need to be wired somehow into the adaptor
Make sure you created the user myuser with the password mypassword through this following command line :
sudo net-snmp-config --create-snmpv3-user -a mypassword myuser This will give the following output adding the following line to /var/lib/snmp/snmpd.conf: createUser myuser MD5 "mypassword" DES adding the following line to /usr/share/snmp/snmpd.conf: rwuser myuser
