|
@@ -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 {
|