Binding to some interfaces only for multihop bgp

Sebastian Hahn bird_users at sebastianhahn.net
Sun Feb 19 18:28:03 CET 2023


Hi Alexander,

thanks a lot for the fast response.

> On 19. Feb 2023, at 16:31, Alexander Zubkov <green at qrator.net> wrote:
> Hi,
> 
> I doubt that strict bind option is incompatible with multihop. Do you have some problems with it?

I get the following error:

Multihop BGP cannot be bound to interface

when I am trying with an ibgp config like this:

protocol bgp test {

	local <ip> as <myas>;
	interface "<iface>";
	strict bind yes;
	ipv6 {
	    ...
	}
	neighbour <theirip> as <myas>;
}

Thanks
Sebastian


More information about the Bird-users mailing list