CLI Guide

Table Of Contents
Command
History
Version Description
9.12(1.0) Introduced on the S5048FON.
9.10(0.0) Introduced on the S6100ON.
9.8(2.0) Introduced on the S3100 series.
9.8(1.0) Introduced on the Z9100ON.
9.0.2.0 Introduced on the S6000.
8.5.1.0 Added support for 4-port 40G line cards on ExaScale.
8.4.2.1 Introduced on the S-Series.
8.2.1.0 Introduced on the E-Series ExaScale.
7.8.1.0 Introduced on the C-Series. Increased the name string to accept up to 140
characters. Prior to version 7.8.1.0, names are up to 16 characters long.
7.4.1.0 Introduced on the E-Series TeraScale.
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
DellEMC#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)
!
DellEMC#
permit icmp
To allow all or specific internet control message protocol (ICMP) messages, configure a filter.
Syntax
permit icmp {source address mask | any | host ipv6-address} {destination
address | any | host ipv6-address} [count [byte]]
To remove this filter, you have two choices:
Use the no seq sequence-number command if you know the filters sequence number.
Use the no permit icmp {source address mask | any | host ipv6-address}
{destination address | any | host ipv6-address} command.
Parameters
source address
Enter the IPv6 address of the network or host from which the packets were sent in
the x:x:x:x::x format then the prefix length in the /x format. The range is from /0
to /128. The :: notation specifies successive hexadecimal fields of zero.
mask
Enter a network mask in /prefix format (/x).
host
ipv6-
address
Enter the keyword host then the IPv6 address of the host in the x:x:x:x::x format.
The :: notation specifies successive hexadecimal fields of zero.
816 IPv6 Access Control Lists (IPv6 ACLs)