<div dir="ltr">Hi everyone,<div><br></div><div>I'm looking for a way to locally (on a single host) convert a single route between protocols, so that route changes its attributes i.e. originate static route locally and convert it to BGP.</div><div><br></div><div>Sample configuration:</div><div>##############################</div><div>protocol static my_default {</div><div>    route <a href="http://0.0.0.0/0">0.0.0.0/0</a> drop;</div><div>}</div><div><br></div><div>protocol bgp my_bgp {</div><div>    neighbor 1.1.1.1 as 1;</div><div>    export all;</div><div>}</div><div><div>##############################</div></div><div><br></div><div>In the above host will generate default route and store it locally as static route then it will advertise it to its neighbor as a BGP route.</div><div>I'm looking for a way for that router to be able to store that route as BGP already. Is it possible?</div><div>-- </div><div>Thanks</div><div>Kuba</div><div>
</div></div>