SV-239318r674883_rule
V-239318
SRG-OS-000480-VMM-002000
ESXI-67-000064
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 4095 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 4095.
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 VLAN 4095 and is not documented as a needed exception, this is a finding.
V-239318
False
ESXI-67-000064
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 4095.
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 VLAN 4095 and is not documented as a needed exception, this is a finding.
M
5326