@@ -0,0 +1,7 @@
+protocol bgp {{ ix_name }}_{{ neighbor_as }} from tpl_{{ ix_name }}_peers {
+ neighbor {{ neighbor_ipv4 }} as {{ neighbor_as }};
+ description "{{ ix_name }} / {{ description }}";
+ {% if limit_ipv4 %}
+ import limit {{ limit_ipv4 }};
+ {% endif %}
+}
+ neighbor {{ neighbor_ipv6 }} as {{ neighbor_as }};
+ {% if limit_ipv6 %}
+ import limit {{ limit_ipv6 }};
@@ -0,0 +1,4 @@
+remarks:
+remarks: # {{ description }}
+export: to AS{{ neighbor_as }} announce {{ export }}
+import: from AS{{ neighbor_as }} action pref=100; accept {{ import }}