Three switches—Switch A, Switch B, and Switch C—are interconnected in a redundant Layer 2 topology running standard IEEE 802.1D Spanning Tree Protocol (STP). Switch A is configured with a bridge priority of 4096, while Switch B and Switch C both retain the default bridge priority of 32768. The link between Switch A and Switch B is 1 Gbps (cost = 4), the link between Switch A and Switch C is 10 Gbps (cost = 2), and the link between Switch B and Switch C is 1 Gbps (cost = 4). Based on this topology and STP operational rules, which of the following statements correctly describe the resulting converged network state?
- Switch A is elected as the Root Bridge for the topology because it has the lowest bridge priority value.Answer
- Switch C's interface connected directly to Switch A is selected as Switch C's Root Port due to having the lowest path cost to the Root Bridge.Answer
- CSwitch B elects its interface connected to Switch C as a Designated Port because Switch B has a lower MAC address than Switch C.
- DSwitch B can force itself to become the Root Bridge by increasing its bridge priority setting to a higher numerical value.
- EA native VLAN mismatch on the trunk between Switch B and Switch C will force Switch C to automatically become a secondary Root Bridge.
Answer
Switch A is elected as the Root Bridge for the topology because it has the lowest bridge priority value, and Switch C's interface connected directly to Switch A is selected as Switch C's Root Port due to having the lowest path cost to the Root Bridge.
Switch A becomes the Root Bridge because its priority of 4096 is lower than all other switches. Switch C selects its direct 10 Gbps interface (cost 2) as its Root Port because it provides the lowest cumulative path cost to the Root Bridge compared to any alternate route.
Step-by-Step Solution
Key Concept
Spanning Tree Protocol Operations (Root Bridge Election, Path Cost Calculation, and Port Role Determination)