On Thu, Nov 27, 2014 at 05:09:47PM +1100, Tom Harbert wrote:
Hello,
I am running BIRD 1.4.0 on an Ubuntu linux machine which peers BGP successfully with a Juniper SRX firewall. I am having difficulties getting BFD past the Init state. See below for both BIRD and SRX config and logs.
I am sure its something basic, troubleshooting suggestions appreciated.
Thanks, Tom.
// bird.conf
protocol bfd { interface "172.30.6.8/32" { interval 1000 ms; multiplier 3; }; }
Hi You should use interface "eth0" instead of interface "172.30.6.8/32" With quotation marks, it is interpreted as an interface name and therefore not applicable for given interface. Generally, interface specification by IP prefix is not quoted: interface 172.30.6.8/32 but such specification is not supported for BFD. -- Elen sila lumenn' omentielvo Ondrej 'Santiago' Zajicek (email: santiago@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."