From 45a1dcefb506f2c37dd71906e0734d676f387227 Mon Sep 17 00:00:00 2001 From: Daniel Ankers Date: Fri, 19 Jan 2024 10:40:55 +0000 Subject: [PATCH] Move SNMP config --- juniper-vxlan.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juniper-vxlan.j2 b/juniper-vxlan.j2 index 3d8d3fa..710be8d 100644 --- a/juniper-vxlan.j2 +++ b/juniper-vxlan.j2 @@ -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']) }}