Command Line Reference Guide

678 | IPv6 Access Control Lists (IPv6 ACLs)
www.dell.com | support.dell.com
seq 20 permit udp any any gt 101 count (0 packets)
!
FTOS#
show running-config acl
c e s
Display the ACL running configuration.
Syntax
show running-config acl
Command Modes
EXEC
EXEC Privilege
Command
History
Example FTOS#show running-config acl
!
ip access-list extended ext-acl1
!
ip access-list standard std-acl1
!
ipv6 access-list Acl1
description IPV6 Access-list
seq 5 permit ipv6 1111::2222/127 host 3333::1111 log count bytes
remark 10 Remark for Entry # 10
seq 10 permit icmp host 3333:: any mobile-advertisement log
seq 15 deny tcp any any rst
seq 20 permit udp any any gt 100 count
!FTOS#
test cam-usage
c e s
Verify that enough ACL CAM space is available for the IPv6 ACLs you have created.
Syntax
test cam-usage service-policy input input policy name linecard {number | all}
Parameters
Table 27-74. show ip accounting access-lists Command Example Field
Field Description
“Ingress IPv6...” Displays the name of the IPv6 ACL, in this example “AclList1”.
“seq 10...” Displays the filter. If the keywords count or byte were configured in the filter, the
number of packets or bytes processed by the filter is displayed at the end of the line.
Version 8.4.2.1 Introduced on the S-Series
Version 8.2.1.0 Introduced on the E-Series ExaScale
Version 7.8.1.0 Introduced on the C-Series
Version 7.4.1.0 Introduced support on the E-Series TeraScale
policy-map name
Enter the name of the policy-map to verify.