BFD and Juniper?
Job Snijders
job at instituut.net
Sat Aug 15 16:52:19 CEST 2015
On Sat, Aug 15, 2015 at 02:42:11PM +0000, Leighton, Russell wrote:
> I'm trying to get bird 1.5.0 to have BFD work with Juniper MX Routers.
>
> Sessions get stuck in Init state with the Juniper side in Down state.
>
> Any suggestions?
On the BIRD box, set this in sysctl.conf:
net.ipv4.ip_local_port_range="49152 65535"
BIRD config:
protocol bfd bfd1 {
interface "xxxx";
}
protocol bgp neighbor1 {
[ ... ]
bfd on;
}
On the Juniper side something like this:
job at eunetworks-1.router.nl.coloclue.net> show configuration protocols bgp group internal-ipv4 neighbor 94.142.247.237 bfd-liveness-detection
minimum-interval 10;
multiplier 5;
transmit-interval {
minimum-interval 100;
}
Kind regards,
Job
More information about the Bird-users
mailing list