Move SNMP config
parent
ff68cb26ca
commit
45a1dcefb5
|
|
@ -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']) }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue