DXS-1210 Series Smart Managed Switch CLI Reference Guide
53
Switch# show access-list
Access-List-Name Type
-------------------------------------- ---------------
simple-ip-acl(ID: 3998) ip ext-acl
simple-rd-acl(ID: 3999) ip ext-acl
rd-mac-acl(ID: 6998) mac ext-acl
rd-ip-acl(ID: 1998) ip acl
ip6-acl(ID: 12999) ipv6 ext-acl
park-arp-acl arp acl
Total Entries: 6
Switch#
This example shows how to display the IP accesslist called R&D.
Switch# show access-list ip R&D
IP access list R&D(ID:3996)
10 permit tcp any 10.20.0.0 0.0.255.255
20 permit tcp any host 10.100.1.2
30 permit icmp any any
Switch#
This example shows how to display the content for the accesslist if its hardware counter is enabled.
Switch# show access-list ip simple-ip-acl
IP access list simple-ip-acl(ID:3994)
10 permit tcp any 10.20.0.0 0.0.255.255 (Ing: 12410 packets)
20 permit tcp any host 10.100.1.2 (Ing: 6532 packets)
30 permit icmp any any (Ing: 8758 packets)
Counter enable on following port(s):
Ingress port(s): eth1/0/5-eth1/0/8
Switch#