bird/protocols/ripe-rcc.conf

33 lines
588 B
Text

include "/var/lib/bird/ripe_rcc_beacons.conf";
template bgp ripe_rcc_v4 {
local 80.81.196.155 as 207613;
neighbor as 12654;
ipv4 {
table ebgp_v4;
import where net ~ ripe_rcc_beacons_v4;
export none;# !!!! our ebgp_v4 table is bogus !!!!
};
}
template bgp ripe_rcc_v6 {
local 2001:7f8::3:2afd:0:1 as 207613;
neighbor as 12654;
ipv6 {
table ebgp_v6;
import all where net ~ ripe_rcc_beacons_v6;
export all;
};
}
protocol bgp ripe_rrc12_v4 from ripe_rcc_v4 {
neighbor 80.81.192.152;
}
protocol bgp ripe_rrc12_v6 from ripe_rcc_v6 {
neighbor 2001:7f8::316e:0:1;
}