Re: Community for small IX

2017-12-28 Thread Ondrej Zajicek
On Thu, Dec 28, 2017 at 05:41:44PM +0100, Piotr Marciniak wrote: > Hello, > > We are running a small IX for around 20 members. A few months ago we moved on > Bird and actually I am trying to add some standard communities to prepend or > stop annoucing own prefixes to other members but can’t find

Re: Community for small IX

2017-12-28 Thread Job Snijders
Dear Peter, I strongly recommend to use a framework that generates your routeserver configuration. By leveraging an existing framework you pull in important features like prefix filtering and you leverage the work that others have done before you. I've had good success with arouteserver: http://a

Community for small IX

2017-12-28 Thread Piotr Marciniak
Hello, We are running a small IX for around 20 members. A few months ago we moved on Bird and actually I am trying to add some standard communities to prepend or stop annoucing own prefixes to other members but can’t find examples on Bird docs nor by Google. All I found looks limited only to ad

Re: Reacting to Link Failure

2017-12-28 Thread Robert Sander
On 22.12.2017 14:46, Liam Kelly wrote: > Is there any way for other programs to listen for Bird events regarding > Link Failure (IE: OSPF/BFD dead neighbor)? You could parse the output of "birdc show proto" to detect peer failure. Or talk directly to the bird daemon via its control socket like bi