Hi All:
I am trying to change system parameters using SNMP for RouterOS 3.20 and 4.5. I enabled SNMP and added a community with write-access at Mikrotik and used snmpd.
I was able to change system identity and to reboot the router as explained in SNMP Write but I am not being able to change other parameters as the ssid (though I can get parameter value with snmpget). I used the commands below, I get the answer below but parameter value did not change.
Commands used:
snmpset –c public – v 1 192.168.222.240 1.3.6.1.4.1.14988.1.1.1.1.1.5.2 s “new”
or
snmpset –c public – v 2c 192.168.222.240 1.3.6.1.4.1.14988.1.1.1.1.1.5.2 s “new”
Answer:
SNMPv2 – SMI :: enterprises.14988.1.1.1.1.1.5.2 = STRING: “new”
Could someone help me?
Thanks!