Chapter 10
| Access Control Lists
ACL Information
– 346 –
Example
This rule permits packets from any source IP and MAC address to the destination
subnet address 192.168.0.0.
Console(config-arp-acl)#$permit response ip any 192.168.0.0 255.255.0.0 mac
any any
Console(config-mac-acl)#
Related Commands
access-list arp (344)
show access-list arp
This command displays the rules for configured ARP ACLs.
Syntax
show access-list arp
[acl-name]
acl-name – Name of the ACL. (Maximum length: 32 characters)
Command Mode
Privileged Exec
Example
Console#show access-list arp
ARP access-list factory:
permit response ip any 192.168.0.0 255.255.0.0 mac any any
Console#
Related Commands
permit, deny (345)
ACL Information
This section describes commands used to display ACL information.
Table 68: ACL Information Commands
Command Function Mode
clear access-list
hardware counters
Clears hit counter for rules in all ACLs, or in a specified ACL PE
show access-group Shows the ACLs assigned to each port PE
show access-list Show all ACLs and associated rules PE