I am having a problem with Solarwinds NPM 'discovering' new Cisco 3650 switches. I have used the same configuration on them as I have on our Cisco 2960X switches but when I run Add Node, select SNMP v2c, enter the community string and run the test, it fails.
The same switch can be pinged.
Here is a sample of the SNMP config I use on the switches.
snmp-server community xxxxxx RO
snmp-server community xxxxxx RW
snmp-server location GRHHOS
snmp-server enable traps snmp authentication linkdown linkup coldstart warmstart
snmp-server enable traps envmon fan shutdown supply temperature status
snmp-server enable traps flash insertion removal
snmp-server enable traps config
snmp-server enable traps bridge newroot topologychange
snmp-server enable traps stpx inconsistency root-inconsistency loop-inconsistency
snmp-server host xxx.xxx.xxx.xxx xxxxxx
My question is, is there something else that is required for this IOS version for SNMP to work ?