18 Oct
2017
18 Oct
'17
12:47 p.m.
How can I announce a default route to a lower router who does not need a full table. What is de Bird equivalent of "default-orginitate" or "default-information originate". Currently I use a filter with a static blackhole route: protocol static { route 0.0.0.0/0 blackhole; } filter senddefault { if net = 0.0.0.0/0 then accept; reject; } template bgp local_as_ibgp_lowrouter { # export filter senddefault; }