
Route Map Commands
©2008 Allied Telesis Inc. All rights reserved.
32.24
AlliedWare Plus
TM
Operating System Software Reference C613-50003-00 REV E
Software Version 5.2.1
set ip next-hop
Use this command to add a next-hop set clause to a route map entry.
When a route or BGP update message matches the route map entry, the device sets the
route’s next hop to the specified IP address.
Use the
no
parameter to remove the set clause.
Syntax
set ip next-hop
A.B.C.D
no set ip next-hop
Mode
Route-map mode
Usage
This command is valid for BGP update messages, and OSPF and RIP routes.
Examples
To use entry 3 of the route map called “mymap” to give matching routes a next hop of
10.10.0.67, use the commands:
awplus(config)#route-map mymap permit 3
awplus(config-route-map)#set ip next-hop 10.10.0.67
Related Commands
match ip next-hop
route-map
show route-map
Parameter
Description
A.B.C.D
The IP address of the next hop.