03-15-2019 09:21 AM
Device and OS Info :c2960x-universalk9-mz.152-2.E6.bin
On this switch I have a port which is always in amber color and never get green. I have checked and changed the cables but that didn't helped. Interface if gigabit and running on full duplex.
However, I just checked the STP status and found the following (blocking), .. can someone advise what may be possible cause for this?
Switch#sh spanning-tree VLAN0001 Bridge ID Priority 32769 (priority 32768 sys-id-ext 1) Interface Role Sts Cost Prio.Nbr Type |
03-15-2019 09:34 AM
Hi @amh4y0001 ,
In a nutshell:
Spanning-tree is a protocol that avoids the layer 2 loop.
For this, when detecting a possible layer 2 loop, choose the shortest path, according to the cost of the interfaces to the switch designated as root and block the other paths by putting some ports in block state.
I suggest you check your connections, since the ports in block state are evidence that there is a possible layer 2 loop in your network topology.
Regards
03-16-2019 09:03 AM - edited 03-16-2019 09:05 AM
Hello
@luis_cordova wrote:I suggest you check your connections, since the ports in block state are evidence that there is a possible layer 2 loop in your network topology.
STP is doing what's is suppose to do , No evidence at this time to suggest of any L2 loop
03-15-2019 09:47 AM
Hello
stp convergence is based on receiving and sending bpdus and in this case that port which is alt-blk is receiving a more desirable bpdu priority then it’s sending and as a result stp has made this port an alternative backup port meaning if for some reason there is failure to the root port this alt-blk port would provide the alternative path back to the stp root switch.
03-15-2019 04:22 PM
03-16-2019 04:08 AM - edited 03-18-2019 10:33 AM
Hi,
STP protocol is designed to prevent the Layer 2 loops in the network. Here we are sure that "Gi3/0/48 Altn BLK 4 128.160 P2p" network design is making layer 2 loops. Now, this port is as a backup purpose and if your port between SW1 and SW3 or SW1 and SW2 went down, this port will take care of traffic and become in Forwarding.
an example above Picture. Switchport3 Fas0/1 is in the blocking state. I am not sure that your topology is matching with above or not. You may have some other type of topology as well.
For better understanding your topology, we need some logs from all switches.
sh spanning-tree
Show CDP neighbor details
Regards,
Deepak Kumar
03-18-2019 02:30 AM
Thanks everyone who contributed in this thread.
Instead of troubleshooting, I have re-desingned the LAN and everything seems to be working fine.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide