show arp access-list

Displays one or all Address Resolution Protocol (ARP) access control lists (ACLs) available on a device, including permit statements.

Syntax

show arp access-list [ acl-name ]

Parameters

acl-name
Specifies the name of an ARP ACL defined on the device.

Modes

Privileged EXEC mode

Examples

The following example displays the name and permit statements of an ARP ACL named "list1".

device# show arp access-list list1
ARP access list list1
     permit ip host 192.85.1.2 mac host 0010.9400.0002 
     permit ip host 192.85.1.3 mac host 0010.9400.0003 log 
     permit ip host 196.2.1.2 mac host 0020.3200.0008  

The following example displays the name and permit statements of all ARP ACLs.

device# show arp access-list
ARP access list list1
     permit ip host 192.85.1.2 mac host 0010.9400.0002 
     permit ip host 192.85.1.3 mac host 0010.9400.0003 log 
     permit ip host 196.2.1.2 mac host 0020.3200.0008 
ARP access list list2
     permit ip host 20.20.20.1 mac host 0011.9400.0001 log 
     permit ip host 30.30.30.1 mac host 0011.9400.0002