Browse Source

bgp: Migrate the Ielo transit session (TH2)

Sebastien Badia 8 years ago
parent
commit
c90bb5e1af
2 changed files with 30 additions and 0 deletions
  1. 15 0
      etc/local/bird/bird/bgp.conf
  2. 15 0
      etc/local/bird/bird6/bgp.conf

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

@@ -98,6 +98,21 @@ protocol bgp transit_absolight from tpl_absolight {
 }
 }
 
 
 #
 #
+# Transit: Ielo (th2)
+#
+template bgp tpl_ielo {
+        local as 20766;
+        description "Transit Ielo (th2)";
+        import where bgp_import(29075,"transit",10003);
+        export where bgp_export(29075,"members");
+}
+
+protocol bgp transit_ielo from tpl_ielo {
+        neighbor 212.85.148.109 as 29075;
+        description "Transit Ielo (th2)";
+}
+
+#
 # Peering: Grenode
 # Peering: Grenode
 #
 #
 template bgp tpl_grenode {
 template bgp tpl_grenode {

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

@@ -100,6 +100,21 @@ protocol bgp transit_absolight from tpl_absolight {
 }
 }
 
 
 #
 #
+# Transit: Ielo (th2)
+#
+template bgp tpl_ielo {
+        local as 20766;
+        description "Transit Ielo (th2)";
+        import where bgp_import(29075,"transit",10003);
+        export where bgp_export(29075,"members");
+}
+ 
+protocol bgp transit_ielo from tpl_ielo {
+        neighbor 2a02:2178:3:5::1 as 29075;
+        description "Transit Ielo (th2)";
+}
+
+#
 # Peering: Grenode
 # Peering: Grenode
 #
 #
 template bgp tpl_grenode {
 template bgp tpl_grenode {