Parcourir la source

bgp: bgp: Configure sessions with Numericable on France-IX and copy whiskey conf

Julien Rabier il y a 9 ans
Parent
commit
2961b6a5b1
1 fichiers modifiés avec 17 ajouts et 13 suppressions
  1. 17 13
      etc/local/bird/bird/bgp.conf

+ 17 - 13
etc/local/bird/bird/bgp.conf

@@ -171,24 +171,28 @@ protocol bgp franceix_2484 from tpl_franceix_peers {
 	description "FranceIX / AFNIC";
 }
 protocol bgp franceix_46489_1 from tpl_franceix_peers {
-    neighbor 37.49.237.25 as 46489;
-    description "FranceIX / Twitch";
+	neighbor 37.49.237.25 as 46489;
+	description "FranceIX / Twitch";
 }
 protocol bgp franceix_46489_2 from tpl_franceix_peers {
-    neighbor 37.49.237.26 as 46489;
-    description "FranceIX / Twitch";
+	neighbor 37.49.237.26 as 46489;
+	description "FranceIX / Twitch";
 }
 protocol bgp franceix_42 from tpl_franceix_peers {
-    neighbor 37.49.236.92 as 42;
-    description "FranceIX / AS-PCH";
+	neighbor 37.49.236.92 as 42;
+	description "FranceIX / AS-PCH";
 }
 protocol bgp franceix_3856 from tpl_franceix_peers {
-    neighbor 37.49.236.91 as 3856;
-    description "FranceIX / AS-PCH";
+	neighbor 37.49.236.91 as 3856;
+	description "FranceIX / AS-PCH";
 }
 protocol bgp franceix_39405 from tpl_franceix_peers {
-        neighbor 37.49.236.220 as 39405;
-        description "FranceIX / FULLSAVE-AS";
+	neighbor 37.49.236.220 as 39405;
+	description "FranceIX / FULLSAVE-AS";
+}
+protocol bgp franceix_21502 from tpl_franceix_peers {
+	neighbor 37.49.237.85 as 21502;
+	description "FranceIX / Numericable";
 }
 
 #
@@ -256,7 +260,7 @@ protocol bgp equinix_2486 from tpl_equinix_peers {
 	import limit 50;
 }
 protocol bgp equinix_43142 from tpl_equinix_peers {
-    neighbor 195.42.144.219 as 43142;
-    description "EquinIX / AS-Adelinovius";
-    import limit 150;
+	neighbor 195.42.144.219 as 43142;
+	description "EquinIX / AS-Adelinovius";
+	import limit 150;
 }