Cisco snmp v3 Uptime

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
amprantino
Posts: 140
Joined: Thu Apr 18, 2013 8:25 am
Location: libexec

Cisco snmp v3 Uptime

Post 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
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Cisco snmp v3 Uptime

Post 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.
Locked