An analyst monitoring a campus switch network detects an active Man-in-the-Middle (MitM) attack where an unauthorized host broadcasts gratuitous ARP replies containing its own MAC address mapped to the IP address of the default gateway. Which Layer 2 security control should be implemented to prevent this specific threat by validating incoming ARP requests and responses against a trusted binding database?
- Dynamic ARP Inspection (DAI)Answer
- BTACACS+ full-payload traffic encryption
- CPortFast enabled across interswitch trunk links
- DSticky Port Security saved to the startup configuration
Answer
Dynamic ARP Inspection (DAI) is the specific security control designed to validate ARP packets on untrusted switch ports against a trusted binding table to stop ARP spoofing.
Dynamic ARP Inspection (DAI) is a Layer 2 security feature designed explicitly to mitigate ARP poisoning and spoofing attacks. It intercepts all ARP requests and responses on untrusted switch ports and verifies that the IP-to-MAC mapping matches a valid entry in the DHCP snooping binding table before forwarding the packet.
Step-by-Step Solution
Key Concept
Mitigating ARP Spoofing and Man-in-the-Middle Attacks with Dynamic ARP Inspection