Hi everyone,
I’m having issues with my RB951G 2HnD (routerOS 5.26) when I make changes on the wireless interface and then disable it, the router locks up.
Why do I need to disable the router? I’m currently developing an application that
pulls/issues command to the router and disabling the wlan interface is part of it.
Steps to replicate the issue:
- Make changes to wireless configuration (for example Security or SSID)
- Apply configuration /save
- Send command to routerOS to disable wlan1:
- Through CLI (/interface wireless disable wlan1 -or- /interface disable 5):
- WebUI → Interface
- API command
– and then the router locks up even on power cycle
Question:
Will ugprading routerOS to 6+ fix this?
Is there a different way to disable the interface besides the commands I’ve tried? (/interface wireless disable wlan1 & /interface disable 5)
I have tested this with two RB951Gs and both locks up.
I’ve tried looking up in the forums and googling for answers for anyone that might’ve encountered the issue, so far nothing.
Thanks for any answers in advance
UPDATE:
Updating routerOS to 6.2 fixes the issue.