Reset configuration without disable wlan interface

Can we reset device without change any wireless settings?
(with the command “system reset-configuration”).

If it is not possible now, are there any chances to see it in the future?


Thanks.

Yes, it is not possible.

There are two resets,

  1. /system reset-configuration,
    which resets entire router configuration;

  2. /interface wireless reset-configuration
    reset wireless interface configuration.

So a selective system reset-configuration is what you are asking for.

Something like ‘system reset-configuration ! wireless’ which would reset everything except for the wireless branch of commands.

Or ‘system reset-configuration ! wireless && ip’ which would reset everything except for the wireless and ip.

That could be useful.

Tom

I thought MT had implemented a way to run a script after a system-reset? That way you could reset the entire system, and then have the script configure some settings for you.