Place the tie-breaker criteria used by a non-root switch running Rapid PVST+ to select its Root Port in the correct order, from first evaluated (highest priority) to last evaluated (lowest priority).
- 1Lowest cumulative root path cost
- 2Lowest sender Bridge ID
- 3Lowest sender port priority
- 4Lowest sender port number
Answer
The correct evaluation sequence for electing a Root Port is: 1) Lowest cumulative root path cost, 2) Lowest sender Bridge ID, 3) Lowest sender port priority, and 4) Lowest sender port number.
When a non-root switch receives BPDUs across multiple active interfaces, it runs the Rapid PVST+ Root Port election process in a strict sequential order: first, it selects the port with the lowest cumulative root path cost. If path costs are equal, it compares the neighbor Bridge IDs and picks the lowest. If multiple connections lead to the same neighboring switch, it compares the sender's port priority, and finally breaks any remaining tie using the sender's lowest port number.
Step-by-Step Solution
Key Concept
Rapid PVST+ Root Port Election Tie-Breaker Decision Tree