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).

#show file systems:
#dir flash:
#verify /md5 flash:<file_name>.bin


Set boot variable and configure autoboot.

#conf t
#no boot system
#boot system flash:package.conf
#no boot manual


Save the config and confirm boot settings

#write memory
#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

Via TFTP:
Switch#copy tftp://Location/directory/<file_name>.bin flash

Via USB:
Switch#copy usbflash0:<file_name>.bin flash:


Check to verify it was copied and that the MD5 checksum matches.

#show file systems
#dir flash
#verify /md5 flash: <file_name>.bin

Set boot variable and configure autoboot.

(config)#no boot system
(config)#boot system flash:packages.conf
(config)#no boot manual


Save the config and confirm settings

#copy run start
#show boot system


Install the new image

#install add file flash:<file_name>.bin activate commit


Verify it installed.

#show version


Bundle Mode

Cisco Upgrade Bug


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.

#copy tftp://<server_ip>/nxos.<version>.bin bootflash:
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.

#dir bootflash
#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.##.#.#.bin epld n9000-epld.##.#.#.img
#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

 

Popular posts from this blog