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

Reply via email to