Cisco 9200 Firmware Upgrade
Script:
en copy usbflash0:cat9k_lite_iosxe.16.12.04.SPA.bin flash: conf t boot system flash:packages.conf end wr install add file flash:cat9k_lite_iosxe.16.12.04.SPA.bin activate commit y !!!!!!!!!RELOAD!!!!!!!!!!! en dir flash:*.pkg show ver show boot install remove inactive
Prepare the switch to accept the new IOS-XE image by freeing up some storage.
Step 1. Remove Unwanted PackagesC9200#install remove inactive
Step 2. Copy New Image to FlashC9200#copy usbflash1:cat9k_lite_iosxexxx.bin flash:


Step 3. Set Boot VariableC9200(config)#boot system flash:packages.conf
C9200(config)#end
C9200#wr
C9200#show boot system

Step 4. Software Install Image to FlashC9200K#install add file flash: cat9k_lite_iosxexxx.bin activate commit

After hitting ‘y’, you will be asked to confirm that you have changed the boot config to packages.conf. You should have done this in Step 3.

Confirm by hitting ‘y’. Your screen will produce a similar output and requires a reload.

It will take a couple of minutes to reload. After the reload, you can confirm your running mode, version and pkg files are in your flash directory.
Step 5. Verify New Packages and Image after reloadC9200#dir flash:*.pkg

Step 6. Check Version and New BootloaderC9200#show version
C9200#show boot

Note: Previously the 9200 was running in BUNDLE mode. After the reload, it is running in INSTALL mode.

Step 7. Clean upC9200#install remove inactive


Leave a Reply