access: configure NTP on FS switches

This commit is contained in:
Timotej Lazar 2026-02-18 12:31:16 +01:00
parent d5b453ad55
commit 0889d24c35
2 changed files with 9 additions and 0 deletions

View file

@ -56,6 +56,10 @@ interface {{ iface.name }}
{% endif %}
{% endfor %}
{% for server in ntp %}
ntp server oob {{ server }}
{% endfor %}
enable service snmp-agent
snmp-server location {{ rack }}
{# limit MIBs exposed over SNMP #}