Browse Source

bgp: Update BGP med value according BGP/med

Sebastien Badia 8 years ago
parent
commit
950dba8c7d
2 changed files with 10 additions and 10 deletions
  1. 5 5
      etc/local/bird/bird/bgp.conf
  2. 5 5
      etc/local/bird/bird6/bgp.conf

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

@@ -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;
 }

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

@@ -142,14 +142,14 @@ 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;
 }
@@ -219,7 +219,7 @@ protocol bgp franceix_39405 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;
 }
@@ -232,13 +232,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 10000;
 }