Command Reference Guide

clear boot config 541
The backup command places the boot configuration file into the archive.
(The boot configuration file is the Configured boot configuration in the
display boot command’s output.) If the running configuration contains
changes that have not been saved, these changes are not in the boot
configuration file and are not archived. To make sure the archive contains
the configuration that is currently running on the switch, use the
save config command to save the running configuration to the boot
configuration file, before using the backup command.
Examples — The following command creates an archive of the
system-critical files and copies the archive directly to a TFTP server. The
filename in this example includes a TFTP server IP address, so the archive
is not stored locally on the switch.
WX1200# backup system tftp:/10.10.20.9/sysa_bak critical
success: sent 28263 bytes in 0.324 seconds [ 87231 bytes/sec]
See Also
dir on page 545
restore on page 555
clear boot config Resets to the factory default the configuration that MSS loads during a
reboot.
Syntax
clear boot config
Defaults — None.
Access — Enabled.
History —Introduced in MSS Version 3.0.
Examples — The following commands back up the configuration file on
an WX switch, reset the switch to its factory default configuration, and
reboot the switch:
WX4400# copy configuration tftp://10.1.1.1/backupcfg
success: sent 365 bytes in 0.401 seconds [ 910 bytes/sec]
WX4400# clear boot config
success: Reset boot config to factory defaults.
WX4400# reset system force
...... rebooting ......