cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
683
Views
4
Helpful
2
Replies

Spanning Tree Troubleshooting

alle01511
Level 1
Level 1

Hi All,

Is there a way on a cisco switch to verify how long its been since Spanning Tree has re-converged, or even to see what *revision* number of STP is running. Essentially I want to see if spanning tree is constantly re-converging and causing network performance issues.

Thanks,

2 Replies 2

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Mark,

some years ago we used some MIB variables that provide STP "uptime" and number of STP executions as a measure of stability.

However, we had noticed that return data was expressed or in msec or in seconds depending on the IOS version.

let us know if an SNMP MIB poling approach can fit your needs.

Hope to help

Giuseppe

rais
Level 7
Level 7

You can use:

show span vlan detail

The output contains something like:

Number of topology changes 9 last change occurred 14w5d ago......

Thanks.