UMN:CLI User Manual
V5808
506
no ipv6 prefix-list WORD {deny |
permit} { X:X::X:X/M | any}
3ffe::/16 <network/length>)
any: any IPv6 prefix to match. (same as “::0/0
le 128”)
ge: minimum prefix length to be matched
le: maximum prefix length to be matched
0-128: minimum/maximum prefix length
no ipv6 prefix-list WORD description
[LINE]
10.3.10.2 Creating prefix list policy
Sequence numbers are automatically generated by default. To configure the sequence
numbers manually, you can use the seq <1-4294967295> argument of the ipv6 prefix-
list command.
To add policy to prefix list one by one and assign a sequence number to the policy, use
the following command.
ipv6 prefix-list WORD seq <1-
4294967295> {deny | permit}
{ X:X::X:X/M | any}
Creates an entry in an IPv6 prefix list and assigns a
sequence number to the entry.
WORD: name of IPv6 prefix list
1-4294967295: sequence number of an entry
deny: denies access of packet if conditions are
matched.
permit: permits access of packet if conditions are
matched.
X:X::X:X/M: IPv6 prefix to be matched (e.g. 3ffe::/16
<network/length>)
any: any IPv6 prefix to match. (same as “::0/0 le
128”)
ge: minimum prefix length to be matched
le: maximum prefix length to be matched
0-128: minimum/maximum prefix length
ipv6 prefix-list WORD seq <1-
4294967295> {deny | permit}
X:X::X:X/M ge <0-128> [le <0-128>]
ipv6 prefix-list WORD seq <1-
4294967295> {deny | permit}
X:X::X:X/M le <0-128> [ge <0-128>]
You can input ge and le optionally, and they are used when you configure more than one
network. If you do use neither ge nor le, network range is more clearly configured. When
only ge attribute is configured, network range is configured from ge value, and when only
le attribute is configured, network range is configured from netmask to le value.
To delete the configured policy of prefix list, use the following command.
no ipv6 prefix-list WORD seq <1-4294967295>
{deny | permit} { X:X::X:X/M | any}
Deletes the entry in an IPv6 prefix list
and removes a sequence number from
the entry.
no ipv6 prefix-list WORD seq <1-4294967295>
{deny | permit} X:X::X:X/M ge <0-32> [le <0-32>]
no ipv6 prefix-list WORD seq <1-4294967295>
{deny | permit} X:X::X:X/M le <0-32> [ge <0-32>]