A network engineer is troubleshooting an STP issue in a switched network. The network has two distribution switches connected via a trunk, and each distribution switch connects to the same access switch. The engineer notices that the root bridge is not the intended distribution switch. Upon checking, the engineer sees that the access switch has a higher priority than the distribution switches. The engineer needs to ensure that the intended distribution switch becomes the root bridge without causing a temporary loop. What should the engineer do?
Trap 1: Set the priority of the access switch to 0 using the 'spanning-tree…
Incorrect because setting the access switch priority to 0 would make it the root bridge, not the distribution switch.
Trap 2: Increase the priority of the distribution switch to 61440 using the…
Incorrect because increasing the priority makes the switch less likely to become root; the engineer wants the distribution switch to become root.
Trap 3: Disable STP on the distribution switch and manually configure it as…
Incorrect because disabling STP can cause loops and is not a recommended practice; the root bridge is elected dynamically via BPDUs.
- A
Configure the 'spanning-tree vlan vlan-id root primary' command on the intended distribution switch.
Correct because this command sets the switch priority to 24576 (or lower if needed) to ensure it becomes the root bridge without manual configuration.
- B
Set the priority of the access switch to 0 using the 'spanning-tree vlan vlan-id priority 0' command.
Why wrong: Incorrect because setting the access switch priority to 0 would make it the root bridge, not the distribution switch.
- C
Increase the priority of the distribution switch to 61440 using the 'spanning-tree vlan vlan-id priority 61440' command.
Why wrong: Incorrect because increasing the priority makes the switch less likely to become root; the engineer wants the distribution switch to become root.
- D
Disable STP on the distribution switch and manually configure it as the root bridge.
Why wrong: Incorrect because disabling STP can cause loops and is not a recommended practice; the root bridge is elected dynamically via BPDUs.