bird/protocols/ibgp.conf

50 lines
790 B
Text

template bgp rr_clients {
local as my_ripe_asn;
neighbor as my_ripe_asn;
rr client;
rr cluster id 172.23.156.3;
direct;
ipv4 {
import keep filtered;
import where ibgp_import_v4();
export where ibgp_export_v4();
next hop self;
};
ipv6 {
import keep filtered;
import where ibgp_import_v6();
export where ibgp_export_v6();
next hop self;
};
}
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;
}