Move SNMP config

main
Daniel Ankers 2024-01-19 10:40:55 +00:00
parent ff68cb26ca
commit 45a1dcefb5
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,7 @@
{{ junos.chassissection(device) }}
{% endif %}
{{ junos.interfacesection(device,tenant['vlans']) }}
{{ junos.snmpsection(rack, config_context) }}
{% if device_role['name'] == 'Leaf' %}
forwarding-options {
storm-control-profiles default {
@ -28,7 +29,6 @@ policy-options {
}
}
}
{{ junos.snmpsection(rack, config_context) }}
{{ junos.routingoptionssection(primary_ip4, config_context) }}
protocols {
{{ junos.bgpsection(device,tenant['spines']) }}