home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

policy route route-map <map-name> rule <rule-num> set ipv6-next-hop <scope> <ipv6>

Modifies the IPv6 next hop destination of a route.

set policy route route-map map-name rule rule-num set ipv6-next-hop { global | local } ipv6
delete policy route route-map map-name rule rule-num set ipv6-next-hop [ global | local ]
show policy route route-map map-name rule rule-num set
map-name
The name of a defined route map.
rule-num
The number of a defined route map rule.
global
The next hop address is an IPv6 global address.
local
The next hop address is an IPv6 local address.
ipv6
The IPv6 address of the next hop.

Configuration mode


policy {
    route-map map-name {
        rule rule-num {
            set {
                ipv6-next-hop {
                    global ipv6
                    local ipv6 
                }
            }
        }
    }
}

When all the match conditions in the route map rule succeed, the next hop of the route is modified as specified.

Use the set form of this command to modify the IPv6 next hop destination address for packets that traverse a route map.

Use the delete form of this command to delete this statement from the route map rule.

Use the show form of this command to display set statement configuration for route maps.