SV-207662r388482_rule
V-207662
SRG-OS-000480-VMM-002000
ESXI-65-000063
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 native VLAN ID) and click Edit settings. 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#"
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 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 | Select Name, VLanId
If any port group is configured with the native VLAN of the ESXi hosts attached physical switch, this is a finding.
V-207662
False
ESXI-65-000063
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 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 | Select Name, VLanId
If any port group is configured with the native VLAN of the ESXi hosts attached physical switch, this is a finding.
M
2925