Page 1 of 1

Cisco snmp v3 Uptime

Posted: Wed Oct 26, 2016 4:43 am
by amprantino
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

Re: Cisco snmp v3 Uptime

Posted: Wed Oct 26, 2016 11:43 am
by dwhitfield
Have you contacted the developer? His email address is published on all his exchange plugins: https://exchange.nagios.org/directory/P ... ld/details

This is not to say we can't help here, and we'll certainly keep the thread open for community input, but since it is not our plugin, we may not be the best support choice.