A network administrator enables Dynamic ARP Inspection (DAI) on VLAN 10 of a Cisco Catalyst switch to mitigate ARP spoofing attacks across the corporate subnet. Although DHCP clients operate without interruption, several critical servers using statically configured IP addresses immediately lose network access. Switch logs indicate that DAI is actively dropping all ARP packets generated by these static servers because their IP-to-MAC bindings do not exist in the DHCP snooping binding database. Which configuration step must be performed to restore network connectivity for the static servers while maintaining DAI protection on VLAN 10?
- Define an ARP Access Control List (ACL) mapping the static IP and MAC addresses, and apply it to VLAN 10 using the ip arp inspection filter command.Answer
- BSave the active configuration using the copy running-config startup-config command so the switch can automatically convert static ARP entries into sticky MAC bindings.
- CReconfigure the access switchports connected to the static servers as 802.1Q trunk interfaces to bypass Layer 2 inspection on the native VLAN.
- DEnable DHCP relay on the server interfaces using the ip helper-address command so the switch can retroactively populate the DHCP snooping database.
Answer
Define an ARP Access Control List (ACL) mapping the static IP and MAC addresses, and apply it to VLAN 10 using the ip arp inspection filter command.
Dynamic ARP Inspection relies by default on the DHCP snooping binding database to verify IP-to-MAC address relationships in ARP packets on untrusted ports. Because static servers never request an IP address via DHCP, their bindings are absent from the database. Defining an ARP ACL with static IP-to-MAC entries and binding it to DAI using the `ip arp inspection filter` command allows the switch to validate and permit legitimate ARP traffic from static hosts.
Step-by-Step Solution
Key Concept
Dynamic ARP Inspection (DAI) Static Host Validation via ARP ACLs