bird/protocols/ibgp.conf
2020-08-24 10:13:07 +02:00

26 lines
420 B
Text

protocol bgp moon from rr_clients {
description "iBGP: moon.0l.de";
local 2a09:11c0:200::14;
neighbor 2a09:11c0:200::2;
bfd yes;
}
protocol bgp rpi from rr_clients {
description "iBGP: rpi.home.0l.de";
local 2a09:11c0:200::14;
neighbor 2a09:11c0:200::3;
bfd yes;
}
protocol bgp acs from rr_clients {
description "iBGP: acs.0l.de";
local 2a09:11c0:200::7;
neighbor 2a09:11c0:200::6;
bfd yes;
}