bird/protocols/decix.conf
2020-04-20 04:42:25 +02:00

57 lines
1,008 B
Text

template bgp decix_fra_v6 {
local 2001:7f8::3:2afd:0:1 as my_ripe_asn;
neighbor as 6695;
ipv6 {
table ebgp_v6;
import keep filtered;
import filter ebgp_import_v6;
export filter ebgp_export_v6;
};
graceful restart on;
}
template bgp decix_fra_v4 {
local 80.81.196.155 as my_ripe_asn;
neighbor as 6695;
ipv4 {
table ebgp_v4;
import keep filtered;
import filter ebgp_import_v4;
export filter ebgp_export_v4;
};
graceful restart on;
}
protocol bgp decix_fra_rs1_v4 from decix_fra_v4 {
description "DE-CIX Frankfurt RS1 (IPv4)";
neighbor 80.81.192.157;
}
protocol bgp decix_fra_rs1_v6 from decix_fra_v6 {
description "DE-CIX Frankfurt RS1";
neighbor 2001:7f8::1a27:5051:c09d;
}
protocol bgp decix_fra_rs2_v6 from decix_fra_v6 {
description "DE-CIX Frankfurt RS2";
neighbor 2001:7f8::1a27:5051:c19d;
}
protocol bgp decix_fra_bh_v6 from decix_fra_v6 {
description "DE-CIX Frankfurt Blackholing";
neighbor 2001:7f8::1a27:5051:c09e;
ipv6 {
table ebgp_v6_bh;
};
}