I have cleared all snmp default config on Enterasys switches.
clear snmp access ro security-model v1
clear snmp access ro security-model v2c
clear snmp access public security-model v1
clear snmp access public security-model v2c
clear snmp access public security-model usm
clear snmp group ro ro security-model v1
clear snmp group public public security-model v1
clear snmp group ro ro security-model v2c
clear snmp group public public security-model v2c
clear snmp group public public security-model usm
clear snmp user public
clear snmp community public
Then I set commands which is below.
set snmp group ABCgroup user ABC security-model usm nonvolatile
set snmp access ABCgroup security-model usm exact read All write All notify All nonvolatile
set snmp user ABC encryption des privacy 1234 authentication md5 1234
After these configuration I could not be able see switches on netsight. I am discovering the IP range of switches, but I can not find any switches.
Do I need to set any other command or do I have to do anything on Netsight server.
Thanks.