Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check cisco stack distributed and standard mode
Current Version
0.3.1
Last Release Date
2021-01-15
Compatible With
- Nagios 1.x
- Nagios 2.x
- Nagios 3.x
- Nagios 4.x
- Nagios XI
Owner
License
GPL
Hits
2501
Files:
File | Description |
---|---|
check_snmp_cisco_stack_dist.pl | check_snmp_cisco_stack_dist.pl |
Check the state of the redundant stack ring, switches in the stack ring and stackport status via SNMP.
Also check stackport distributed mode.
Compatible with all switch 2960s 2960x 2960xr 3750 and 3850 with stack
Example output
2960XR standard mode:
perl check_snmp_cisco_stack_dist.pl -C xxxx -H 172.16.0.114 -2
Ring Redundant: yes : Switch States: sw1(sn:FDO0000001)=Ready, sw2(sn:FDO0000002)=Ready, sw3(sn:FDO0000003)=Ready, sw4(sn:FDO0000004)=Ready, : Port States: up(8), down(0), forcedDown(0) : Satus: OK
3850 distributed mode:
perl check_snmp_cisco_stack_dist.pl -C xxxx -H 172.16.0.13 -2
Switch States: sw1(sn:FOC0000004)=Ready, sw2(sn:FOC000002)=Ready, : Port States: TenGigabitEthernet1/0/22: up, TenGigabitEthernet1/0/23: up, TenGigabitEthernet2/0/22: up, TenGigabitEthernet2/0/23: up, : Satus: OK
Modified version from check_snmp_cisco_stack.pl v0.2 thanks michiel timmers
Reviews (1)
bynishith, November 14, 2022
The said plug-in is found working properly.