cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
3406
Views
5
Helpful
1
Replies

switch stack trap

iec1128759
Level 1
Level 1

help with a switch stack in which I have 3 in stack but swich is monitored with a single ip need to know if there is any trap that tells me there is a problem with any of the switch in stack

Thanks for your attention

1 Reply 1

Richard Michael
Cisco Employee
Cisco Employee

Hello,

Unfortunately there is no such way we can assign the IP address to each switch in the stack saparately.

There is a way to poll each switch in the stack using SNMP, the way to do it is to use the CISCO-STACKWISE-MIB to generate the traps.

We will need to add the following command to the switch:

"snmp-server enable traps stackwise"

After that you will be able to receive traps for cswStackMemberRemoved(.1.3.6.1.4.1.9.9.500.0.0.6) the trap you inform you of a missing switch in the stack.

Other useful stackwise OID's are:

  cswStackPortChange(.1.3.6.1.4.1.9.9.500.0.0.1)

  cswStackNewMaster(.1.3.6.1.4.1.9.9.500.0.0.2)

  cswStackMismatch(.1.3.6.1.4.1.9.9.500.0.0.3)

  cswStackRingRedundant(.1.3.6.1.4.1.9.9.500.0.0.4)

  cswStackMemberRemoved(.1.3.6.1.4.1.9.9.500.0.0.6)

Thanks,

Ricky Micky

*Rate Useful posts