cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
546
Views
0
Helpful
2
Replies

Switch Stack failure notification

Tim Johnson
Level 1
Level 1

I'm looking for suggestions on monitoring for failure of a switch in a stack. I use WhatsUp for monitoring and the basic "ping" would not detect if a member switch were to fail.

Thanks

2 Replies 2

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Tim,

you would need to create a script that has to do the following:

telnet to the stack

issue sh switch

collect output

verify that you have the expected number of Ready on it

see

http://www.cisco.com/en/US/products/hw/switches/ps5023/products_configuration_example09186a00807811ad.shtml

or use snmp traps

http://www.cisco.com/en/US/docs/switches/lan/catalyst3750/software/release/12.2_40_se/command/reference/cli3.html#wp1944901

snmp-server enable traps fru-ctrl

(Optional) Generate entity field-replaceable unit (FRU) control traps.

>>In the Catalyst 3750 switch stack, this trap refers to the insertion or removal of a switch in the stack.

Hope to help

Giuseppe

ropethic
Level 4
Level 4

I know of customers using solarwinds orion to monitor the stack. When discovering the device snmp is able to identify the stack and report status and traffic using SW orion

I would try a freeware snmp poller such as MRTG.