Command Line Reference Guide

IPv6 Access Control Lists (IPv6 ACLs) | 583
Example
Figure 17-5. Command Example: show config
show ipv6 accounting access-list
c e s
View the IPv6 access-lists created on the E-Series and the sequence of filters.
Syntax
show ipv6 accounting {access-list access-list-name | cam_count} interface interface
Parameters
Command Modes
EXEC
EXEC Privilege
Command
History
Usage
Information
The S-Series supports Ingress IPv6 ACLs.
The S55 supports both Ingress and Egress IPv6 ACLs.
Example
Figure 17-6. Command Example: show ipv6 accounting access-lists
Force10(conf-ipv6-acl)#show config
!
ipv6 access-list Acl1
seq 5 permit ipv6 1111::2222/127 host 3333::1111 log count bytes
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
Force10(conf-ipv6-acl)#
access-list-name
Enter the name of the ACL to be displayed, up to 140 characters.
cam_count
List the count of the CAM rules for this ACL.
interface interface Enter the keyword interface followed by the interface type and slot/port or
number information:
For a 1-Gigabit Ethernet interface, enter the keyword
GigabitEthernet
followed by the slot/port information.
For a Port Channel interface, enter the keyword
port-channel followed by
a number from 1 to 32 for EtherScale, 1 to 255 for TeraScale and ExaScale.
For a SONET interface, enter the keyword
sonet followed by the slot/port
information.
For a 10-Gigabit Ethernet interface, enter the keyword
TenGigabitEthernet followed by the slot/port information.
Version 8.2.1.0 Introduced support on the E-Series ExaScale
Version 7.8.1.0 Introduced support on the C-Series
Increased name string to accept up to 140 characters. Prior to 7.8.1.0, names are up to 16
characters long.
Version 7.4.1.0 Introduced support on the E-Series
Force10#show ipv6 accounting access-list
!
Ingress IPv6 access list AclList1 on GigabitEthernet 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)
!
Force10#