Cisco snmp v3 Uptime
Posted: Wed Oct 26, 2016 4:43 am
Hello all,
I am using check_uptime.pl (0.521) to check the uptime of cisco switches, IOS 15.x
Downloaded from here: https://github.com/willixix/WL-NagiosPlugins
Is the only plugin for uptime that supports snmp v3
Although I can poll successfully the OID
snmpwalk 192.168.9.64 -v 3 -l authPriv -x AES -a SHA -A xxPASSxx -u xxUSERxx -X xxPASSxx SNMP-FRAMEWORK-MIB::snmpEngineTime.0
SNMP-FRAMEWORK-MIB::snmpEngineTime.0 = INTEGER: 1133172 seconds
snmpwalk 192.168.9.64 -v 3 -l authPriv -x AES -a SHA -A xxPASSxx -u xxUSERxx -X xxPASSxx 1.3.6.1.6.3.10.2.1.3
iso.3.6.1.6.3.10.2.1.3.0 = INTEGER: 1134650
I get the following error
./check_uptime.pl -H 192.168.9.64 -l xxUSERxx -x xxPASSxx -X xxPASSxx -L sha,aes -T net
OK: Cisco IOS Software, - up noSuchInstance
Any ideas?
Thank you
I am using check_uptime.pl (0.521) to check the uptime of cisco switches, IOS 15.x
Downloaded from here: https://github.com/willixix/WL-NagiosPlugins
Is the only plugin for uptime that supports snmp v3
Although I can poll successfully the OID
snmpwalk 192.168.9.64 -v 3 -l authPriv -x AES -a SHA -A xxPASSxx -u xxUSERxx -X xxPASSxx SNMP-FRAMEWORK-MIB::snmpEngineTime.0
SNMP-FRAMEWORK-MIB::snmpEngineTime.0 = INTEGER: 1133172 seconds
snmpwalk 192.168.9.64 -v 3 -l authPriv -x AES -a SHA -A xxPASSxx -u xxUSERxx -X xxPASSxx 1.3.6.1.6.3.10.2.1.3
iso.3.6.1.6.3.10.2.1.3.0 = INTEGER: 1134650
I get the following error
./check_uptime.pl -H 192.168.9.64 -l xxUSERxx -x xxPASSxx -X xxPASSxx -L sha,aes -T net
OK: Cisco IOS Software, - up noSuchInstance
Any ideas?
Thank you