BGP Monitoring Protocol (BMP) support in Bird?

2016-06-28 Thread Baptiste Jonglez
Hi, I am wondering if somebody is working on BGP Monitoring Protocol (BMP) support in Bird? Note that I'm just asking, I'm not requesting our beloved Bird developers to add this feature with a deadline set to yesterday :) I might try to implement it if nobody else already did. Basically, this

Re: RIP with MD5 authentication

2016-06-28 Thread Baptiste Jonglez
On Tue, Jun 28, 2016 at 01:59:05PM +0200, Alexander Velkov wrote: > Hi Ondrej, > > > The first one is RIP request, rest are RIP responses. Quagga apparently do > > not sign RIP requests. They are optional, so it is not a big problem, but > > AFAIK they should be signed and verified in the same

Re: OSPF passive-interface

2016-06-28 Thread Alexander Velkov
ah, I think I found what I need - use 'stub yes' in the required interface config in OSPF. On Tue, Jun 28, 2016 at 4:13 PM, Alexander Velkov wrote: > Hi again, > > in the quagga configuration you can configure a interface to be passive > (participate in the OSPF routing

OSPF passive-interface

2016-06-28 Thread Alexander Velkov
Hi again, in the quagga configuration you can configure a interface to be passive (participate in the OSPF routing process but prevents that interface from forming neighbor relationships). I cannot find a configuration parameter for that in the bird OSPF configuration. There is one for RIP and

Re: RIP with MD5 authentication

2016-06-28 Thread Alexander Velkov
Hi Ondrej, > The first one is RIP request, rest are RIP responses. Quagga apparently do > not sign RIP requests. They are optional, so it is not a big problem, but > AFAIK they should be signed and verified in the same way as RIP requests. OK. Yes, the whole communication process to be encrypted

Re: RIP with MD5 authentication

2016-06-28 Thread Ondrej Zajicek
On Thu, Jun 23, 2016 at 04:04:48PM +0200, Alexander Velkov wrote: > Hello again, > > Error 1: > > You are right, it seems that quagga (ripd) really sends two packets when it > starts - the first one is unencrypted with metric 16, the others are > properly encrypted. The first one is RIP

Re: bird does not speak OSPF on a GRE tunnel interface

2016-06-28 Thread Ondrej Zajicek
On Mon, Jun 27, 2016 at 03:26:41PM +0200, Alexander Velkov wrote: > Hi Ondrej, > > Thanks for you answer! I did exactly this and bird finally became more > 'chatty' :). > This is very nice, although I expected that bird is "sensing" the state of > the interfaces (e.g. through the device/direct

Dynamic BGP neighbors ?

2016-06-28 Thread Jonan S
Hello, Does BIRD support anything like dynamic BGP neighbors ? I would like to establish sessions from neighbors that are unknown ahead of time, such as from a range of IPs or adhoc addresses. Thanks, -Jonan