A network engineer connects a new point-to-point link between Switch-1 and Switch-2 in an enterprise network running Rapid PVST+. Place the steps of the RSTP Proposal/Agreement fast convergence mechanism in the correct chronological order from link initialization to the Designated Port entering the Forwarding state.
- 1Switch-1 sends a BPDU with the Proposal bit set on its Designated Port (which is currently in the Discarding state) toward Switch-2.
- 2Switch-2 receives the superior BPDU, selects the receiving port as its new Root Port, and enters the synchronization phase.
- 3Switch-2 blocks all of its non-edge Designated Ports by placing them into the Discarding state.
- 4Switch-2 transmits an Agreement BPDU back to Switch-1 out of its newly selected Root Port.
- 5Switch-1 receives the Agreement BPDU and immediately transitions its Designated Port to the Forwarding state.
Answer
The correct chronological sequence for the Rapid PVST+ Proposal/Agreement handshake is: 1) Switch-1 sends a BPDU with the Proposal bit set on its Designated Port (in Discarding state) toward Switch-2. 2) Switch-2 receives the superior BPDU, selects the receiving port as its new Root Port, and enters the synchronization phase. 3) Switch-2 blocks all of its non-edge Designated Ports by placing them into the Discarding state. 4) Switch-2 transmits an Agreement BPDU back to Switch-1 out of its newly selected Root Port. 5) Switch-1 receives the Agreement BPDU and immediately transitions its Designated Port to the Forwarding state.
In Rapid PVST+ (IEEE 802.1w), fast convergence on point-to-point links relies on an explicit proposal/agreement handshake. When a link initializes, the upstream switch sends a BPDU with the Proposal bit set while its Designated Port is in the Discarding state. The downstream switch evaluates the BPDU, adopts the interface as its new Root Port, and enters the sync phase by blocking (placing in Discarding) all non-edge Designated Ports to eliminate loop potential. Once synchronized, the downstream switch sends an Agreement BPDU back out its Root Port. Upon receiving the Agreement BPDU, the upstream switch immediately transitions its Designated Port into the Forwarding state without waiting for traditional 802.1D timers.
Step-by-Step Solution
Key Concept
Rapid PVST+ Proposal/Agreement Handshake Mechanism