Purpose
Command or Action
(Optional) Saves your entries in the configuration file.
copy running-config startup-config
Example:
Step 5
Device#
copy running-config startup-config
Booting the Device in Installed Mode
Installing a Software Package
You can install, activate, and commit a software package using a single command or using separate commands.
This task shows how to use the
install add file activate commit
command for installing a software package.
SUMMARY STEPS
1.
enable
2.
install add file tftp: filename
[
activate commit
]
3.
exit
DETAILED STEPS
Purpose
Command or Action
Enables privileged EXEC mode.
enable
Step 1
Example:
• Enter your password if prompted.
Device> enable
Copies the software install package from a remote location
(via FTP, HTTP, HTTPs, TFTP) to the device, performs a
install add file tftp: filename
[
activate commit
]
Example:
Step 2
compatibility check for the platform and image versions,
Device# install add file
flash:cat9k_lite_iosxe.16.09.01.SPA.bin activate
commit
activates the software package, and makes the package
persistent across reloads.
• This command extracts the individual components of
the .bin file into sub-packages and packages.conf file.
• The device reloads after executing this command.
Exits privileged EXEC mode and returns to user EXEC
mode.
exit
Example:
Step 3
Device# exit
Booting the Device in Bundle Mode
There are several methods by which you can boot the device—either by copying the bin file from the TFTP
server and then boot the device, or by booting the device straight from flash or USB flash using the commands
boot flash:<image.bin>
or
boot usbflash0:<image.bin>
.
The following procedure explains how to boot the device from the TFTP server in the bundle mode.
System Management Configuration Guide, Cisco IOS XE Gibraltar 16.10.x (Catalyst 9200 Switches)
73
Performing Device Setup Configuration
Booting the Device in Installed Mode