|
@@ -256,7 +256,7 @@ protocol bgp equinix_rs2 from tpl_equinix_rs {
|
|
|
protocol bgp equinix_6939 from tpl_equinix_peers {
|
|
|
neighbor 2001:7f8:43::6939:1 as 6939;
|
|
|
description "EquinIX / AS-HURRICANE";
|
|
|
- import limit 26000;
|
|
|
+ import limit 32000;
|
|
|
}
|
|
|
protocol bgp equinix_21371_1 from tpl_equinix_peers {
|
|
|
neighbor 2001:07f8:43::2:1371:1 as 21371;
|
|
@@ -303,3 +303,10 @@ protocol bgp equinix_200780 from tpl_equinix_peers {
|
|
|
description "EquinIX / APPLIWAVE";
|
|
|
import limit 25;
|
|
|
}
|
|
|
+protocol bgp equinix_15169 from tpl_equinix_peers {
|
|
|
+ neighbor 2001:7f8:43::1:5169:1 as 15169;
|
|
|
+ description "EquinIX / GOOGLE";
|
|
|
+ import limit 1000;
|
|
|
+ password "REDACTED";
|
|
|
+ disabled;
|
|
|
+}
|