<div dir="ltr">Hi Chriztoffer,<div>I am using BIRD 2, my configuration looks like the following:</div><div><br></div><div>ipv4 table t4;</div><div><br></div><div>protocol pipe {</div><div>     table master4;</div><div>     peer table t4;</div><div>     import all;</div><div>     export all;</div><div>}</div><div><br></div><div>protocol bgp {</div><div>        multihop 15;</div><div>        neighbor 192.168.1.2 as 1;</div><div>        password "password";</div><div><br></div><div>       ipv4 {</div><div>               import all;</div><div>               table t4;</div><div>               export none;};</div><div>}</div><div><br></div><div>Without password it is working.</div><div><br></div><div>Thanks,</div><div><br></div><div>Fabiano</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno mar 12 mag 2020 alle ore 16:54 Chriztoffer Hansen <<a href="mailto:chriztoffer.hansen@de-cix.net" target="_blank">chriztoffer.hansen@de-cix.net</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Dear Fabiano,<br>
<br>
Fabiano D'Agostino wrote on 2020-05-12 14:29:<br>
> when I try to set up a password for a BGP peering the connection state<br>
> is Connect and not Established, so BGP is not importing prefixes. <br>
> <br>
> The neighbor which is doing a peering is a Cisco router and I set up the<br>
> password with neighbor ip-address password string command.<br>
<br>
Config examples of what troubles you would help, plus if you are using<br>
Bird 1 or Bird 2 in your set-up.<br>
<br>
Cheers,<br>
Chriztoffer<br>
<br>
</blockquote></div>