The Dell OS10 Switch must have Root Guard enabled on all switch ports connecting to access layer switches and hosts.

Severity
Group ID
Group Title
Version
Rule ID
Date
STIG Version
lowV-269955SRG-NET-000362-L2S-000021OS10-L2S-000090SV-269955r1052251_rule2024-12-111
Description
Spanning Tree Protocol (STP) does not provide any means for the network administrator to securely enforce the topology of the switched network. Any switch can be the root bridge in a network. However, a more optimal forwarding topology places the root bridge at a specific predetermined location. With the standard STP, any bridge in the network with a lower bridge ID takes the role of the root bridge. The administrator cannot enforce the position of the root bridge but can set the root bridge priority to zero to secure the root bridge position. The root guard feature provides a way to enforce the root bridge placement in the network. If the bridge receives superior STP Bridge Protocol Data Units (BPDUs) on a root guard-enabled port, root guard moves this port to a root-inconsistent STP state, and no traffic can be forwarded across this port while it is in this state. To enforce the position of the root bridge it is imperative that root guard is enabled on all ports where the root bridge should never appear.
ℹ️ Check
Review the Dell OS10 Switch topology as well as the switch configuration to verify that Root Guard is enabled on all switch ports connecting to access layer switches and hosts. For each switch port connecting to access layer switches and hosts, execute the following: OS10# show running-configuration interface ethernet <interface number> Verify Root Guard is enabled: spanning-tree guard root If the switch has not enabled Root Guard on all switch ports connecting to access layer switches and hosts, this is a finding.
✔️ Fix
Configure the Dell OS10 Switch to enable Root Guard on all switch ports connecting to access layer switches and hosts as shown in the example below: OS10(config)# interface ethernet 1/1/1 OS10(conf-if-eth1/1/1)# spanning-tree guard root