switch stack trap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2011 12:03 PM - edited 03-07-2019 03:32 AM
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
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2011 12:17 PM
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
