Spanning Tree200-301 Exam Term

What Does Loop Guard Mean in 200-301?

Quick Definition

Protects against STP loops by detecting unidirectional link failures where BPDUs stop arriving.

Full Definition

Loop Guard prevents switching loops caused by unidirectional link failures. Normally, if a non-designated port stops receiving BPDUs, STP assumes the Root Bridge path failed and the port transitions to Forwarding — potentially creating a loop. With Loop Guard, a port that stops receiving BPDUs transitions to the loop-inconsistent state instead of Forwarding, preventing the loop. Loop Guard is typically enabled on Root Ports and non-designated ports.

CLI Command

interface GigabitEthernet0/1
 spanning-tree guard loop
spanning-tree loopguard default  ! global

Exam Trap — Don't Get Fooled

Loop Guard and Root Guard cannot be configured together on the same port — they are mutually exclusive. Loop Guard is for Root/Alternate ports (non-designated). Root Guard is for Designated ports.

Related 200-301 Terms

Frequently Asked Questions

What does Loop Guard mean on the 200-301 exam?

Loop Guard prevents switching loops caused by unidirectional link failures. Normally, if a non-designated port stops receiving BPDUs, STP assumes the Root Bridge path failed and the port transitions to Forwarding — potentially creating a loop. With Loop Guard, a port that stops receiving BPDUs transitions to the loop-inconsistent state instead of Forwarding, preventing the loop. Loop Guard is typically enabled on Root Ports and non-designated ports.

How does Loop Guard appear as a trap on the 200-301?

Loop Guard and Root Guard cannot be configured together on the same port — they are mutually exclusive. Loop Guard is for Root/Alternate ports (non-designated). Root Guard is for Designated ports.

How important is Loop Guard on the 200-301 exam?

Loop Guard falls under the Spanning Tree domain of the 200-301 exam. Understanding it in context with related terms like stp and bpdu is essential for answering scenario-based questions correctly.