diff --git a/protocols/decix.conf b/protocols/decix.conf index 1265263..0cc0d40 100644 --- a/protocols/decix.conf +++ b/protocols/decix.conf @@ -6,8 +6,6 @@ template bgp decix { } template bgp decix_v6 from decix { - local 2001:7f8::3:2afd:0:1; - ipv6 { table ebgp_v6; @@ -20,8 +18,6 @@ template bgp decix_v6 from decix { } template bgp decix_v4 from decix { - local 80.81.196.155; - ipv4 { table ebgp_v4; @@ -37,22 +33,31 @@ template bgp decix_v4 from decix { ### 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; } @@ -96,3 +101,79 @@ protocol bgp decix_fra_bh_v6 from decix_fra_v6 { 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; +} +