C613-50100-01 REV C Command Reference for x930 Series 1445
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
ROUTE MAP COMMANDS
MATCH
IPV6 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 permitis 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 withBGP and RIPng.
<prefix-listname> The name of the IPv6 prefix list that specifies criteria for
the addresses to be matched.
Valid only withBGP and RIPng.