A classroom utilizes workstations running virtualization software for a maximum of one virtual machine
per working station. The network settings on the virtual machines are set to bridged. Which of thefollowing describes how the switch in the classroom should be configured to allow for the virtual
machines and host workstation to connect to network resources?

A.
The maximum-mac settings of the ports should be set to zero
B.
The maximum-mac settings of the ports should be set to one
C.
The maximum-mac settings of the ports should be set to two
D.
The maximum mac settings of the ports should be set to three
A bridged card on a virtual machine means it will get an IP address like any other node in your network, and it will appear as another real node. Therefore, you would need to allow at least 2 MAC addresses. You cannot allocate 0 MAC address to a port. In that case, it is better to shut it down.
Answer is C.
1
0
Juan is correct. Generally, the options for port security are from 1-3072 so zero really is not an option. In this case, we need 2 MAC addresses to be listed for each port.
1
0