Browse Source

bgp: Add Neutrinet BGP delivery

Sebastien Badia 9 years ago
parent
commit
2c3d1c0216
2 changed files with 29 additions and 0 deletions
  1. 14 0
      etc/local/bird/bird/bgp.conf
  2. 15 0
      etc/local/bird/bird6/bgp.conf

+ 14 - 0
etc/local/bird/bird/bgp.conf

@@ -91,6 +91,20 @@ protocol bgp member_tetaneutral from tpl_tetaneutral {
 	neighbor 80.67.168.245 as 197422;
 }
 
+#
+# Member: Neutrinet
+#
+template bgp tpl_neutrinet {
+	local as 20766;
+	description "Livraison Neutrinet";
+        import where bgp_import(204059,"member",40000);
+        export where bgp_export(204059,"full");
+}
+
+protocol bgp member_neutrinet from tpl_neutrinet {
+	neighbor 80.67.168.237 as 204059;
+}
+
 
 #
 # Transit: Absolight

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

@@ -92,6 +92,21 @@ protocol bgp member_tetaneutral from tpl_tetaneutral {
 	neighbor 2001:910:0:3011::245 as 197422;
 }
 
+#
+# Member: Neutrinet
+#
+
+template bgp tpl_neutrinet {
+	local as 20766;
+	description "Livraison Neutrinet";
+        import where bgp_import(204059,"member",40000);
+        export where bgp_export(204059,"full");
+}
+
+protocol bgp member_neutrinet from tpl_neutrinet {
+	neighbor 2001:910:0:108::237 as 204059;
+}
+
 
 #
 # Transit: Absolight