Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 4 Current »


The set routing route-map set-action ip-next-hop command sets the IP address of the next-hop of the route with the value configured in the action clause.
The delete routing route-map set-action ip-next-hop command restores the default behavior of not modifying the IP address of the next-hop of the route.

Command Syntax

set routing route-map <route-map-name> order  <NUMBERset-action ip-next-hop <next-hop-address>

delete routing route-map <route-map-name> order <NUMBER> set-action ip-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.

ip-next-hop <next-hop-address>

Specifies the IPv4 address to be set as the next-hop address of the route.


Example

  •  Set the IP address of the next-hop of the route with the value configured in the action clause.
admin@Xorplus# set routing route-map GlobalMap order 10 set-action ip-next-hop 10.10.10.1
admin@Xorplus# commit
  • No labels