How to Upgrade a Cisco IOS XE Image on Amazon Web Services
Procedure
Step 1 |
scp -i <key.pem file> upgrade-imageecs-user@csr-public-ip-address: copied-upgrade-image Copy the new image to the CSR 1000V boot flash memory. You can choose any name for the copy of the image in bootflash; for
example, |
||||
Step 2 |
request platform software package expand file bootflash:upgrade.bin to bootflash:upgrade/ Expand the image that is in boot flash memory.
Example:
|
||||
Step 3 |
configure terminal Enters the global configuration mode. |
||||
Step 4 |
boot system bootflash:upgrade/packages.conf Adds a boot system entry to the packages.conf file that was generated in step 2. For example, the boot system entry to the Example:The following example shows how to correctly enter a boot system entry:
|
||||
Step 5 |
end Exits the global configuration mode and returns to the privileged EXEC mode. Example:
|
||||
Step 6 |
show run | sec boot Verifies the boot system entry. Example:
|
||||
Step 7 |
copy running-configuration startup-configuration Saves the configuration. Example:
|
||||
Step 8 |
Reload the router. |