SV-256336r885619_rule
V-256336
SRG-APP-000247
VCSA-70-000110
CAT II
10
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)
If distributed switches are not used, this is not applicable.
From the vSphere Client, go to Networking.
Select a distributed switch >> Configure >> Settings >> Properties.
View the "Properties" pane and verify "Network I/O Control" is "Enabled".
or
From a PowerCLI command prompt while connected to the vCenter server, run the following command:
Get-VDSwitch | select Name,@{N="NIOC Enabled";E={$_.ExtensionData.config.NetworkResourceManagementEnabled}}
If "Network I/O Control" is disabled, this is a finding.
V-256336
False
VCSA-70-000110
If distributed switches are not used, this is not applicable.
From the vSphere Client, go to Networking.
Select a distributed switch >> Configure >> Settings >> Properties.
View the "Properties" pane and verify "Network I/O Control" is "Enabled".
or
From a PowerCLI command prompt while connected to the vCenter server, run the following command:
Get-VDSwitch | select Name,@{N="NIOC Enabled";E={$_.ExtensionData.config.NetworkResourceManagementEnabled}}
If "Network I/O Control" is disabled, this is a finding.
M
5517