A network administrator connects Switch-A (Root Bridge) to Switch-B using two parallel 10 Gbps Ethernet links for path redundancy. The connections are established as follows:
- Link 1 connects Switch-A port Gi1/0/1 to Switch-B port Gi1/0/1.
- Link 2 connects Switch-A port Gi1/0/2 to Switch-B port Gi1/0/2.
On Switch-A, port Gi1/0/1 uses the default port priority of 128, while port Gi1/0/2 is manually configured with a port priority of 64. On Switch-B, port Gi1/0/1 is manually configured with a port priority of 32, while port Gi1/0/2 retains the default port priority of 128.
Assuming all other Spanning Tree Protocol (STP) parameters remain default and both links are operational, which interface on Switch-B will be selected as the Root Port, and why?
- Interface Gi1/0/2, because it receives BPDUs from Switch-A with a lower sender port priority.Answer
- BInterface Gi1/0/1, because it has a lower local port priority configured on Switch-B.
- CInterface Gi1/0/1, because Switch-A's interface Gi1/0/1 transmits a higher numerical port priority value.
- DInterface Gi1/0/2, because it has a higher local port priority than interface Gi1/0/1 on Switch-B.