Browse Source

bgp: Configure sessions with afnic on equinix and franceix

Sebastien Badia 10 years ago
parent
commit
818bc90004
2 changed files with 18 additions and 0 deletions
  1. 9 0
      etc/local/bird/bird/bgp.conf
  2. 9 0
      etc/local/bird/bird6/bgp.conf

+ 9 - 0
etc/local/bird/bird/bgp.conf

@@ -166,6 +166,10 @@ protocol bgp franceix_13335 from tpl_franceix_peers {
 	neighbor 37.49.237.49 as 13335;
 	description "FranceIX / Cloudfare";
 }
+protocol bgp franceix_2484 from tpl_franceix_peers {
+	neighbor 37.49.236.20 as 2484;
+	description "FranceIX / AFNIC";
+}
 
 #
 # Peering: EquinIX
@@ -226,3 +230,8 @@ protocol bgp equinix_198507 from tpl_equinix_peers {
 	description "EquinIX / AS-QUANTIC";
 	import limit 50;
 }
+protocol bgp equinix_2486 from tpl_equinix_peers {
+	neighbor 195.42.144.153 as 2486;
+	description "EquinIX / AS-AFNIC";
+	import limit 50;
+}

+ 9 - 0
etc/local/bird/bird6/bgp.conf

@@ -169,6 +169,10 @@ protocol bgp franceix_13335 from tpl_franceix_peers {
 	neighbor 2001:7f8:54::1:49 as 13335;
 	description "FranceIX / Cloudfare";
 }
+protocol bgp franceix_2484 from tpl_franceix_peers {
+	neighbor 2001:7f8:54::20 as 2484;
+	description "FranceIX / AFNIC";
+}
 
 #
 # Peering: EquinIX
@@ -228,3 +232,8 @@ protocol bgp equinix_198507 from tpl_equinix_peers {
 	description "EquinIX / AS-QUANTIC";
 	import limit 50;
 }
+protocol bgp equinix_2486 from tpl_equinix_peers {
+	neighbor 2001:7f8:43::2486:1 as 2486;
+	description "EquinIX / AS-AFNIC";
+	import limit 50;
+}