Match each Cisco Layer 2 security feature or interface trust state on the left with its correct operational behavior or dependency on the right.
- Dynamic ARP Inspection (DAI)Intercepts and validates incoming ARP requests and responses against valid IP-to-MAC mappings before forwarding.
- DHCP Snooping Untrusted InterfaceDrops incoming DHCP server message types (such as OFFER, ACK, and LEASEQUERY) to prevent rogue DHCP server attacks.
- Port Security Sticky MAC LearningDynamically learns connected source MAC addresses and adds them directly to the running configuration.
- DHCP Snooping Binding DatabaseTracks IP address assignments, MAC addresses, VLAN IDs, and interface bindings required by DAI and IP Source Guard.
Answer
Dynamic ARP Inspection matches with validating ARP packets against IP-to-MAC mappings. DHCP Snooping Untrusted Interface matches with dropping unauthorized DHCP server responses. Port Security Sticky MAC Learning matches with adding dynamically learned MAC addresses to the running configuration. DHCP Snooping Binding Database matches with tracking IP, MAC, VLAN, and interface bindings.
Dynamic ARP Inspection operates by validating incoming ARP packets against trusted IP-to-MAC bindings stored in the DHCP snooping binding database. An untrusted DHCP snooping interface blocks incoming server response messages (OFFER/ACK) to prevent rogue DHCP server deployment. Port Security sticky MAC learning writes dynamically learned host MAC addresses directly into the running configuration. The DHCP Snooping Binding Database stores client IP, MAC, VLAN, and port associations which are referenced by security features like DAI.
Step-by-Step Solution
Key Concept
Layer 2 Security Mechanisms and Dependencies (Port Security, DHCP Snooping, DAI)