Network Security Policies Flashcards
Promiscuous Mode Accept
The virtual switch forwards all frames to the virtual network adapter.
Promiscuous Mode Reject
The virtual switch forwards only the frames that are addressed to the virtual network adapter.
MAC Address Changes Accept
If the guest operating system changes the effective MAC address of the virtual adapter to a value that differs from the MAC address assigned to the adapter in the VMX file, the virtual switch allows the inbound frame to pass.
MAC Address Changes Reject
If the guest operating system changes the effective MAC address of the virtual adapter to a value that differs from the MAC address assigned to the adapter in the VMX file, the virtual switch drops all inbound frames to the adapter. If the guest OS changes the MAC address back to its original value, the virtual switch stops dropping the frames and allows inbound traffic to the adapter.
Forged Transmits Accept
The virtual switch does not filter outbound frames. It permits all outbound frames, regardless of the source MAC address.
Forged Transmits Reject
The virtual switch drops any outbound frame from a virtual machine virtual adapter that uses a source MAC address that differs from the MAC address assigned to the virtual adapter in the VMX file.