9200 Cisco Switch Convert BUNDLE mode to INSTALL mode

Conver bundle mode to install mode


Siapkan switch yang akan diupdate IOS-XE yang baru dan pastikan kapasitas flash cukup besar dengan menghapus file yang tidak digunakan.

Step 1. Remove Unwanted Packages
C9200# install remove inactive

Step 2. Copy New Image to Flash
C9200# copy usbflash1:cat9k_lite_iosxexxx.bin flash:




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



Step 4. Software Install Image to Flash
C9200K# 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 reload
C9200# dir flash:*.pkg



Step 6. Check Version and New Bootloader
C9200# 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 up
C9200# install remove inactive