LAB – SIMULATION
IFEE S. IHEDORO Securing Networks with Cisco Routers and Switches. Refer to Exhibit
Your task is to configure the switch to protect the switch from a CAM table overflow attack, in which if more than once MAC address is learned on the port, the port should shut down.
Answer: See the explanation
Explanation:
int fa0/12
switchport mode acess
switchport port-security
switchport port-security max 1
switchport port-security violation shutdown
end