On Tue, Nov 17, 2020 at 12:37:47AM +0100, Robert Scheck wrote:
> > Also, do you have any messages in logs related to that
> > (esp. if you enable debug logging)?
>
> bird[18503]: Started
> bird[18503]: r1: Started
> bird[18503]: r1: Connect delayed by 5
> bird[18503]: r1: Connecting to 2001:db8:1:
Hello Ondrej,
On Sun, 15 Nov 2020, Ondrej Zajicek wrote:
> Could you try add 'passive' to the working example to see whether the
> issue is related to one-way establishment, or neighbor-range mode?
yes, adding 'passive' to the working example keeps it still working.
> Also, do you have any messa
On Thu, Nov 12, 2020 at 03:15:17AM +0100, Robert Scheck wrote:
> Hello,
>
> where is my mistake? Static routing between 2001:db8:1::/64 and
> 2001:db8:1:a::/64 (configured outside of BIRD) works.
Hello
Could you try add 'passive' to the working example to see whether the
issue is related to one-
Hello,
where is my mistake? Static routing between 2001:db8:1::/64 and
2001:db8:1:a::/64 (configured outside of BIRD) works.
# r1 (2001:db8:1::1/64)
protocol bgp r2 {
local as 42;
neighbor range 2001:db8:1::/50 as 420001; # Never comes up
# neighbor 2001:db8:1:a::1 as 420001