bird/protocols/decix.conf

98 lines
1.5 KiB
Text

template bgp decix {
local as my_ripe_asn;
graceful restart on;
}
template bgp decix_v6 from decix {
local 2001:7f8::3:2afd:0:1;
ipv6 {
table ebgp_v6;
import keep filtered;
import limit 50000;
import filter ebgp_import_v6;
export filter ebgp_export_v6;
};
}
template bgp decix_v4 from decix {
local 80.81.196.155;
ipv4 {
table ebgp_v4;
import keep filtered;
import limit 200000;
import filter ebgp_import_v4;
export filter ebgp_export_v4;
};
}
### IPv4
template bgp decix_fra_v4 from decix_v4 {
neighbor as 6695;
}
template bgp decix_dus_v4 from decix_v4 {
neighbor as 56890;
}
template bgp decix_ham_v4 from decix_v4 {
neighbor as 43252;
}
template bgp decix_muc_v4 from decix_v4 {
neighbor as 47228;
}
### IPv6
template bgp decix_fra_v6 from decix_v6 {
neighbor as 6695;
}
template bgp decix_dus_v6 from decix_v6 {
neighbor as 56890;
}
template bgp decix_ham_v6 from decix_v6 {
neighbor as 43252;
}
template bgp decix_muc_v6 from decix_v6 {
neighbor as 47228;
}
# Frankfurt
protocol bgp decix_fra_rs1_v4 from decix_fra_v4 {
description "DE-CIX Frankfurt RS1 (v4)";
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;
};
}