BGP Community Filter Static Route

2017-03-24 Thread Michael McConnell
Trying to run a bgp filter like so; if (net = 10.10.10.10/24 || (64, 666) ~ bgp_community ) then { route 10.10.10.10/24 reject; } Of course I run into a syntax error as I can’t inject the static route there. Any s

Is there a way to speed up config process?

2017-03-24 Thread Lyubomir Millanov
Hello, I was wondering if there is a way to speed up re-configuration process? Right now it takes up to 30+ minutes to run ./config after modifying bird_config_gen. I'm running BIRD 1.5.0 Best regards, Lyubo

Re: Sending only default route to downstream users?

2017-03-24 Thread Olda Plchot
Hi, if you are receiving the full BGP table, you might not have default routes (0.0.0.0/0 and ::/0) at all. You can although create them statically to propagate them further. protocol static { route 0.0.0.0/0 blackhole; } or for IPv6 protocol static { route ::/0 reject; } th

Re: Sending only default route to downstream users?

2017-03-24 Thread Mike Jones
On 24 March 2017 at 13:37, Michael McConnell wrote: > > Hello all, > > I receive a full iBGP table from my uplinks, however I want to just pass a > default route / partial table to my downstream clients. > > I’ve tried various options such as gateway direct and multihop, try to turn > it into a

Sending only default route to downstream users?

2017-03-24 Thread Michael McConnell
Hello all, I receive a full iBGP table from my uplinks, however I want to just pass a default route / partial table to my downstream clients. I’ve tried various options such as gateway direct and multihop, try to turn it into a eBGP situation with no luck. Can anyone point me in the right dir

Re: State of OSPF/ECMP Multipath on FreeBSD

2017-03-24 Thread Ruben Herold
On Mon, Mar 13, 2017 at 10:29:35AM +, chrono wrote: > Ahoy all, > > I've been asking on IRC and tried to find a definitive answer in the ML > archives, but I'm still not sure what the current state is. > > Our Setup: > > BIRD (1.4.0 FreeBSD 10.x) <- OSPF/MPLS -> BIRD (1.5.0 FreeBSD 11.x) >