set routing route-map match ipv6-addr


The set routing route-map match ipv6-addr command  matches the destination IPv6 address or the next hop of the routes.
The delete routing route-map match ipv6-addr command restores the default behavior of not matching the destination IPv6 address or the next hop of the routes.


Command Syntax

set routing route-map <route-map-name> order <NUMBERmatch ipv6-addr {address prefix-list <prefix-list> | next-hop <next-hop-address>}

delete routing route-map <route-map-name> order <NUMBER> match ipv6-addr {address prefix-list <prefix-list> | next-hop <next-hop-address>}


Parameter

Parameter

Description

route-map <route-map-name>

Specifies the name of the route map. Required.

order <NUMBER>

Specifies the sequence number of the entry. Required. The value is an integer that ranges from 1 to 65535.

prefix-list <prefix-list-v4>Specifies the name of the prefix list to be matched.
next-hop <next-hop-address>Specifies the next hop address of the routes to be matched.


Example

  •  Configure a match clause in the route map to match the address prefix length of the routes.
admin@Xorplus# set routing route-map GlobalMap order 10 match ipv6-addr address next-hop ::ac12
admin@Xorplus# commit

Copyright © 2024 Pica8 Inc. All Rights Reserved.