C613-50631-01 Rev A Command Reference for IE340 Series 1615
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
ROUTE MAP COMMANDS
MATCH
IPV6 NEXT-HOP
match ipv6 next-hop
Overview Use this command to specify a next-hop address to be matched by the route-map.
Use the no variant of this command to disable this function.
Syntax
match ipv6 next-hop <access-list-name>
match ipv6 next-hop <ipv6-addr>
match ipv6 next-hop prefix-list <prefix-listname>
no match ipv6 next-hop [<access-list-name>]
match ipv6 next-hop [<ipv6-addr>]
match ipv6 next-hop [prefix-list <prefix-listname>]
Mode Route-map Configuration
Usage notes The match ipv6 next-hop command specifies the next-hop address to be
matched. If there is a match for the specified next-hop 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.
NOTE: This command is valid only for BGP.
Example
awplus# configure terminal
awplus(config)# route-map rmap1 permit 3
awplus(config-route-map)# match ipv6 next-hop 2001:0db8::/32
Parameter Description
<access-list-name> The name of the IPv6 access list that specifies criteria for
the addresses to match.
<ipv6-addr> The IPv6 address of the next hop. The IPv6 address uses the
format X:X::X:X.
<prefix-listname> The name of the IPv6 prefix list that specifies criteria for the
addresses to be matched.