Users Guide

Table Of Contents
Ingress IPV6 access list aaa on ethernet1/1/2
Egress IPV6 access list aaa on ethernet1/1/2
Example
(Control-plane
ACL - IP)
OS10# show ip access-group aaa-cp-acl
Ingress IP access-list aaa-cp-acl on control-plane data mgmt
Example
(Control-plane
ACL - MAC)
OS10# show mac access-group aaa-cp-acl
Ingress MAC access-list aaa-cp-acl on control-plane data
Example
(Control-plane
ACL - IPv6)
OS10# show ipv6 access-group aaa-cp-acl
Ingress IPV6 access-list aaa-cp-acl on control-plane data mgmt
Supported
Releases
10.2.0E or later; 10.4.1 or later (control-plane ACL)
show access-lists
Displays IP, MAC, or IPv6 access-list information.
Syntax
show {ip | mac | ipv6} access-lists {in | out} access-list-name
Parameters
ip View IP access list information.
mac View MAC access list information.
ipv6 View IPv6 access list information.
access-lists in | out Enter either access lists in or access lists out.
access-listname Enter the name of the access-list.
Default Not configured
Command Mode EXEC
Usage
Information
None
Example (MAC
In)
OS10# show mac access-lists in
Ingress MAC access list aaa
Active on interfaces :
ethernet1/1/1
ethernet1/1/2
seq 10 permit any any
seq 20 permit 11:11:11:11:11:11 22:22:22:22:22:22 any monitor count
bytes (0 bytes)
Example (MAC
Out)
OS10# show mac access-lists out
Egress MAC access list aaa
Active on interfaces :
ethernet1/1/1
ethernet1/1/2
seq 10 permit any any
seq 20 permit 11:11:11:11:11:11 22:22:22:22:22:22 any monitor count
bytes (0 bytes)
Example (IP In)
OS10# show ip access-lists in
Ingress IP access list aaaa
Active on interfaces :
ethernet1/1/1
ethernet1/1/2
seq 10 permit ip any any log
seq 20 permit tcp any any count (0 packets)
seq 30 permit udp any any count bytes (0 bytes)
Access Control Lists 1497