ITCertFoundryTechnical training system
← All ENCOR reference pages

CCNP ENCOR reference

RSTP, MST, Root Guard & BPDU Guard Quick Reference

Fast convergence, VLAN-to-instance scaling, and the two spanning-tree guard features tested in ENCOR objectives 3.3 and 3.4, in one page.

RSTP vs. classic 802.1D STP

RSTP (802.1w) converges in seconds instead of 802.1D's 30-50 seconds, mainly through edge ports (host-facing ports that skip the listening/learning delay) and a proposal/agreement handshake between switches that lets a new root or designated port move to forwarding almost immediately once both sides agree.

MST in one paragraph

MST (802.1s) maps many VLANs onto a small number of spanning-tree instances, so a switch with hundreds of VLANs doesn't need to compute hundreds of separate trees. Switches must match exactly on three region-identity elements — name, revision number, and VLAN-to-instance mapping — or they're treated as separate regions. A mismatch in even one of these (a single VLAN mapped differently, or just the revision number left at a stale value) is enough to break region agreement, even if everything else matches.

Root Guard vs. BPDU Guard

Root Guard: applied on a port where you never expect a superior BPDU (typically distribution-facing-access). Triggers on a superior BPDU only. Blocks the port (root-inconsistent state) and self-clears automatically once the superior BPDUs stop.

BPDU Guard: applied on a port that should never see any BPDU at all (typically an access port with PortFast). Triggers on any BPDU. Err-disables the port — a hard shutdown requiring manual 'shutdown'/'no shutdown' or configured auto-recovery, not a self-clearing response.

Root Guard vs. BPDU Guard at a glance

Root GuardBPDU Guard
Applied whereSwitch-facing (e.g. distribution → access)End-host-facing access ports
Triggers onA superior BPDU onlyAny BPDU at all
ResponseBlocks (root-inconsistent)Err-disables the port
RecoveryAutomatic once threat stopsManual or configured auto-recovery