DISA STIGS Viewer

The Dell OS10 Switch must not use the default VLAN for management traffic.

Overview

Finding ID Version Rule ID IA Controls Severity
V-269969 OS10-L2S-000240 SV-269969r1052293_rule   Medium
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.
STIG Date
Dell OS10 Switch Layer 2 Switch Security Technical Implementation Guide 2024-12-11

Details

Check Text (C-74002r1052291_chk)
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 Text (F-73903r1052292_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