SV-239319r674886_rule
V-239319
SRG-OS-000480-VMM-002000
ESXI-67-000065
CAT II
10
From the vSphere Client, select the ESXi host and go to Configure >> Networking >> Virtual switches.
Highlight a port group where VLAN ID is set to a reserved value and click "Edit" settings (dots).
Change the VLAN ID to an appropriate 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#"
From the vSphere Client, select the ESXi host and go to Configure >> Networking >> Virtual switches. For each virtual switch, review the port group VLAN tags and verify they are not set to a reserved VLAN ID.
or
From a PowerCLI command prompt while connected to the ESXi host, run the following command:
Get-VirtualPortGroup | Select Name, VLanId
If any port group is configured with a reserved VLAN ID, this is a finding.
V-239319
False
ESXI-67-000065
From the vSphere Client, select the ESXi host and go to Configure >> Networking >> Virtual switches. For each virtual switch, review the port group VLAN tags and verify they are not set to a reserved VLAN ID.
or
From a PowerCLI command prompt while connected to the ESXi host, run the following command:
Get-VirtualPortGroup | Select Name, VLanId
If any port group is configured with a reserved VLAN ID, this is a finding.
M
5326