The arp anti-attack check user-bind enable command configures dynamic ARP inspection (DAI) in a network enhanced profile.
The undo arp anti-attack check user-bind enable command disables DAI in a network enhanced profile.
By default, DAI is not configured in a network enhanced profile.
This command can only be executed on a parent switch.
Usage Scenario
# arp anti-attack rate-limit enable arp anti-attack rate-limit packet 5 interval 1 arp anti-attack check user-bind enable arp anti-attack check user-bind alarm enable #
You can configure DAI to prevent Man in The Middle (MITM) attacks and theft on authorized user information. When a device receives an ARP packet, it compares the source IP address, source MAC address, interface number, and VLAN ID of the ARP packet with DHCP snooping binding entries. If the ARP packet matches a binding entry, the device allows the packet to pass through. If the ARP packet does not match any binding entry, the device discards the packet.
Prerequisites
DHCP snooping has been enabled in the network enhanced profile using the dhcp snooping enable command.