Chapter 46: Command Line Descriptions
STANDARD Revision 1.0
C4® CMTS Release 8.3 User Guide
© 2016 ARRIS Enterprises LLC. All Rights Reserved.
2098
configure ipv6 access-list
Purpose
Configures the IPv6 access control lists.
Default Access Level
15
Command Syntax
configure ipv6 access list <access-list name> [<index>] <permit | deny> {<ipv6-address>/<prefix> | any}
[remark <remark-text>]
configure ipv6 access list <access-list name> [<index>] <permit | deny> {<ipv6-address>/<prefix> | any}
[remark <remark-text>] no
Supplemental
Information
To restore the default values, use the no option.
Parameters
<access-list name>
The chosen name for the access-list. Note that the user must not be able to configure with CLI an IPv6 ACL by specifying an ACL
number (as is permitted with IPv4 standard and extended ACLs). However, an internally generated number will be assigned to the
ACL in the range 200 to 399.
[<index>]
The optional index number for this ACL entry indicating the relative position within the ACL. If no index numbers are supplied, the
entry must be appended to the end with 10+ the previous last index value.
<permit | deny>
The chosen permit or deny flag for this ACL entry.
{<ipv6-
address>/<prefix> |
any}
The 128-bit IPv6 address and prefix length (prefix length indicating number of bits starting from the left to be used for matching
purposes). Alternatively, the ‘any’ keyword may be used for matching any source IPv6 address (all bits are ‘don’t care’). Note that
there is not use of a wildcard mask with IPv6 ACLs.
[remark <remark-
text>]
The ACL entry comment.