Home Directory Plugins Hardware Network Gear Cisco Check Cisco Stack status

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Check Cisco Stack status

Rating
2 votes
Favoured:
0
Current Version
0.2
Last Release Date
2017-06-10
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
  • Nagios XI
License
GPL
Hits
8357
Files:
FileDescription
check_snmp_cisco_stack.plVersion 0.2 - June 10 2017
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Check the state of the redundant stack ring, switches in the stack ring and stackport status via SNMP.
Example outputs:
./check_snmp_cisco_stack.pl -H 192.168.1.1 -C public
Ring Redundant: yes, Switch States: sw1(sn:AAAABBBCCCC)=ready, sw2(sn:EEEFFFGGGG)=ready, Port States: up(4),down(0),forcedDown(0) : OK
Reviews (1)
Tested on Cisco 9300 & 9500 Switches.

My Command Output is as stated below.
===========================
/usr/local/nagios/libexec/check_snmp_cisco_stack.pl -H 192.168.1.11 -C nnv007 -2
Ring Redundant: yes, Switch States: sw2(sn:FOCXXX)=ready, sw1(sn:FCWXXX)=ready, Port States: up(4),down(0),forcedDown(0) : OK
===========================
192.168.1.11: Switch IP Address.
nnv007: SNMP Community Name.
-2: SNMP Version 2
===========================