UMN:CLI
User Manual
V8102
592
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.
Command
Mode
Description
no ipv6 prefix-list WORD
seq
<1-4294967295>
{
deny
|
permit
} {
X:X::X:X/M
|
any
}
Global
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>]
With sequenced prefix lists, each prefix list entry is associated with a sequence number.
Sequence numbers can be used to insert a prefix list into the middle of an existing list or
to delete an existing statement in the list.
To include the sequence numbers in the configuration, use the following command.
Command
Mode
Description
ipv6 prefix-list sequence-number
Global
Includes sequence numbers in non-
volatile generation (NVGEN).
To exclude the sequence numbers, use the following command.
Command
Mode
Description
no ipv6 prefix-list sequence-number
Global
Excludes sequence numbers in non-
volatile generation (NVGEN).
11.3.10.3
Displaying Prefix List Entries
To display the information about a prefix list or prefix list entries, use the following com-
mand.
Command
Mode
Description
show ipv6 prefix-list
[
WORD
]
Enable
Global
Shows information about all prefix lists.
show ipv6 prefix-list WORD
X:X::X:X/M
[
first-match
|
longer
]
Shows the prefix list entry according to the parameter.
longer: all entries of a prefix list that are more specific
than the given network and length
first-match: the entry of a prefix list that matches the
given prefix
show ipv6
prefix-list WORD seq
<1-4294967295>
Shows the prefix list entry with a given sequence
number.
show ipv6
prefix-list
{
detail
|
summary
}
[
WORD
]
Shows a table showing the entries in a prefix list iden-
tified by name.