An enterprise switch, Switch-A, is connected to neighboring switches via trunk links running Rapid PVST+. An administrator executes the command `spanning-tree vlan 10 priority 24576` on Switch-A, while all other switches in the network retain default STP settings. Which two statements correctly describe the Rapid PVST+ operations and port roles for VLAN on Switch-A?
- Switch-A advertises a total Bridge ID priority of for VLAN by combining the configured priority with the System ID Extension.Answer
- All active non-edge switch ports on Switch-A participating in VLAN assume the Designated Port role in the Forwarding state.Answer
- CSwitch-A advertises a total Bridge ID priority of for VLAN without modifying the value for the VLAN identifier.
- DSwitch-A selects the root path with the lowest cumulative cost and transitions one of its trunk ports to the Root Port role.
Answer
Switch-A advertises a total Bridge ID priority of for VLAN by combining the configured priority with the System ID Extension, and all active non-edge switch ports on Switch-A participating in VLAN assume the Designated Port role in the Forwarding state.
Rapid PVST+ calculates the total bridge priority by adding the 12-bit System ID Extension (VLAN ID ) to the 4-bit configured priority value (), producing an advertised priority of . Because default switch priority is , Switch-A wins the Root Bridge election for VLAN . On the Root Bridge, every active forwarding port is assigned the Designated Port role.
Step-by-Step Solution
Key Concept
Rapid PVST+ Bridge Priority Calculation and Root Bridge Port Roles