PVST vs. Rapid PVST

Cisco switches support Per-VLAN Spanning Tree (PVST) and Rapid Per-VLAN Spanning Tree (Rapid PVST) to prevent Layer 2 loops. Let’s compare them!


1️⃣ What is PVST? (Per-VLAN Spanning Tree)

Cisco proprietary version of STP.
✅ Runs one STP instance per VLAN.
✅ Based on IEEE 802.1D (classic STP)Slow (50 sec convergence).
✅ Each VLAN can have a different Root Bridge, optimizing traffic flow.

How PVST Works:

Example Command to Enable PVST:

Switch(config)# spanning-tree mode pvst

2️⃣ What is Rapid PVST? (Rapid Per-VLAN Spanning Tree)

Cisco enhancement of Rapid Spanning Tree (RSTP – 802.1w).
✅ Runs one RSTP instance per VLAN.
Faster convergence (<6 seconds) than PVST.
✅ Uses Port Roles & Link Types for quick transitions.

Key Features of Rapid PVST:

Example Command to Enable Rapid PVST:

Switch(config)# spanning-tree mode rapid-pvst

3️⃣ PVST vs. Rapid PVST – Feature Comparison

FeaturePVST (802.1D)Rapid PVST (802.1w)
Convergence Time50 sec (Slow)<6 sec (Fast)
Per-VLAN STP?✅ Yes✅ Yes
BPDU ExchangeEvery 2 secEvery 2 sec
Port RolesRoot, Designated, BlockingRoot, Designated, Alternate, Backup
Listening State?✅ Yes❌ No (Removed)
Loop Prevention✅ Yes✅ Yes (Faster Recovery)
CPU/Memory UsageHigh (Multiple STP Instances)High (Multiple RSTP Instances)

4️⃣ When to Use PVST or Rapid PVST?

Use PVST if:

Use Rapid PVST if:

🚀 Recommendation: Always use Rapid PVST for better performance and quick recovery.

renjithbs Avatar

Posted by

Leave a comment