The Dell OS10 Switch must not use the default VLAN for management traffic.
Severity | Group ID | Group Title | Version | Rule ID | Date | STIG Version |
---|---|---|---|---|---|---|
medium | V-269969 | SRG-NET-000512-L2S-000010 | OS10-L2S-000240 | SV-269969r1052293_rule | 2024-12-11 | 1 |
Description |
---|
Switches use the default VLAN (i.e., VLAN 1) for in-band management and to communicate with directly connected switches using Spanning-Tree Protocol (STP), Dynamic Trunking Protocol (DTP), VLAN Trunking Protocol (VTP), and Port Aggregation Protocol (PAgP)—all untagged traffic. Therefore, the default VLAN may unwisely span the entire network if not appropriately pruned. If its scope is large enough, the risk of compromise can increase significantly. |
ℹ️ Check |
---|
Review the OS10 switch configuration and verify that the default VLAN is not used to access the switch for management: interface vlan30 description "Management VLAN" no shutdown ip address 10.10.1.1/24 If the default VLAN is being used to access the switch, this is a finding. |
✔️ Fix |
---|
Configure the switch for management access to use a VLAN other than the default VLAN: OS10(config)# interface vlan 30 OS10(conf-if-vl-30)# description "Management VLAN" OS10(conf-if-vl-30)# ip address 10.10.1.1/24 OS10(conf-if-vl-30)# no shutdown |