10-01-2012 10:11 AM
I am trying to configure SNMPv3 on a 2960G(12.2.(55)) and I hope I am just missing something somewhere....
snmp-server view v3view interfaces included
snmp-server view v3view internet included
snmp-server view v3view chassis included
snmp-server view v3view system included
snmp-server group v3group v3 priv read v3viewwrite v3view notify v3view
snmp-s user v3user v3group v3 auth md5 v3secret priv aes 128 v3secret
Interestingly enough when I 'sh conf | i snmp' the user command isnt there, however it shows it under 'sh snmp user'. Using Solarwinds Eng Toolset to attempt to just pull interfaces and it keeps kicking back with creds failing.
any help is appreciated.
Solved! Go to Solution.
10-03-2012 08:43 AM
OK, so have you verified that your NMS is using the correct credentials? Do you have an ACL defined?
Here are some basic instructions. Order of operations matter.
To enable SNMP v3 on Cisco IOS devices, follow these steps:
snmp-server view
snmp-server group
snmp-server user
snmp-server group netset v3 auth context
10-01-2012 10:53 AM
Hi,
SNMPv3 users do not appear in the running configuration.
Please post the output of:
# show run | i snmp
# show snmp user
# show snmp group
# show snmp view
Thanks
10-01-2012 11:16 AM
Will do.
sh run | i snmp
snmp-server group v3group v3 priv read v3view write v3view notify v3view
snmp-server view v3view internet included
snmp-server view v3view system included
snmp-server view v3view interfaces included
snmp-server view v3view chassis included
snmp-server location Network Team
sh snmp user
User name: v3user
Engine ID: 800000090300001AE3491E01
storage-type: nonvolatile active
Authentication Protocol: MD5
Privacy Protocol: AES128
Group-name: v3group
sh snmp group
groupname: v3group security model:v3 priv
readview : v3view writeview: v3view
notifyview: v3view
row status: active
sh snmp view
v3view internet - included nonvolatile active
v3view system - included nonvolatile active
v3view interfaces - included nonvolatile active
v3view chassis - included nonvolatile active
v1default iso - included permanent active
v1default internet - included permanent active
v1default snmpUsmMIB - excluded permanent active
v1default snmpVacmMIB - excluded permanent active
v1default snmpCommunityMIB - excluded permanent active
v1default ciscoMgmt.252 - excluded permanent active
*tv.FFFFFFFF.FFFFFFFF.FFFFFFFF.FFFFFFFF0F iso - included volatile active
*tv.FFFFFFFF.FFFFFFFF.FFFFFFFF.FFFFFFFF0F iso.2.840.10036 - included volatile active
e-
10-03-2012 08:43 AM
OK, so have you verified that your NMS is using the correct credentials? Do you have an ACL defined?
Here are some basic instructions. Order of operations matter.
To enable SNMP v3 on Cisco IOS devices, follow these steps:
snmp-server view
snmp-server group
snmp-server user
snmp-server group netset v3 auth context
10-04-2012 09:20 AM
Found the problem, the 'priv' command in the 'snmp-server group' command needed to be auth, why priv is an option or why it doesnt work with priv... no idea.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide