
chip.gwyn at gmail
Jun 19, 2012, 7:02 AM
Post #3 of 4
(551 views)
Permalink
|
|
Re: IOS-XR next-hop self with reflected routes
[In reply to]
|
|
add "ibgp policy out enforce-modifications" in the global bgp config and then implement the policy like so: route-policy RR-IBGP-PEER-OUT($loopback0) if community matches-every PRESERVE-NEXTHOP then pass else set next-hop $loopback0 endif end-policy At least, I think that's what you're trying to do... --chip On Tue, Jun 19, 2012 at 7:22 AM, Grzegorz Janoszka <Grzegorz [at] janoszka> wrote: > > I have encountered a problem configuring route announcements on IOS-XR. > In just a plain IOS (c6500 ie) setting next-hop self at the bgp peer > doesn't affect reflected routes, however it can be overwritten with the > outgoing route-map. > In IOS-XR the route-policy with "set next-hop self" doesn't seem to > affect at all reflected routes. > I know I can overwrite it on the receiving side, but any way to change > the next-hop of reflected routes in IOS-XR? > > -- > Grzegorz Janoszka > > _______________________________________________ > cisco-nsp mailing list cisco-nsp [at] puck > https://puck.nether.net/mailman/listinfo/cisco-nsp > archive at http://puck.nether.net/pipermail/cisco-nsp/ -- Just my $.02, your mileage may vary, batteries not included, etc.... _______________________________________________ cisco-nsp mailing list cisco-nsp [at] puck https://puck.nether.net/mailman/listinfo/cisco-nsp archive at http://puck.nether.net/pipermail/cisco-nsp/
|