Change next hop in route map.
-
Hi,
In CLI I can set any IP next-hop
xxxxx(config-route-map)# set ip next-hop
A.B.C.D IP address of next hop
peer-address Use peer address (for BGP only)
unchanged Don't modify existing Next hop addressBut in GUI I can only choose this:
Is it possible to change IP next-hop in route map on different than interfaces?
I know that I set it via raw config but it is not comfortable and GUI configuration stops working.
-
@ktoczyski Set Peer Address should do the job.
-
@jamiegb This option set next-hop from peer. My workaround is create BGP session with IP which I want to set as next-hop. Now I can choose next-hop in route-map.
-
@ktoczyski Ah, it's the neighbor address you want for an outbound route, rather than an inbound route. OK. Whichever works.