SV-258964r934550_rule
V-258964
SRG-APP-000516
VCSA-80-000299
CAT III
10
From the vSphere Client, go to "Networking".
Select a distributed switch >> Configure >> Settings >> Properties.
Click "Edit".
Select the advanced tab and update the "Type" under "Discovery Protocol" to disabled and click "OK".
or
From a PowerCLI command prompt while connected to the vCenter server, run the following command:
Get-VDSwitch -Name "DSwitch" | Set-VDSwitch -LinkDiscoveryProtocolOperation "Disabled"
If distributed switches are not used, this is not applicable.
From the vSphere Client, go to "Networking".
Select a distributed switch >> Configure >> Settings >> Properties.
Review the "Discovery Protocol" configuration.
or
From a PowerCLI command prompt while connected to the vCenter server, run the following command:
Get-VDSwitch | Select Name,LinkDiscoveryProtocolOperation
If any distributed switch does not have "Discovery Protocols" disabled, this is a finding.
V-258964
False
VCSA-80-000299
If distributed switches are not used, this is not applicable.
From the vSphere Client, go to "Networking".
Select a distributed switch >> Configure >> Settings >> Properties.
Review the "Discovery Protocol" configuration.
or
From a PowerCLI command prompt while connected to the vCenter server, run the following command:
Get-VDSwitch | Select Name,LinkDiscoveryProtocolOperation
If any distributed switch does not have "Discovery Protocols" disabled, this is a finding.
M
5573