Howto bind BGP to single interface?

Ondrej Zajicek santiago at crfreenet.org
Wed Feb 14 20:46:27 CET 2018


On Wed, Feb 14, 2018 at 01:20:59PM -0500, Michael Wayne wrote:
> Trying to determine what is wrong with "strict bind yes;" under "protocol
> bgp".  The docs suggest that my syntax is correct.
> 
> protocol bgp vultr {
>         local as 1234;
>         source address 111.22.33.44;
>         # strict bind yes;      # Fails if uncommented
>         import filter accept_all;
>         export filter export_bgp;

Hi

According to your import/export filter option, you probably using
BIRD 1.6.x, option 'strict bind' is for BIRD 2.0. There are separate
docs for both versions on the website.

For old BIRD, you can use global option 'listen bgp':
http://bird.network.cz/?get_doc&v=16&f=bird-3.html#opt-listen-bgp

-- 
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."


More information about the Bird-users mailing list