Hi,
I’m not able to reboot a CRS317 unit using SNMP set.
I’m following SNMP - RouterOS - MikroTik Documentation
Set seems to be accepted:
/ # snmpset -c mywrite -v 1 10.10.132.10 1.3.6.1.4.1.14988.1.1.7.1.0 s 1
SNMPv2-SMI::enterprises.14988.1.1.7.1.0 = INTEGER: 0
But it does not reboot.
SNMP config:
[anur@SW-SUI-CRS317-1] /snmp/community> /snmp/export
# 2025-11-20 14:19:46 by RouterOS 7.20
# software id = 1GEK-VBAA
#
# model = CRS317-1G-16S+
# serial number = HGK09V31N1N
/snmp community
add addresses=10.0.0.0/8 name=mywrite write-access=yes
/snmp
set enabled=yes
[anur@SW-SUI-CRS317-1] /snmp/community>
Switch resources:
[anura@SW-SUI-CRS317-1] /snmp> /system/resource/ print
uptime: 1w21h16m46s
version: 7.20 (stable)
build-time: 2025-09-29 09:33:57
factory-software: 6.44.6
free-memory: 912.9MiB
total-memory: 1024.0MiB
cpu: ARM
cpu-count: 2
cpu-frequency: 800MHz
cpu-load: 2%
free-hdd-space: 3084.0KiB
total-hdd-space: 16.0MiB
write-sect-since-reboot: 26255
write-sect-total: 139861
architecture-name: arm
board-name: CRS317-1G-16S+
platform: MikroTik
[anura@SW-SUI-CRS317-1] /snmp>
Thanks for the help!