# Edited SNMPD config # Listen for connections on all interfaces (both IPv4 *and* IPv6) agentAddress udp:161,udp6:[::1]:161 # ACCESS CONTROL First set up the security group, and put the monitor user in it group limited_grp usm monitor # next define the view denfinitions view limited_vw included .1.3.6.1.2.1.1 view limited_vw included .1.3.6.1.2.1.2 view limited_vw included .1.3.6.1.2.1.4.31 # And now define the access control # group name context model level match read write notify access limited_grp "" usm priv exact limited_vw none none # SYSTEM INFORMATION sysLocation dummylocation sysContact dummycontact # Create an snmpv3 user createUser monitor SHA "password" AES "password" rouser monitor priv -V limited_vw