Question

Difficulty: MediumRapid PVST+ Spanning Tree Protocol Operations and Roles

A network engineer is analyzing the rapid convergence mechanism of Rapid PVST+ (IEEE 802.1w) on a point-to-point link between two Cisco Catalyst switches. Place the steps of the Rapid PVST+ Proposal-Agreement handshake sequence in the correct chronological order from first event to final event.

  1. 1The upstream switch transmits a BPDU with the Proposal bit set out of its Designated Port in the Discarding state.
  2. 2The downstream switch elects the receiving port as its new Root Port and places all non-edge Designated Ports into the Discarding state to synchronize.
  3. 3The downstream switch transmits an Agreement BPDU back to the upstream switch from its newly selected Root Port.
  4. 4The upstream switch receives the Agreement BPDU and immediately transitions its Designated Port to the Forwarding state.

Answer

The correct order of events in the Rapid PVST+ Proposal-Agreement handshake sequence is: 1) The upstream switch transmits a BPDU with the Proposal bit set. 2) The downstream switch selects the port as its new Root Port and blocks non-edge Designated Ports (synchronization). 3) The downstream switch sends an Agreement BPDU back to the upstream switch. 4) The upstream switch immediately transitions its Designated Port to the Forwarding state.
Rapid PVST+ (IEEE 802.1w) achieves rapid convergence on point-to-point links through an active handshake sequence between switch ports. First, the upstream switch transmits a proposal BPDU on its Designated Port. Second, the downstream switch recognizes the superior BPDU, adopts the receiving interface as its Root Port, and blocks all non-edge Designated Ports to synchronize the switch topology. Third, once synchronized, the downstream switch responds with an Agreement BPDU on its new Root Port. Finally, the upstream switch receives this agreement and immediately transitions its Designated Port to the Forwarding state without waiting for legacy forward delay timers.

Step-by-Step Solution

1
Identify the initial proposal transmission.
The upstream switch sends a BPDU with the Proposal bit set.
Rapid PVST+ uses explicit handshake messages rather than timer-based transitions on point-to-point links. The process starts when a switch sends a Proposal BPDU out of a Designated Port.
2
Determine the downstream switch state synchronization.
The downstream switch selects the port as Root Port and puts non-edge Designated Ports into Discarding.
To prevent transient Layer 2 loops while agreeing to the new topology, the downstream switch performs synchronization by isolating (discarding on) all non-edge Designated ports.
3
Identify the agreement response mechanism.
The downstream switch sends an Agreement BPDU back on its new Root Port.
Once all interfaces are verified synchronous, the downstream switch confirms loop-free readiness by transmitting an Agreement BPDU.
4
Determine the final port state transition.
The upstream switch transitions its Designated Port directly into Forwarding.
Upon receiving the Agreement BPDU, the upstream switch immediately moves its Designated Port to Forwarding without waiting for traditional 15-second Listening/Learning timers.

Key Concept

Rapid PVST+ Proposal-Agreement Handshake Convergence
Rate this question