SV-207664r388482_rule
V-207664
SRG-OS-000480-VMM-002000
ESXI-65-000065
CAT II
10
From the vSphere Web Client select the ESXi Host and go to Configure >> Networking >> Virtual switches. Highlight a port group (where VLAN ID set to 4095) and click Edit settings (pencil). Change the VLAN ID to not be a reserved VLAN ID 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 Web 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-207664
False
ESXI-65-000065
From the vSphere Web 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
2925