|
@@ -141,13 +141,13 @@ protocol bgp peering_grenode1 from tpl_grenode {
|
|
|
#
|
|
|
template bgp tpl_franceix_rs from tpl_bgp {
|
|
|
local as 20766;
|
|
|
- import where bgp_import(51706,"peering",26000,200);
|
|
|
+ import where bgp_import(51706,"peering",26000,210);
|
|
|
export where bgp_export(51706,"members");
|
|
|
import limit 100000;
|
|
|
}
|
|
|
template bgp tpl_franceix_peers from tpl_bgp {
|
|
|
local as 20766;
|
|
|
- import where bgp_import(51706,"peering",26000,190);
|
|
|
+ import where bgp_import(51706,"peering",26000,200);
|
|
|
export where bgp_export(51706,"members");
|
|
|
import limit 10000;
|
|
|
}
|
|
@@ -229,7 +229,7 @@ protocol bgp franceix_21502 from tpl_franceix_peers {
|
|
|
# EquinIX: route collector (only for monitoring)
|
|
|
template bgp tpl_equinix_rc from tpl_bgp {
|
|
|
local as 20766;
|
|
|
- import where bgp_import(65517,"peering",22000,500);
|
|
|
+ import where bgp_import(65517,"peering",22000,310);
|
|
|
export where bgp_export(65517,"members");
|
|
|
import limit 10;
|
|
|
}
|
|
@@ -242,13 +242,13 @@ protocol bgp equinix_rc1 from tpl_equinix_rc {
|
|
|
# EquinIX: Route server
|
|
|
template bgp tpl_equinix_rs from tpl_bgp {
|
|
|
local as 20766;
|
|
|
- import where bgp_import(24115,"peering",22000,500);
|
|
|
+ import where bgp_import(24115,"peering",22000,310);
|
|
|
export where bgp_export(24115,"members");
|
|
|
import limit 100000;
|
|
|
}
|
|
|
template bgp tpl_equinix_peers from tpl_bgp {
|
|
|
local as 20766;
|
|
|
- import where bgp_import(24115,"peering",22000,490);
|
|
|
+ import where bgp_import(24115,"peering",22000,300);
|
|
|
export where bgp_export(24115,"members");
|
|
|
import limit 100000;
|
|
|
}
|