SV-258941r961863_rule
V-258941
SRG-APP-000516
VCSA-80-000274
CAT II
10
From the vSphere Client, go to "Networking".
Select a distributed switch >> Select a distributed port group >> Configure >> Settings >> Policies.
Click "Edit".
Click the "VLAN" tab. Change the VLAN ID to an unreserved VLAN ID.
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#"
If distributed switches are not used, this is not applicable.
From the vSphere Client, go to "Networking".
Select a distributed switch >> Select a distributed port group >> Configure >> Settings >> Policies.
Review the port group VLAN tags and verify that they are not set to a reserved VLAN ID.
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 a reserved VLAN ID, this is a finding.
V-258941
False
VCSA-80-000274
If distributed switches are not used, this is not applicable.
From the vSphere Client, go to "Networking".
Select a distributed switch >> Select a distributed port group >> Configure >> Settings >> Policies.
Review the port group VLAN tags and verify that they are not set to a reserved VLAN ID.
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 a reserved VLAN ID, this is a finding.
M
5573