444
Table 102
Command output
Field Description
Prefix-list6
Name of the IPv6 prefix list.
Permitted
Number of routes satisfying the match criterion.
Denied
Number of routes not satisfying the match criterion.
index
Index number of an item.
permit
Match mode of the item:
•
permit.
•
deny.
6::/64
IPv6 address and prefix length for matching.
ge
Greater-equal, the lower prefix length.
le
Less-equal, the upper prefix length.
Related commands
•
ipv6 prefix-list
•
reset ipv6 prefix-list
if-match ipv6
Use
if-match ipv6
to match IPv6 routes whose destination, next hop, or source matches the specified IPv6
prefix list.
Use
undo if-match ipv6
to remove the configuration.
Syntax
if-match ipv6
{
address
|
next-hop
|
route-source
} {
acl
acl6-number
|
prefix-list
prefix-list-name
undo if-match ipv6
{
address
|
next-hop
|
route-source
} [
acl
|
prefix-list
]
Default
No IPv6 prefix list match criterion is configured.
Views
Routing policy node view
Predefined user roles
network-admin
Parameters
address
: Matches the destination address of IPv6 routing information.
next-hop
: Matches the next hop of IPv6 routing information.
route-source
: Matches the source address of IPv6 routing information.
acl
acl6-number
: Specifies an IPv6 ACL for filtering by its number in the range of 2000 to 3999 for
address
, and 2000 to 2999 for
next-hop
and
route-source
.
prefix-list
prefix-list-name
: Specifies an IPv6 prefix list by its name, a case-sensitive string of 1 to 63
characters.