Skip to content
Snippets Groups Projects

Add local address in BGP neighbor template

Merged Aleksandr Kurbatov requested to merge fix/bgp-neighbor-fix into develop
1 file
+ 8
0
Compare changes
  • Side-by-side
  • Inline
@@ -19,6 +19,14 @@
<description>SRV_L3VPN CUSTOMER {{ partner_name }} {{ '#'+ap.custom_service_name if ap.custom_service_name is string }} ${{ ap.sbp.gs_id }} | ASN{{ partner.asn }} | </description>
{% endif %}
<ip-mtu>{{ sbp_params.ip_mtu }}</ip-mtu>
<cflowd-parameters>
<sampling>
<sampling-type>unicast</sampling-type>
<type>interface</type>
<direction>ingress-only</direction>
<sample-profile>1</sample-profile>
</sampling>
</cflowd-parameters>
<sap>
{% if ap.sbp.is_tagged %}
<sap-id>{{ lag_name }}:{{ ap.sbp.vlan_id }}</sap-id>
Loading