UMN:CLI User Manual
V5808
258
access-list-range {<1-1024> |
WORD} remark LINE
Writes comments for the specified ACL range.
1-1024: IP standard access list range
WORD: IP access-list-range name
LINE: access list entry comments up to 100 characters
no access-list-range {<1-1024> |
WORD} remark [LINE]
Deletes the comments for the specific ACL range.
7.21.5 Named Access List for IPv6 address
To create a named IPv6 access list entry, use the following command.
ipv6 access-list WORD {deny |
permit} X:X::X:X/M [exact-match]
Specifies the named ACL entry with a prefix.
WORD: access list name
deny: denies access of packet if conditions are
matched.
permit: permits access of packet if conditions are
matched.
X:X::X:X/M : prefix to match
exact-match: exact match against the prefixes
ipv6 access-list WORD {deny |
permit} any
Specifies the named ACL with any destination IP
address.
WORD: access list name
any: any destination IP address
ipv6 access-list WORD remark
LINE
Writes comments for the named ACL.
LINE: access list entry comments up to 100 characters
Add entries to the list by repeating the command for different IPv6 addresses.
Use the no access-list command to delete an entry in the named ACL.
no ipv6 access-list WORD {deny | permit}
X:X::X:X/M [exact-match]
Deletes an entry of the named ACL.
no ipv6 access-list WORD {deny | permit} any
no ipv6 access-list WORD remark [LINE]
To display the existing Access List entries, use the following command.
Shows the existing ACL entries.
WORD: IPv6 access list name
show ipv6 access-list WORD