|
@@ -32,7 +32,7 @@ protocol bgp core_zoulou from ibgp {
|
|
|
template bgp tpl_fdn {
|
|
|
local as 20766;
|
|
|
description "Livraison FDN";
|
|
|
- import where bgp_import(65055,"member",0);
|
|
|
+ import where bgp_import(65055,"member",50000);
|
|
|
export where bgp_export(65055,"default");
|
|
|
}
|
|
|
|
|
@@ -65,7 +65,7 @@ protocol bgp member_grenode1 from tpl_grenode {
|
|
|
template bgp tpl_lautrenet {
|
|
|
local as 20766;
|
|
|
description "Livraison L'Autre.net";
|
|
|
- import where bgp_import(64600,"member",0);
|
|
|
+ import where bgp_import(64600,"member",50000);
|
|
|
export where bgp_export(64600,"full");
|
|
|
}
|
|
|
|
|
@@ -80,6 +80,7 @@ protocol bgp member_lautrenet2 from tpl_lautrenet {
|
|
|
#
|
|
|
# Member: Tetaneutral
|
|
|
#
|
|
|
+
|
|
|
template bgp tpl_tetaneutral {
|
|
|
local as 20766;
|
|
|
description "Livraison Tetaneutral.net";
|
|
@@ -111,6 +112,7 @@ protocol bgp transit_absolight from tpl_absolight {
|
|
|
#
|
|
|
# Peering: FranceIX
|
|
|
#
|
|
|
+
|
|
|
template bgp tpl_franceix_rs {
|
|
|
local as 20766;
|
|
|
import where bgp_import(51706,"peering",26000);
|