179 lines
3.1 KiB
Text
179 lines
3.1 KiB
Text
|
|
template bgp decix {
|
|
local as my_ripe_asn;
|
|
|
|
graceful restart on;
|
|
}
|
|
|
|
template bgp decix_v6 from decix {
|
|
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 {
|
|
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;
|
|
|
|
local 80.81.196.155;
|
|
}
|
|
|
|
template bgp decix_dus_v4 from decix_v4 {
|
|
neighbor as 56890;
|
|
|
|
local 185.1.58.221;
|
|
}
|
|
|
|
template bgp decix_ham_v4 from decix_v4 {
|
|
neighbor as 43252;
|
|
|
|
local 80.81.203.195;
|
|
}
|
|
|
|
template bgp decix_muc_v4 from decix_v4 {
|
|
neighbor as 47228;
|
|
|
|
local 80.81.202.202;
|
|
}
|
|
|
|
### IPv6
|
|
template bgp decix_fra_v6 from decix_v6 {
|
|
local 2001:7f8::3:2afd:0:1;
|
|
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;
|
|
};
|
|
}
|
|
|
|
# Hamburg
|
|
protocol bgp decix_ham_rs1_v4 from decix_ham_v4 {
|
|
description "DE-CIX Hamburg RS1 (v4)";
|
|
|
|
neighbor 80.81.203.252;
|
|
}
|
|
|
|
protocol bgp decix_ham_rs2_v4 from decix_ham_v4 {
|
|
description "DE-CIX Hamburg RS2 (v4)";
|
|
|
|
neighbor 80.81.203.253;
|
|
}
|
|
|
|
protocol bgp decix_ham_rs1_v6 from decix_ham_v6 {
|
|
description "DE-CIX Hamburg RS1 (v6)";
|
|
|
|
neighbor 2001:7f8:3d::a8f4:0:1;
|
|
}
|
|
|
|
protocol bgp decix_ham_rs2_v6 from decix_ham_v6 {
|
|
description "DE-CIX Hamburg RS2 (v6)";
|
|
|
|
neighbor 2001:7f8:3d::a8f4:0:2;
|
|
}
|
|
|
|
# Düsseldorf
|
|
protocol bgp decix_dus_rs1_v4 from decix_dus_v4 {
|
|
description "DE-CIX Düsseldorf RS1 (v4)";
|
|
|
|
neighbor 185.1.58.252;
|
|
}
|
|
|
|
protocol bgp decix_dus_rs2_v4 from decix_dus_v4 {
|
|
description "DE-CIX Düsseldorf RS2 (v4)";
|
|
|
|
neighbor 185.1.58.252;
|
|
}
|
|
|
|
protocol bgp decix_dus_rs1_v6 from decix_dus_v6 {
|
|
description "DE-CIX Düsseldorf RS1 (v6)";
|
|
|
|
neighbor 2001:7f8:9e::de3a:fc:1;
|
|
}
|
|
|
|
protocol bgp decix_dus_rs2_v6 from decix_dus_v6 {
|
|
description "DE-CIX Düsseldorf RS2 (v6)";
|
|
|
|
neighbor 2001:7f8:9e::de3a:fc:1;
|
|
}
|
|
|
|
# München
|
|
protocol bgp decix_muc_rs1_v4 from decix_muc_v4 {
|
|
description "DE-CIX München RS1 (v4)";
|
|
|
|
neighbor 80.81.202.252;
|
|
}
|
|
|
|
protocol bgp decix_muc_rs2_v4 from decix_muc_v4 {
|
|
description "DE-CIX München RS2 (v4)";
|
|
|
|
neighbor 80.81.202.253;
|
|
}
|
|
|
|
protocol bgp decix_muc_rs1_v6 from decix_muc_v6 {
|
|
description "DE-CIX München RS1 (v6)";
|
|
|
|
neighbor 2001:7f8:44::b87c:0:1;
|
|
}
|
|
|
|
protocol bgp decix_muc_rs2_v6 from decix_muc_v6 {
|
|
description "DE-CIX München RS2 (v6)";
|
|
|
|
neighbor 2001:7f8:44::b87c:0:2;
|
|
}
|
|
|