Re: bird scalability

2015-11-10 Thread Alexander V. Chernikov
  10.11.2015, 12:47, "Иван Разин" :Hello! We quite successfully use Bird in our infrastructure and now want to expand it. I would like to know how it will behave in the following conditions are met: 4 BGP full view70 Bird ospf routers in the same area1 ospf routesIf the bird role you're talking about is RR (e.g. no need to do interface-based anycasts) then it should just work. The only thing that might be needed to improve convergence is to avoid installing all bgp routes to the kernel. Did someone experience in the deployment of such a scheme and whether there were any difficulties or problems?-- Razin Ivan 

Re: bird: KIF: Invalid broadcast address 255.255.255.255 for em1

2015-11-10 Thread Ondrej Zajicek
On Tue, Nov 10, 2015 at 03:40:58PM +0100, Job Snijders wrote:
> Hi Fellow BIRD users,
> 
> It appears that BIRD does not fully appreciate RFC3021 style addresses
> on Ubuntu 15.04, when I start BIRD:
> 
>   syslog:Nov 10 15:25:15 eunetworks-2 bird: KIF: Invalid broadcast 
> address 255.255.255.255 for em1
>   syslog:Nov 10 15:25:15 eunetworks-2 bird: KIF: Invalid broadcast 
> address 255.255.255.255 for p2p2.1003

BIRD works with RFC 3021 style addresses without problems, it is just
confused by the fact that directed broadcast address for the iface is
configured to 255.255.255.255, which is address reserved for link-local
broadcast.

BIRD should work without problems on these interfaces (unless you use
broadcast like in RIPv1), it is just warning.


> Should I configure the Linux side of things differently or is this
> something that needs resolving in BIRD itself?

IMHO reasonable setting would be to not set directed broadcast address on
such interfaces. Link-local broadcast address works for any interfaces
and need not be configured.


-- 
Elen sila lumenn' omentielvo

Ondrej 'Santiago' Zajicek (email: santi...@crfreenet.org)
OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net)
"To err is human -- to blame it on a computer is even more so."


signature.asc
Description: Digital signature


bird scalability

2015-11-10 Thread Иван Разин
Hello!

We quite successfully use Bird in our infrastructure and now want to expand
it. I would like to know how it will behave in the following conditions are
met:

4 BGP full view
70 Bird ospf routers in the same area
1 ospf routes

Did someone experience in the deployment of such a scheme and whether there
were any difficulties or problems?
-- 

Razin Ivan


'Aggregate' pipe protocol - is it planned?

2015-11-10 Thread Andrew

Hi all.

IMHO it'll be good to have 'aggregate' protocol (like 'pipe' one) for 
route count decreasing in system routing table (which results in routing 
performance increase)) and for using bird server as routing server for 
hardware routers/L3 switches which usually have not too big TCAM.


Is such protocol planned for future?