05-12-2008 07:40 PM - edited 03-05-2019 10:55 PM
hi all, i read somewhere that we can use manual next hop modification in BGP instead of using next-hop-self command, how can we do that ?
Thanks
Solved! Go to Solution.
05-13-2008 03:09 AM
Ovais,
You would apply a route-map outbound on an iBGP neighbor as follow:
router bgp xx
neighbor x.x.x.x remote-as xx
neighbor x.x.x.x update-source lo0
neighbor x.x.x.x route-map set-nh out
!
route-map set-nh permit 10
set ip next-hop
!
Regards,
05-13-2008 03:09 AM
Ovais,
You would apply a route-map outbound on an iBGP neighbor as follow:
router bgp xx
neighbor x.x.x.x remote-as xx
neighbor x.x.x.x update-source lo0
neighbor x.x.x.x route-map set-nh out
!
route-map set-nh permit 10
set ip next-hop
!
Regards,
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide