<div dir="auto"><div dir="auto">Dear,</div><div dir="auto"><br></div>I understood. I'try to perform this.</div><br><div class="gmail_quote"><div dir="ltr">Em ter, 18 de set de 2018 07:08, Piotr Wydrych <<a href="mailto:pwydrych@akamai.com">pwydrych@akamai.com</a>> escreveu:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 15.09.2018 11:46, Saku Ytti wrote:<br>
> You could recreate the route via static route and depend on existing<br>
> one. In static route you can attach AS-PATH in any way you want.<br>
> <br>
>    route <a href="http://2.20.144.0/22" rel="noreferrer noreferrer" target="_blank">2.20.144.0/22</a> unreachable {<br>
>      bgp_local_pref = 0;<br>
>      bgp_path.prepend(20940);<br>
>      bgp_path.prepend(20940);<br>
>      bgp_path.prepend(10429);<br>
>      bgp_path.prepend(12956);<br>
>    };<br>
<br>
You can also do it in a filter for paths received, e.g., via bgp. Bird <br>
allows you to clear as path, prepend it, and delete specific asns from <br>
the path.<br>
<br>
And just FYI, Saku's code snippet will create as path like this: 12956 <br>
10429 20940 20940.<br>
<br>
Piotr<br>
-- <br>
Piotr 'GhosT' Wydrych ...... Senior II Lead Sw. Eng., SDN ....... Akamai<br>
........................................................................<br>
A: Because it messes up the order in which people normally read text. ..<br>
Q: Why is top-posting such a bad thing? ................................<br>
</blockquote></div>