SV-256424r959010_rule
V-256424
SRG-OS-000480-VMM-002000
ESXI-70-000063
CAT II
10
From the vSphere Client, go to Hosts and Clusters.
Select the ESXi Host >> Configure >> Networking >> Virtual switches.
For each port group on a standard switch that is configured to a native VLAN, click the "..." button next to the port group.
Click "Edit Settings". On the "Properties" tab, change the "VLAN ID" to a non-native VLAN and click "OK".
or
From a PowerCLI command prompt while connected to the ESXi host, run the following command:
Get-VirtualPortGroup -Name "portgroup name" | Set-VirtualPortGroup -VLanId "New VLAN#"
Note: This control addresses ESXi standard switches. Distributed switches are addressed in the vCenter STIG. If there is no standard switch on the ESXi host, this is not applicable.
From the vSphere Client, go to Hosts and Clusters.
Select the ESXi Host >> Configure >> Networking >> Virtual switches.
For each standard switch, review the "VLAN ID" on each port group. Verify they are not set to the native VLAN ID of the attached physical switch.
or
From a PowerCLI command prompt while connected to the ESXi host, run the following command:
Get-VirtualPortGroup -Standard | Select Name, VLanId
If any port group is configured with the native VLAN of the attached physical switch, this is a finding.
V-256424
False
ESXI-70-000063
Note: This control addresses ESXi standard switches. Distributed switches are addressed in the vCenter STIG. If there is no standard switch on the ESXi host, this is not applicable.
From the vSphere Client, go to Hosts and Clusters.
Select the ESXi Host >> Configure >> Networking >> Virtual switches.
For each standard switch, review the "VLAN ID" on each port group. Verify they are not set to the native VLAN ID of the attached physical switch.
or
From a PowerCLI command prompt while connected to the ESXi host, run the following command:
Get-VirtualPortGroup -Standard | Select Name, VLanId
If any port group is configured with the native VLAN of the attached physical switch, this is a finding.
M
5518