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