Enable DAI on a VLAN

You can enable Dynamic ARP Inspection (DAI) on a VLAN.

Procedure

  1. Access global configuration mode.
    device# configure terminal
  2. Access configuration mode on the VLAN for which you are enabling DAI.
    device(config)# vlan 1001
  3. Enable DAI.
    device(config-vlan-1001)# ip arp inspection

Example

The following example summarizes the commands in this procedure.
device# configure terminal
device(config)# vlan 1001
device(config-vlan-1001)# ip arp inspection