Hi,
will next-hop-self still work for bgp update received from iBGP neighbor in ExtremeXOS?
for example for cisco additional routemap is required:
route-map RM-NHSset ip next-hop peer-address neighbor X.X.X.X route-map out RM-NHS While for ju...
We will test this during maintenance. Can you send me configurations applied please?
One reason it not works is that this PBR doesn't change BGP next-hop attribute.
Thanks a lot. For Cisco actualy a route-policy helps to solve this case, it changes next-hop atribute. Could someone translate the below cisco route-policy :
route-map RM-NHS
set ip next-hop peer-address
to ExtremeXOS one?
Thanks
Thanks, I found that.
Let's say we have 3 Routers, A B and C.
A is route reflector client for B,
Between A and B, and B and C are iBGP sessions.
on the B router is configured #configure bgp neighbor "Cremoteaddr" next-hop-self
In case B will rece...