Convert route between protocols
Jakub Nowacki
jnowacki at greywizard.com
Tue Jan 16 08:36:32 CET 2018
Hi everyone,
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.
Sample configuration:
##############################
protocol static my_default {
route 0.0.0.0/0 drop;
}
protocol bgp my_bgp {
neighbor 1.1.1.1 as 1;
export all;
}
##############################
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.
I'm looking for a way for that router to be able to store that route as BGP
already. Is it possible?
--
Thanks
Kuba
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20180116/01a40f35/attachment.html>
More information about the Bird-users
mailing list