06-13-2024 07:59 PM - edited 06-13-2024 08:30 PM
Hi everyone,
we will plan to upgrade the Catalyst 3850 Series OS, the OS version 16.6.4a is now installed and we want to upgrade to 16.12.11,
I have found how to install/upgrade in the attached link.
However, we had difficulty finding documents on how to fall back to the original OS, and we tried to find the old OS on our device
file (.bin) not found.
Please help, how do I fallback the OS to everything?
thanks
06-13-2024 08:09 PM
hi,
you can "downgrade" using the #request platform software package install privilege exec command. see link below:
https://wannabelab.blogspot.com/2023/04/cisco-3850-switch-ios-xe-downgrade-16x.html
just file transfer the target lower version IOS-XE via USB or FTP/TFTP.
06-13-2024 08:24 PM
The method is exactly the same as installing the upgrade, right?
Upgrades
copy tftp://192.168.1.10/os-upgrade.bin flash:os-upgrade.bin
Install
request platform software package install switch all files flash:os-upgrade.bin new auto-copy
Downgrade
copy tftp://192.168.1.10/os-downgrade.bin flash:os-downgrade.bin
Install
request platform software package install switch all files flash:os-downgrade.bin new auto-copy
Like this?
06-13-2024 08:46 PM - edited 06-13-2024 08:47 PM
Post the complete output to the command "dir".
If the Install Mode was done correctly, there should be two "packages.conf" files:
1. First packages.conf file will point to the new firmware.
2. Second packages.conf file, maybe called packages.conf.00-, will point to the old firmware.
Fall-back is easy:
1. Rename "packages.conf" to something else, like "package.conf.bak".
2. Rename "packages.conf.00-" to "packages.conf".
3. Check the contents of "packages.conf" to see what firmware it will boot: more flash:packages.conf | begin for NOVA
4. If all looks correct, reboot.
06-13-2024 08:56 PM - edited 06-13-2024 09:00 PM
okay, thank you for the information provided,
how to rename "packages.conf" to "packages.conf.bak"?
just rename packages.conf, then reload, right?
06-13-2024 09:01 PM
@Mohamad Lukman wrote:
how to rename "packages.conf" to "packages.conf.bak"
rename flash:packages.conf flash:packages.conf.bak
06-13-2024 09:18 PM
==Downgrade==
LAB# dir flash:
packages.conf (new version)
packages.conf.xx (old version)
LAB# rename flash:packages.conf(new version) flash:packages.conf.bak
LAB# rename flash:packages.conf.xx (old version) flash:packages.conf
LAB#show boot
---------------------------
Switch 1
---------------------------
Current Boot Variables:
BOOT variable does not exist
Boot Variables on next reload:
BOOT variable = flash:packages.conf
Manual Boot = no
Enable Break = no
Boot Mode = DEVICE
iPXE Timeout = 0
LAB#
LAB#reload
Like this, right?
06-13-2024 09:35 PM
Post the complete output to the command "more flash:packages.conf | begin for NOVA".
06-25-2024 06:29 PM
Hi Leo,
we have another new case, the current status of the 3850 switch is 2 switch mode-stack, and the upgrade plan will be to remove stack-mode, and will
upgrade per switch, which is our question;
1. Is there any configuration for routing, VLAN, etc. on the 2 switches after removing stack-mode?
2. Can you share with us how to remove stack-mode on Switch3850?
06-25-2024 08:55 PM
@Mohamad Lukman wrote:
Can you share with us how to remove stack-mode on Switch3850?
conf t
no switch 2 provision <MODEL>
end
06-25-2024 08:57 PM - edited 06-25-2024 08:58 PM
@Mohamad Lukman wrote:
Is there any configuration for routing, VLAN, etc. on the 2 switches after removing stack-mode?
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