
C613-50186-01 Rev B
Command Reference for AR2050V
1390
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
R
OUTE
M
AP
C
OMMANDS
MATCH
IPV
6
ADDRESS
match ipv6 address
Overview
Use this command to specify the match address of route.
Use the
no
variant of this command to remove the
match ipv6 address
entry.
Syntax
match ipv6 address prefix-list <
prefix-listname
>
no match ipv6 address [prefix-list <
prefix-listname
>]
Mode
Route-map Configuration
Usage
The
match ipv6 address prefix-list
command specifies the entries of prefix-lists
to be matched. If there is a match for the specified prefix-list entries, and
permit
is specified, the route is redistributed or controlled as specified by the set action. If
the match criteria are met, and
deny
is specified, the route is not redistributed or
controlled. If the match criteria are not met, the route is neither accepted nor
forwarded, irrespective of
permit
or
deny
specifications.
Examples
awplus#
configure terminal
awplus(config)#
route-map rmap1 permit 3
awplus(config-route-map)#
match ipv6 address prefix-list mylist
Parameter
Description
<
prefix-listname
>
The name of the IPv6 prefix list that specifies criteria for
the addresses to be matched.
Valid only withBGP and RIPng.