Information
DoS is a condition when a resource is not available for legitimate users. When this occurs, the organization either cannot accomplish its mission or must operate at degraded capacity.
Managing excess capacity ensures sufficient capacity is available to counter flooding attacks. Employing increased capacity and service redundancy may reduce the susceptibility to some DoS attacks. Managing excess capacity may include, for example, establishing selected usage priorities, quotas, or partitioning.
NOTE: Nessus has not performed this check. Please review the benchmark to ensure target compliance.
Solution
From the vSphere Client, go to Networking.
Select a distributed switch >> Configure >> Settings >> Properties.
In the "Properties" pane, click "Edit". Change "Network I/O Control" to "Enabled". Click "OK".
or
From a PowerCLI command prompt while connected to the vCenter server, run the following command:
(Get-VDSwitch "VDSwitch Name" | Get-View).EnableNetworkResourceManagement($true)