Skip to content

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

An XCCDF Rule

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.

ID
SV-269969r1052293_rule
Version
OS10-L2S-000240
Severity
Medium
References
Updated

Remediation Templates

A Manual Procedure

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