show arp access-lists
To display all ARP access control lists (ACLs) or a specific ARP ACL, use the show arp access-lists command.
show arp access-lists [ access-list-name ]
Syntax Description
(Optional) Name of an ARP ACL, which can be up
to 64 alphanumeric, case-sensitive characters.
access-list-name
Command Default
None
Command Modes
Any command mode
Command History
ModificationRelease
This command was introduced.4.0(1)
Usage Guidelines
The device shows all ARP ACLs, unless you use the access-list-name argument to specify an ACL.
This command does not require a license.
Examples
This example shows how to use the show arp access-lists command to display all ARP ACLs on a device
that has two ARP ACLs:
switch# show arp access-lists
ARP access list arp-permit-all
10 permit ip any mac any
ARP access list arp-lab-subnet
10 permit request ip 10.32.143.0 255.255.255.0 mac any
This example shows how to use the show arp access-lists command to display an ARP ACL named
arp-permit-all:
switch# show arp access-lists arp-permit-all
ARP access list arp-permit-all
10 permit ip any mac any
Related Commands
DescriptionCommand
Configures an ARP ACL.arp access-list
Applies an ARP ACL to a VLAN.ip arp inspection filter
Cisco Nexus 7000 Series Security Command Reference
710
Show Commands
show arp access-lists