show access-list config

Syntax

show access-list config

Description

To view details of the access control lists.

Example output

deny-fragmented-tcp-header
deny-non-classifiable-layer4-header
ip access-list extended "100" 
5 deny tcp 0.0.0.0 255.255.255.255 20.0.20.1 0.0.0.255 eq 23 
10 deny tcp 0.0.0.0 255.255.255.255 20.0.20.1 0.0.0.255 eq 23
20 permit tcp 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255 
30 deny icmp 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255 log
exit

ipv6 access-list "300"
10 deny icmp ::/0 2001::1/64
50 deny icmp ::/0 2001:2::50/64
60 permit icmp ::/0 ::/0
exit