Cisco Firmware
Catalyst
Install Mode
16.6.1 & older
Clean old installations first.
#request platform software package clean switch all
Copy the .bin file with tftp.
#copy tftp://Location/dir/<file_name>.bin flash:
Copy the .bin file with usb:
#copy usbflash-:<file_name>.bin flash:
Verify location then check MD5 checksum (compare to MD5 on site).
#dir flash:
#verify /md5 flash:<file_name>.bin
Set boot variable and configure autoboot.
#no boot system
#boot system flash:package.conf
#no boot manual
Save the config and confirm boot settings
#show boot system
Install the new image
#request platform software package install switch all file flash-x:<file_name>.bin auto-copy
16.6.2 & Newer
Cleanup
#install remove inactive
Copy the .bin
Switch#copy tftp://Location/directory/<file_name>.bin flash
Switch#copy usbflash0:<file_name>.bin flash:
Check to verify it was copied and that the MD5 checksum matches.
#dir flash
#verify /md5 flash: <file_name>.bin
Set boot variable and configure autoboot.
(config)#boot system flash:packages.conf
(config)#no boot manual
Save the config and confirm settings
#show boot system
Install the new image
#install add file flash:<file_name>.bin activate commit
Verify it installed.
#show version
Bundle Mode
NEXUS
It is recommended to have at least one image file for an older version as a rollback incase it does not successfully take the new image.
Check space for bootflash and the supervisor module,
#dir bootflash
#dir bootflash://sup-standby/
If there is not enough space remove unnecessary files.
#delete bootflash:'filename'
or
#delete bootflash://sup-standby/nxos.9.2.1.bin
Download the chosen software package: Software Download
Copy the image file to the switch.
or
copy usb1:nxos.<version>.bin bootflash:
You will want to show the checksum and compare to the one provided to be sure it's not corrupt or incomplete.
#show file bootflash:nxos.##.#.#.#.bin md5sum
Make sure you copy the running config to nvram.
#copy run start
Install the epld image if needed.
#install all nxos nxos.##.#.#.IJD9.0.59.bin epld n9000-epld.##.#.#.F.img
Finally install the boot image.
#install all nxos bootflash:nxos64.10.2.1.F.bin
Options for verifying
#show version
#show install all status
Rollback & Recovery
#conf t
#boot system flash:<old_image.bin>
show version
show boot