Maybe I’m that stupid, and what I always understood of what safe mode is just undos repeatedly until the point you activated safe mode if your connection to RouterOS have a drop.
And also prevents to other users take the safe mode.
Safe mode does not prevents other users that are not on the session of Safe Mode to apply changes while that session with safe mode is active. Correct?
What if I'm on a change that can not have interruptions from the beginning until the end.
How to do that?
1 Like
Tell your team not to touch? Or disable their user accounts if really need to whilst doing the work.
There is no configure exclusive.
yeah bro safe mode in RouterOS not exactly “exclusive lock” type, it only protect your own session rollback if disconnect happen. other users still can make changes same time, so yes you are right on that.
if you need no interruption, best way is limit access temporary (disable other users / winbox services or use firewall to allow only your IP while doing changes). some admins also do config in script and run it quickly to avoid mid-change issue.
not perfect solution, but this is closest way in RouterOS