on 07-10-2023 11:19 AM
We are going to go over the steps to upgrade our head-end device running Cisco IOS XE SD-WAN (in controller mode). We will cover the procedure using vManage WebUI and also the device CLI
We will go over step-by-step procedures to upgrade the Cisco IOS XE SD-WAN image.
Once the device boots up with the required image, we need to set the default version. This is important, as if the device reloads for whatever reason, it will boot up with the default version. Below are the steps on how we set that
We will go over step-by-step procedures to upgrade the Cisco IOS XE SD-WAN image using the device CLI.
1. Verify the current version is the only one listed under the "show sdwan software" command and also configured as the default version
show sdwan software
VERSION ACTIVE DEFAULT PREVIOUS CONFIRMED TIMESTAMP
------------------------------------------------------------------------------
17.08.01.0.1526 true false false auto 2023-06-02T16:48:45-00:00
17.06.03.0.1 false true true user 2023-03-02T19:16:09-00:00
2. If the version is not set as default, set the current version as default using below command
request platform software sdwan software set-default 17.08.01.0.1526 install_set_default : START Mon Jul 10 14:12:57 UTC 2023 install_set_default: version 17.08.01.0.1526
[1] R0 set_default : Set default version successful
3. If more versions are listed, remove any versions not active with the command request software remove <version>. This increases the space available to proceed with the upgrade.
request platform software sdwan software remove 17.06.03.0.1
4. Verify that there is only version under the output of "show sdwan software"
show sdwan software
VERSION ACTIVE DEFAULT PREVIOUS CONFIRMED TIMESTAMP
------------------------------------------------------------------------------
17.08.01.0.1526 true true false auto 2023-06-02T16:48:45-00:00
We have two options to copy/transfer the image to the device bootflash
Option1:
C8000v# copy usb0: bootflash:
Source filename []? c8000v-universalk9.17.09.03a.SPA.bin
Destination filename [c8000v-universalk9.17.09.03a.SPA.bin]?
Option2:
C8000v#copy tftp: bootflash:
Address or name of remote host []? 10.1.1.1
Source filename []? c8000v-universalk9.17.09.03a.SPA.bin
Destination filename [c8000v-universalk9.17.09.03a.SPA.bin]?
Accessing tftp://10.1.1.1/c8000v-universalk9.17.09.03a.SPA.bin...
C8000v# dir bootflash:*bin
Directory of bootflash:/*bin
22 -rw- 807748616 May 25 2023 22:09:54 +00:00 c8000v-universalk9.17.09.03a.SPA.bin
C8000v#verify /md5 bootflash:c8000v-universalk9.17.09.03a.SPA.bin
.....................................................................................................Done!
verify /md5 (bootflash:cc8000v-universalk9.17.09.03a.SPA.bin) = f75078a2d87f320c116b638787192063
In this step, we will install the newly downloaded software. This will expand the image and have an install base ready.
We can install the image using “request platform software sdwan software install bootflash:<image_name>”
C8000v#request platform software sdwan software install bootflash:c8000v-universalk9.17.09.03a.SPA.bin
Once the image is installed, we could verify the same using “show sdwan software”
c8000v#show sdwan software
VERSION ACTIVE DEFAULT PREVIOUS CONFIRMED TIMESTAMP
----------------------------------------------------------------------------------
17.08.01.0.1526 true true false - 2021-09-06T03:32:34-00:00
17.09.03.01.3 false false false - 2023-05-25T22:32:28-00:00
After the software image has been installed, the next step is to activate the device with the new image:
C8000v#request platform software sdwan software activate 17.09.03.01.3
C8000v# request platform software sdwan software upgrade-confirm
C8000v# request platform software sdwan software set-default 17.09.03.01.3
Great. Could You please provide the procedure for the cEdge upgrade when using the security policy with the UTD container image installed on cEdge?
BR
Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: