The Dell OS10 Switch must have the default VLAN pruned from all trunk ports that do not require it.

Severity
Group ID
Group Title
Version
Rule ID
Date
STIG Version
mediumV-269968SRG-NET-000512-L2S-000009OS10-L2S-000230SV-269968r1052290_rule2024-12-111
Description
The default VLAN (i.e., VLAN 1) is a special VLAN used for control plane traffic such as Spanning-Tree Protocol (STP), Dynamic Trunking Protocol (DTP), VLAN Trunking Protocol (VTP), and Port Aggregation Protocol (PAgP). VLAN 1 is enabled on all trunks and ports by default. With larger campus networks, use caution regarding the diameter of the STP domain for the default VLAN. Instability in one part of the network could affect the default VLAN, thereby influencing control-plane stability and therefore STP stability for all other VLANs.
ℹ️ Check
Review the OS10 switch configuration and verify that the default VLAN is pruned from the allowed VLANs on trunk links that do not require it: interface ethernet 1/1/1 no shutdown switchport mode trunk switchport access vlan 99 switchport trunk allowed vlan 2100-2102 If the default VLAN is not pruned from trunk links that should not be transporting frames for the VLAN, this is a finding.
✔️ Fix
Best practice for VLAN-based networks is to prune unnecessary trunk links from gaining access to the default VLAN, and to ensure that frames belonging to the default VLAN do not traverse trunks not requiring frames from the VLAN: OS10(config)# interface ethernet 1/1/1 OS10(conf-if-eth1/1/1)# switchport access vlan 99 OS10(conf-if-eth1/1/1)# switchport trunk allowed vlan 2100-2102