Displays Dynamic ARP Inspection (DAI) information for one or more VLANs.
Privileged EXEC mode
The show ip arp inspection command displays the following information:
| Output field | Description | 
|---|---|
| Vlan | Displays the VLAN name. | 
| Configuration | Displays "Enabled" (ip arp inspection) or "Disabled" (no ip arp inspection). | 
| Operation | Displays "Active" if ARP configuration is successfully saved to the database. "Inactive" indicates one of the following conditions: 
					  
 | 
| ACL Match | Displays the name of the ARP ACL that is applied. | 
The following example displays DAI information for all VLANs.
device# show ip arp inspection 
  Vlan  Configuraton     Operation     ACL Match 
-------------------------------------------------
     1       Enabled        Active               
    10      Disabled      Inactive               
   100       Enabled        Active          acl1 
  1000       Enabled        Active               
    20      Disabled      Inactive               
   200      Disabled      Inactive               
  2000       Enabled        Active          acl1                                       
 
	  
	  
		The following example displays DAI information for specified VLANs and a range of VLANs.
device# show ip arp inspection vlan 1,100,200-2000
  Vlan  Configuraton     Operation     ACL Match  
--------------------------------------------------
     1       Enabled        Active               
   100       Enabled        Active          acl1 
  1000       Enabled        Active               
   200      Disabled      Inactive               
  2000       Enabled        Active          acl1