Move SNMP config
parent
ff68cb26ca
commit
45a1dcefb5
|
|
@ -5,6 +5,7 @@
|
||||||
{{ junos.chassissection(device) }}
|
{{ junos.chassissection(device) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{ junos.interfacesection(device,tenant['vlans']) }}
|
{{ junos.interfacesection(device,tenant['vlans']) }}
|
||||||
|
{{ junos.snmpsection(rack, config_context) }}
|
||||||
{% if device_role['name'] == 'Leaf' %}
|
{% if device_role['name'] == 'Leaf' %}
|
||||||
forwarding-options {
|
forwarding-options {
|
||||||
storm-control-profiles default {
|
storm-control-profiles default {
|
||||||
|
|
@ -28,7 +29,6 @@ policy-options {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
{{ junos.snmpsection(rack, config_context) }}
|
|
||||||
{{ junos.routingoptionssection(primary_ip4, config_context) }}
|
{{ junos.routingoptionssection(primary_ip4, config_context) }}
|
||||||
protocols {
|
protocols {
|
||||||
{{ junos.bgpsection(device,tenant['spines']) }}
|
{{ junos.bgpsection(device,tenant['spines']) }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue