Browse Source

peers: Equinix - added CAT TELECOM THIX

Sebastien Badia 8 years ago
parent
commit
18e1948732
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

@@ -282,3 +282,8 @@ protocol bgp equinix_16276 from tpl_equinix_peers {
 	description "EquinIX / AS-OVH";
 	import limit 200;
 }
+protocol bgp equinix_4651 from tpl_equinix_peers {
+	neighbor 195.42.144.36 as 4651;
+	description "EquinIX / CAT TELECOM THIX";
+	import limit 5000;
+}

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

@@ -275,3 +275,8 @@ protocol bgp equinix_16276 from tpl_equinix_peers {
 	description "EquinIX / AS-OVH";
 	import limit 200;
 }
+protocol bgp equinix_4651 from tpl_equinix_peers {
+	neighbor 2001:7f8:43::4651:1 as 4651;
+	description "EquinIX / CAT TELECOM THIX";
+	import limit 1000;
+}