SV-256420r959010_rule
V-256420
SRG-OS-000480-VMM-002000
ESXI-70-000059
CAT II
10
From the vSphere Client, go to Hosts and Clusters.
Select the ESXi Host >> Configure >> Networking >> Virtual Switches.
On each standard switch, click the "..." button next to each port group. Click Edit Settings >> Security tab.
Set "Forged transmits" to "Reject".
or
From a PowerCLI command prompt while connected to the ESXi host, run the following commands:
Get-VirtualSwitch -Standard | Get-SecurityPolicy | Set-SecurityPolicy -ForgedTransmits $false
Get-VirtualPortGroup -Standard | Get-SecurityPolicy | Set-SecurityPolicy -ForgedTransmitsInherited $true
Note: This control addresses ESXi standard switches. Distributed switches are addressed in the vCenter STIG. If there is no standard switch on the ESXi host, this is not applicable.
From the vSphere Client, go to Hosts and Clusters.
Select the ESXi Host >> Configure >> Networking >> Virtual Switches.
On each standard switch, click the "..." button next to each port group. Click View Settings >> Policies tab.
Verify that "Forged transmits" is set to "Reject".
or
From a PowerCLI command prompt while connected to the ESXi host, run the following commands:
Get-VirtualSwitch -Standard | Get-SecurityPolicy
Get-VirtualPortGroup -Standard | Get-SecurityPolicy
If the "Forged Transmits" policy is set to "Accept" (or "true", via PowerCLI), this is a finding.
V-256420
False
ESXI-70-000059
Note: This control addresses ESXi standard switches. Distributed switches are addressed in the vCenter STIG. If there is no standard switch on the ESXi host, this is not applicable.
From the vSphere Client, go to Hosts and Clusters.
Select the ESXi Host >> Configure >> Networking >> Virtual Switches.
On each standard switch, click the "..." button next to each port group. Click View Settings >> Policies tab.
Verify that "Forged transmits" is set to "Reject".
or
From a PowerCLI command prompt while connected to the ESXi host, run the following commands:
Get-VirtualSwitch -Standard | Get-SecurityPolicy
Get-VirtualPortGroup -Standard | Get-SecurityPolicy
If the "Forged Transmits" policy is set to "Accept" (or "true", via PowerCLI), this is a finding.
M
5518