SV-216841r612237_rule
V-216841
SRG-APP-000516
VCWN-65-000019
CAT II
10
From the vSphere Web Client go to Networking >> Select a distributed switch >> Select a distributed port group >> Configure >> Settings >> Policies. Click "Edit" and under the VLAN section change the VLAN ID to an appropriate VLAN ID other than "4095" and click "OK".
or
From a PowerCLI command prompt while connected to the vCenter server run the following command:
Get-VDPortgroup "portgroup name" | Set-VDVlanConfiguration -VlanId "New VLAN#"
From the vSphere Web Client go to Networking >> Select a distributed switch >> Select a distributed port group >> Configure >> Settings >> Policies.
Review the port group VLAN tags and verify they are not set to 4095.
or
From a PowerCLI command prompt while connected to the vCenter server run the following command:
Get-VDPortgroup | select Name, VlanConfiguration
If any port group is configured with VLAN 4095 and is not documented as a needed exception, this is a finding.
V-216841
False
VCWN-65-000019
From the vSphere Web Client go to Networking >> Select a distributed switch >> Select a distributed port group >> Configure >> Settings >> Policies.
Review the port group VLAN tags and verify they are not set to 4095.
or
From a PowerCLI command prompt while connected to the vCenter server run the following command:
Get-VDPortgroup | select Name, VlanConfiguration
If any port group is configured with VLAN 4095 and is not documented as a needed exception, this is a finding.
M
4030