Skip to content
Snippets Groups Projects
Commit 9573cf1c authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

SBP template update - add cflowd static config

parent 032f9637
No related branches found
No related tags found
1 merge request!211Add local address in BGP neighbor template
Pipeline #91401 passed
...@@ -19,6 +19,14 @@ ...@@ -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> <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 %} {% endif %}
<ip-mtu>{{ sbp_params.ip_mtu }}</ip-mtu> <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> <sap>
{% if ap.sbp.is_tagged %} {% if ap.sbp.is_tagged %}
<sap-id>{{ lag_name }}:{{ ap.sbp.vlan_id }}</sap-id> <sap-id>{{ lag_name }}:{{ ap.sbp.vlan_id }}</sap-id>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment