C613-50170-01 Rev B
Command Reference for x510 Series
1177
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 {
<access-list-name>
|prefix-list
<
prefix-listname
>}
no match ipv6 address [
<access-list-name>
|prefix-list
<
prefix-listname
>]
Mode
Route-map Configuration
Usage
The
match ipv6 address <
access-list
> command specifies the IPv6 address to be
matched. If there is a match for the specified IPv6 address, 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.
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 deny 1
awplus(config-route-map)#
match ipv6 address rmap1
awplus#
configure terminal
awplus(config)#
route-map rmap1 permit 3
awplus(config-route-map)#
match ipv6 address prefix-list mylist
Parameter
Description
<access-list-name>
The name of the IPv6 access list that specifies criteria for
the addresses to match.
Valid only with RIPng.
<
prefix-listname
>
The name of the IPv6 prefix list that specifies criteria for
the addresses to be matched.
Valid only with RIPng.