<div dir="ltr"><div dir="ltr">On Mon, Oct 14, 2019 at 3:07 PM Ondrej Zajicek <<a href="mailto:santiago@crfreenet.org">santiago@crfreenet.org</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Mon, Oct 14, 2019 at 02:45:37PM +0100, Neil Jerram wrote:<br>
> > We implemented extension for next-hop-self in version 2.0.3 that allows<br>
> > to specify 'next hop self ebgp', this solves exactly this issue.<br>
> ><br>
> > For older versions, you would need to workaround that in filters,<br>
> > something like:<br>
> ><br>
> > if proto = "bgpX" then<br>
> >   bgp_next_hop = A.b.C.D;<br>
> ><br>
> <br>
> Thanks Ondrej.  Am I right in thinking that I should do this in the import<br>
> filter?  (From reading the code, it appears that "next hop self" takes<br>
> effect on import.)<br>
<br>
No, in the export filter. You import the route with the original next hop<br>
(e.g. one from AS 65001), but when exported to B,C it is reset to the<br>
local value.<br></blockquote><div><br></div><div>Many thanks, I'll try this. </div><div><br></div><div>    Neil</div><div><br></div></div></div>