01-07-2018 06:21 PM - edited 03-08-2019 01:20 PM
Hello, regarding the feature DAI dynamic ARP inspection (part of DHCP snooping).
Will this feature drop traffic that does not a DHCP snooping binding database table entry ?
For instance if you have a statically configured computer that has not generated a DCHP table entry, will DAI drop or allow traffic from this machine ?
In other words, does DAI only care about ARP 'conflicts' with the DHCP table ?
Solved! Go to Solution.
01-07-2018 11:49 PM - edited 01-07-2018 11:53 PM
For a system on an untrusted port, you need a binding. This can come from the DHCP-snooping database (preferred) or from a static entry. If possible configure your "static" system with DHCP and a reservation on the DHCP-server.
For the static approach, you configure an arp-acl and apply that to DAI:
arp access-list DAI-VL10 permit ip host 10.10.10.1 mac host aaaa:bbbb:cccc ! ip arp filter inspection filter DAI-VL10 vlan 10
01-07-2018 11:49 PM - edited 01-07-2018 11:53 PM
For a system on an untrusted port, you need a binding. This can come from the DHCP-snooping database (preferred) or from a static entry. If possible configure your "static" system with DHCP and a reservation on the DHCP-server.
For the static approach, you configure an arp-acl and apply that to DAI:
arp access-list DAI-VL10 permit ip host 10.10.10.1 mac host aaaa:bbbb:cccc ! ip arp filter inspection filter DAI-VL10 vlan 10
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide