Browse Source

bgp: add peering with OVH AS16276

Julien Rabier 9 years ago
parent
commit
9329713955
2 changed files with 10 additions and 0 deletions
  1. 5 0
      etc/local/bird/bird/bgp.conf
  2. 5 0
      etc/local/bird/bird6/bgp.conf

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

@@ -283,3 +283,8 @@ protocol bgp equinix_49463 from tpl_equinix_peers {
 	description "EquinIX / AS-LNCSA";
 	description "EquinIX / AS-LNCSA";
 	import limit 50;
 	import limit 50;
 }
 }
+protocol bgp equinix_16276 from tpl_equinix_peers {
+	neighbor 195.42.144.186 as 16276;
+	description "EquinIX / AS-OVH";
+	import limit 200;
+}

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

@@ -274,3 +274,8 @@ protocol bgp equinix_49463 from tpl_equinix_peers {
 	description "EquinIX / AS-LNCSA";
 	description "EquinIX / AS-LNCSA";
 	import limit 25;
 	import limit 25;
 }
 }
+protocol bgp equinix_16276 from tpl_equinix_peers {
+	neighbor 2001:7f8:43::1:6276:1 as 16276;
+	description "EquinIX / AS-OVH";
+	import limit 200;
+}