13 May
2020
13 May
'20
8:14 a.m.
Fabiano D'Agostino wrote on 2020-05-12 17:27:
I am using BIRD 2, my configuration looks like the following:
ipv4 table t4;
protocol pipe { table master4; peer table t4; import all; export all; }
protocol bgp { multihop 15; neighbor 192.168.1.2 as 1; password "password"; ipv4 { import all; table t4; export none; }; }
Without password it is working.
What log messages are written by the remote bgp speaker and the local bird2 bgp speaker? https://bird.network.cz/?get_doc&v=20&f=bird-3.html#ss3.2 Cheers, Chriztoffer