SV-239314r674871_rule
V-239314
SRG-OS-000480-VMM-002000
ESXI-67-000060
CAT I
10
From the vSphere Client, go to Configure >> Networking >> Virtual Switches.
For each virtual switch and port group, click Edit settings (dots) and change "MAC Address Changes" to reject.
or
From a PowerCLI command prompt while connected to the ESXi host, run the following commands:
Get-VirtualSwitch | Get-SecurityPolicy | Set-SecurityPolicy -MacChanges $false
Get-VirtualPortGroup | Get-SecurityPolicy | Set-SecurityPolicy -MacChangesInherited $true
From the vSphere Client, go to Configure >> Networking >> Virtual Switches.
View the properties on each virtual switch and port group and verify "MAC Address Changes" is set to reject.
or
From a PowerCLI command prompt while connected to the ESXi host, run the following commands:
Get-VirtualSwitch | Get-SecurityPolicy
Get-VirtualPortGroup | Get-SecurityPolicy
If the "MAC Address Changes" policy is set to accept (or true, via PowerCLI), this is a finding.
V-239314
False
ESXI-67-000060
From the vSphere Client, go to Configure >> Networking >> Virtual Switches.
View the properties on each virtual switch and port group and verify "MAC Address Changes" is set to reject.
or
From a PowerCLI command prompt while connected to the ESXi host, run the following commands:
Get-VirtualSwitch | Get-SecurityPolicy
Get-VirtualPortGroup | Get-SecurityPolicy
If the "MAC Address Changes" policy is set to accept (or true, via PowerCLI), this is a finding.
M
5326