The Dell OS10 Switch must have STP Loop Guard enabled on all nondesignated STP switch ports.
Severity | Group ID | Group Title | Version | Rule ID | Date | STIG Version |
---|---|---|---|---|---|---|
medium | V-269957 | SRG-NET-000362-L2S-000023 | OS10-L2S-000110 | SV-269957r1052257_rule | 2024-12-11 | 1 |
Description |
---|
The Spanning Tree Protocol (STP) loop guard feature provides additional protection against STP loops. An STP loop is created when an STP blocking port in a redundant topology erroneously transitions to the forwarding state. In its operation, STP relies on continuous reception and transmission of Bridge Protocol Data Unit (BPDUs) based on the port role. The designated port transmits BPDUs, and the nondesignated port receives BPDUs. When one of the ports in a physically redundant topology no longer receives BPDUs, the STP conceives that the topology is loop free. Eventually, the blocking port from the alternate or backup port becomes a designated port and moves to a forwarding state. This situation creates a loop. The loop guard feature makes additional checks. If BPDUs are not received on a nondesignated port and loop guard is enabled, that port is moved into the STP loop-inconsistent blocking state. |
ℹ️ Check |
---|
Review the switch configuration to verify that STP Loop Guard is enabled on at least all nondesignated STP ports. Verify that the spanning-tree guard loop setting is enabled on each interface. interface ethernet1/1/1 no shutdown switchport mode trunk switchport access vlan 100 flowcontrol receive off spanning-tree guard loop ! If STP Loop Guard is not configured globally or on nondesignated STP ports, this is a finding. |
✔️ Fix |
---|
Configure the switch to have STP Loop Guard enabled globally, or at a minimum, on all nondesignated STP switch ports. OS10(config)# interface range ethernet 1/1/1-1/1/58 OS10(conf-range-eth1/1/1-1/1/58)# spanning-tree guard loop |