When I configure arp validation, I begin to get errors related to the default gateway of the network.
An ARP violation was detected on vlan
I'm presuming this is because the gateway does not DHCP so a binding is never learned. Is the solution to this to create a static entry with this command:
"configure ip-security dhcp-bindings add"
Am I thinking of this correctly, is there any other technique?