BFD to Juniper SRX

Ondrej Zajicek santiago at crfreenet.org
Thu Nov 27 10:40:21 CET 2014


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 at 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."
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20141127/dffcb0c0/attachment.asc>


More information about the Bird-users mailing list