Connectivity Guide

seq 10 permit any any
Ingress IPV6 access list ggg
Active on interfaces :
ethernet 1/1/3
seq 5 permit ipv6 11::/32 any log
Example (IPv6 Out)
OS10# show ipv6 access-lists out
Egress IPV6 access list bbb
Active on interfaces :
ethernet1/1/1
ethernet1/1/2
seq 10 permit any any
Egress IPV6 access list ggg
Active on interfaces :
ethernet 1/1/1
seq 5 permit ipv6 11::/32 any
Example (IP In -
Control-plane ACL)
OS10# show ip access-lists in
Ingress IP access-list aaa-cp-acl
Active on interfaces :
control-plane data
seq 10 permit ip any any
control-plane mgmt
seq 10 permit ip any any
Example (IPv6 In -
Control-plane ACL)
OS10# show ipv6 access-lists in
Ingress IPV6 access-list aaa-cp-acl
Active on interfaces :
control-plane data
seq 10 permit ipv6 any any
control-plane mgmt
seq 10 permit ipv6 any any
Example (MAC In -
Control-plane ACL)
OS10# show mac access-lists in
Ingress MAC access-list mac-cp1
Active on interfaces :
control-plane data
seq 10 deny any any count (159 packets)
Supported Releases 10.2.0E or later; 10.4.1 or later (control-plane ACL)
show acl-table-usage detail
Displays the ingress and egress ACL tables, the features that are used, and their space utilizations.
Syntax
show acl-table-usage detail
Parameters None
Default None
Command Mode EXEC
Usage Information
The hardware pool displays the ingress application groups (pools), the features mapped to each of these groups, and the amount of used and free
space available in each of the pools. The amount of space required to store a single ACL rule in a pool depends on the keywidth of the TCAM slice.
The service pool displays the amount of used and free space for each of the features. The number of ACL rules congured for a feature is displayed
in the congured rules column. The number of used rows depends on the number of ports the congured rules are applied on.
Access Control Lists 943