Cisco IOS SNMP setup v2 and v3

SNMP setup

conf t
enter into configuration mode
snmp-server community snmpitminutes ro
enable SNMP v2
snmp-server user snmpuser PRIVGROUP v3 auth md5 authpassword priv 3des certificationpassword
enable SNMP v3 user, more secured than v2
(snmp-server host 192.168.1.2 version 2c cisco)
(setup SNMP traps for the specified IP)
end

Share with: