@tantony wrote: @KarstenI I agree I need Meraki switches, I have a MX84 does that count? 😀 So there is hope ... 🙂 Just to make sure I understand, if I enable DHCP snooping, I don't HAVE to enable DAI. correct. But for DAI to work efficiently, the DHCP snooping database need to populate. Is that right? I'm new to switch security. Yes, just think about what we want to protect against: The attacker sends a gratuitous ARP-reply where he pretends that his own MAC-address belongs to the IP of someone else. The switch wants to detect that this ARP-reply is a lie and the MAC-to-IP binding contained is wrong. For this to detect, the switch needs all the correct bindings of IP to MAC-addresses. DHCP-Snooping is the typical tool for the Switch to learn the binding. When the client does the DHCP-process, the Switch sees both the MAC of the client and the assigned IP from the server. And this binding is considered true for the other operations like DAI.
... View more