Reference Guide

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
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
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
seq 20 permit tcp any any
seq 30 permit udp any any
Example (IP Out)
OS10# show ip access-lists out
Egress IP access list aaaa
Active on interfaces :
ethernet1/1/1
ethernet1/1/2
seq 10 permit ip any any
seq 20 permit tcp any any
seq 30 permit udp any any
Example (IPv6 In)
OS10# show ipv6 access-lists in
Ingress IPV6 access list bbb
Active on interfaces :
ethernet1/1/1
ethernet1/1/2
seq 10 permit any any
Ingress IPV6 access list ggg
Active on interfaces :
ethernet 1/1/3
seq 5 permit ipv6 11::/32 any
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
Access Control Lists 647