BGP password
Chriztoffer Hansen
chriztoffer.hansen at de-cix.net
Wed May 13 10:14:43 CEST 2020
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4309 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20200513/c64440fc/attachment.p7s>
More information about the Bird-users
mailing list