An engineer adds a new access switch to an established enterprise network. Shortly after connecting the switch to the core layer, traffic across multiple VLANs experiences severe latency and suboptimal path routing. Investigation reveals that the new access switch has unexpectedly taken over as the Spanning Tree Protocol (STP) root bridge for all VLANs. Which configuration error on the new access switch is the primary cause of this network issue?
- The switch was configured with a numerical STP bridge priority value lower than that of the core switch.Answer
- BThe switch was configured with a numerical STP bridge priority value higher than that of the core switch.
- CThe switch trunk interface was configured with a native VLAN mismatch relative to the core switch.
- DThe switch port connecting to the host devices was set up as a separate VLAN broadcast domain without a Layer 3 router.
Answer
The switch was configured with a numerical STP bridge priority value lower than that of the core switch.
In Spanning Tree Protocol (STP), the root bridge is elected based on the lowest Bridge ID (BID). The BID is composed of a bridge priority and the switch's MAC address. By default, switches have a priority of 32768. If a newly introduced access switch is configured with a lower numerical priority value (such as 4096 or 0), it wins the root bridge election, causing network traffic to shift paths toward the access layer.
Step-by-Step Solution
Key Concept
Spanning Tree Protocol (STP) Root Bridge Election and Priority Mechanics
Estimated Time:1m 15s