04-26-2019 06:52 AM
I have a 3650 stack I want to do an IOS upgrade on. It's currently running version 16.3.6 and I am upgrading to 16.3.7. With the stack do I need to put the image on each individual switch or can I just put it on the master switch and will the master push it down to the other switches?
Solved! Go to Solution.
04-26-2019 08:10 AM
Switch(config)# boot syst switch all flash:[image name] << this command will applied on all switch in stack
Switch(config)# boot syst switch 2 flash:[image name] << this command will applied only in switch unit 2
04-26-2019 07:03 AM - edited 04-26-2019 07:04 AM
@T_tow Hello,
I sugges to you copy the IOS for each switch and do it using console cable. So if has any mismatch configuration, you can solve it in a good time.
But if you dont have this possibility, you can copy it to master and it will be replace to others unit.
To reduce the time yu take to upgrade, just load the new image to a USB and then copy it to the switch via the command
Switch#copy usbflash0:[image name] flash:
And repeat the same command for the second switch
Switch#copy usbflash0:[image name] flash2:
Once done change the boot system to the newly uploaded image
Switch(config)# boot syst switch all flash:[image name]
Then finally reload....
Hope this helps....
More information: https://community.cisco.com/t5/switching/3850-stack-ios-upgrade/td-p/2348956
04-26-2019 08:08 AM
Thanks for the reply so should I set the boot on each switch or just the master?
04-26-2019 08:10 AM
Switch(config)# boot syst switch all flash:[image name] << this command will applied on all switch in stack
Switch(config)# boot syst switch 2 flash:[image name] << this command will applied only in switch unit 2
04-26-2019 08:12 AM
04-26-2019 08:15 AM
04-26-2019 06:21 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide