Hi everyone, when I try to set up a password for a BGP peering the connection state is Connect and not Established, so BGP is not importing prefixes. The neighbor which is doing a peering is a Cisco router and I set up the password with neighbor ip-address password string command. Thanks, Fabiano
Dear Fabiano, Fabiano D'Agostino wrote on 2020-05-12 14:29:
when I try to set up a password for a BGP peering the connection state is Connect and not Established, so BGP is not importing prefixes.
The neighbor which is doing a peering is a Cisco router and I set up the password with neighbor ip-address password string command.
Config examples of what troubles you would help, plus if you are using Bird 1 or Bird 2 in your set-up. Cheers, Chriztoffer
Hi Chriztoffer, 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. Thanks, Fabiano Il giorno mar 12 mag 2020 alle ore 16:54 Chriztoffer Hansen < chriztoffer.hansen@de-cix.net> ha scritto:
Dear Fabiano,
Fabiano D'Agostino wrote on 2020-05-12 14:29:
when I try to set up a password for a BGP peering the connection state is Connect and not Established, so BGP is not importing prefixes.
The neighbor which is doing a peering is a Cisco router and I set up the password with neighbor ip-address password string command.
Config examples of what troubles you would help, plus if you are using Bird 1 or Bird 2 in your set-up.
Cheers, Chriztoffer
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
Good morning Chriztoffer, sorry for the late reply. Anyway, this is the local bird2 log: https://pastebin.com/FFtR5RGi Right now, I don't have access to the remote bgp speaker. Thanks again, Fabiano Il giorno mer 13 mag 2020 alle ore 10:14 Chriztoffer Hansen < chriztoffer.hansen@de-cix.net> ha scritto:
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
participants (2)
-
Chriztoffer Hansen -
Fabiano D'Agostino