Move BGP logging command

main
Daniel Ankers 2024-01-19 10:51:35 +00:00
parent e4d6080ea5
commit c0ca11e639
1 changed files with 1 additions and 1 deletions

View File

@ -290,12 +290,12 @@ routing-options {
{% set name=device['name'] %} {% set name=device['name'] %}
{% endif %} {% endif %}
bgp { bgp {
log-updown;
{{ bgpoverlaygroup(device) }} {{ bgpoverlaygroup(device) }}
{% if role == 'Spine' %} {% if role == 'Spine' %}
{{ bgprrmeshgroup(device,spines) }} {{ bgprrmeshgroup(device,spines) }}
{% endif %} {% endif %}
{{ bgpunderlaygroup(device) }} {{ bgpunderlaygroup(device) }}
log-updown;
} }
{%- endmacro %} {%- endmacro %}