SV-207659r388482_rule
V-207659
SRG-OS-000480-VMM-002000
ESXI-65-000060
CAT I
10
From the vSphere Web Client go to Configure >> Networking >> Virtual Switches. For each virtual switch and port group click Edit settings 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 Web 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, this is a finding.
V-207659
False
ESXI-65-000060
From the vSphere Web 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, this is a finding.
M
2925