Task – Port Security
- Configure Port Security on SW1’s interface G0/2
- R2 and device with MAC address 0e1c:1111:ffbb should be able to connect through this port
- Make sure no other traffic is allowed
- Illegitimate frames should be silently dropped
- R3 should be the only device allowed to access the network through SW2’s port G0/3
- Its address should be learned dynamically but the switch should remember it
Solutions
SW1:
interface g0/2
switchport port-security maximum 2
switchport port-security violation protect
switchport port-security mac-address 0e1c.1111.ffbb
switchport port-security
SW2:
interface g0/3
switchport port-security mac-address sticky
switchport port-security