User Guide
56
Managing System
System Tools Configurations
Step 3
boot config filename {
config1 | config2
} {
startup | backup
}
Specify the configuration of the boot file. By default, config1.cfg is the startup configuration
file and config2.cfg is the backup configuration file.
config1 | config2
: Select the configuration file to be configured.
startup | backup
: Specify the property of the configuration file.
Step 4
show boot
Verify the boot configuration of the system.
Step 5
end
Return to privileged EXEC mode.
Step 6
copy running-config startup-config
Save the settings in the configuration file.
The following example shows how to set the next startup image as image1, the
backup image as image2, the next startup configuration file as config1 and the backup
configuration file as config2.
Switch#configure
Switch(config)#boot application filename
image1 startup
Switch(config)#boot application filename
image2 backup
Switch(config)#boot config filename
config1 startup
Switch(config)#boot config filename
config2 backup
Switch(config)#show boot
Boot config:
Current Startup Image - image2.bin
Next Startup Image - image1.bin
Backup Image - image2.bin
Current Startup Config - config2.cfg
Next Startup Config - config1.cfg
Backup Config - config2.cfg
Switch(config)#end
Switch#copy running-config startup-config
Downloaded from