Command Line Reference Guide
Usage
Information
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.
Example
FTOS#show ipv6 accounting access-list
!
Ingress IPv6 access list AclList1 on TenGigabitEthernet 9/0
Total cam count 15
seq 10 permit icmp host 3333:: any mobile-advertisement log
seq 15 deny tcp any any rst
seq 20 permit udp any any gt 101 count (0 packets)
!
FTOS#
show running-config acl
Display the ACL running configuration.
S5000
Syntax
show running-config acl
Command Modes
• EXEC
• EXEC Privilege
Command History
Version 9.0(1.3) Introduced on the S5000.
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#
627