‎07-07-2025 09:12 AM
Hi ,
I accidentally paste a few line of command in my exos switches, but I haven't save the configuration.
How to I clear the unsaved command/ cache (the prompt display with *) ?
Thank you
Solved! Go to Solution.
‎07-08-2025 11:04 PM
The simplest and most effective way to clear any unsaved configuration changes is to reboot the switch. Since the commands are only in the running configuration (RAM) and haven't been written to the persistent boot.cfg file, a reboot will restore the switch to its last saved configuration.
Thursday
Hi,
If the switch is production-critical and cannot be rebooted, there is no command to simply clear the * prompt indicator.
The * means the running configuration has been modified and no longer matches the saved boot.cfg.
In that situation you have three options:
Before taking any action, I would check:
show configuration
and verify exactly which changes were introduced.
Unfortunately, EXOS does not provide a "discard candidate configuration" feature like some other network operating systems.
Regards
Thursday
Hi,
If the switch is production-critical and cannot be rebooted, there is no command to simply clear the * prompt indicator.
The * means the running configuration has been modified and no longer matches the saved boot.cfg.
In that situation you have three options:
Before taking any action, I would check:
show configuration
and verify exactly which changes were introduced.
Unfortunately, EXOS does not provide a "discard candidate configuration" feature like some other network operating systems.
Regards
‎07-08-2025 11:04 PM
The simplest and most effective way to clear any unsaved configuration changes is to reboot the switch. Since the commands are only in the running configuration (RAM) and haven't been written to the persistent boot.cfg file, a reboot will restore the switch to its last saved configuration.
‎07-10-2025 06:52 AM
Thank you. it works