Prep work
Create usb drive copy files to it, create folder for old files
Create a test plan to use post upgrade
Take backup of running config
Take backup of current software
Download the new software to be installed
Doco from Cisco:
https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3850/software/release/16-8/release_notes/ol-16-8-3850.html#id_67699
Important note
Create some local users and check aaa config there is a bug with users coming over and you get locked out of the switch
username admin algorithm-type scrypt secret cisco
(this is type 9, the best at time of writing)
Upgrade
- Make space in flash if needed (most of the time there will be lots of space)
request platform software package clean
copy usbflash:/filename.bin flash:
Usually format the usb drive as fat32
Watch out for network cables boot below the usb port pushing the USB drive up. I've had that cause IO error in the past.
crypto key generate rsa general-keys modulus 2048
exit
stack reload now, yes
safe config, yes
reboot will take 10-20 minutes
Test the switch, is everything working as expected ?
Set boot variable
boot system switch all flash:packages.conf
sh boot
After some testing clean up other files
request platform software package clean switch all file flash:
yes to delete old files
yes to save config
- Copy the new software to the switch (usb or tftp/ftp etc)
copy usbflash:/filename.bin flash:
Usually format the usb drive as fat32
Watch out for network cables boot below the usb port pushing the USB drive up. I've had that cause IO error in the past.
- Regenerage ssh keys this is needed going from 3.x.x to 16.x.x
crypto key generate rsa general-keys modulus 2048
exit
- Start putty or other console program with logging
- Install software onto all switches in the stack (out of hours).
stack reload now, yes
safe config, yes
reboot will take 10-20 minutes
- Post installation checks
Test the switch, is everything working as expected ?
Set boot variable
boot system switch all flash:packages.conf
sh boot
After some testing clean up other files
request platform software package clean switch all file flash:
yes to delete old files
yes to save config
No comments:
Post a Comment