Users
> Betreff: Propagate default route when BGP session is up
>
> Hi,
>
> how do I propagate a default route into OSPF when a specific BGP session is
> up and not propagate it when it is down?
>
> Currently I have these config snippets:
>
> protocol static static_def
Hi,
how do I propagate a default route into OSPF when a specific BGP session
is up and not propagate it when it is down?
Currently I have these config snippets:
protocol static static_default {
preference 10;
route 0.0.0.0/0 unreachable;
}
function export_ospf() {
if source = RTS_BGP then