09-27-2021 01:54 PM
I have two Cisco C6832-X-LE connected by switch mode virtual. Both switches are currently running 6848x-ipservicesk9-mz.SPA.152-2.SY1.bin and I would like to upgrade them to c6848x-ipservicesk9-mz.SPA.155-1.SY7.bin. What I am look for is the correct CLI path to upgrade these devices.
Solved! Go to Solution.
09-28-2021 05:14 PM
@atashcraft wrote:
Is there a document that would give me a good understanding of the steps that would need to take place to upgrade a 6832 switch?
1. Copy the IOS file to the Active unit:
copy tftp://<TFTP_IP_ADDRESS>/IOS_filename.bin bootdisk:
2. Copy the ROMMON file to the Active unit:
copy tftp://<TFTP_IP_ADDRESS>/c6840x_rm.bin.SPA.152-02r.SYS2 bootdisk:c6840x_rm.bin.SPA.152-02r.SYS2
3. Copy the IOS file to the Secondary unit:
copy tftp://<TFTP_IP_ADDRESS>/IOS_filename.bin slavebootdisk:
4. Copy the ROMMON file to the Secondary unit:
copy tftp://<TFTP_IP_ADDRESS>/c6840x_rm.bin.SPA.152-02r.SYS2 slavebootdisk:c6840x_rm.bin.SPA.152-02r.SYS2
5. Upgrade the Active supervisor's ROMMON:
upgrade rom-monitor switch 1 slot 1 file bootdisk:c6840x_rm.bin.SPA.152-02r.SYS2
6. Upgrade the Secondary supervisor's ROMMON:
upgrade rom-monitor switch 2 slot 1 file slavebootdisk:c6840x_rm.bin.SPA.152-02r.SYS2
7. Change the boot variable string to point to the new IOS
conf t no boot system flash bootflash:old_ios.bin boot system flash bootflash:NEW_ios.bin boot system flash bootflash:old_ios.bin end wr
8. Reload
09-27-2021 03:09 PM
Read the release notes and understand the bugs and caveats ( you required FPGA flash upgrade)
I will not use ISSU or efsu, never had good results, i use fast upgrade as below : ( do this upgrade in maintenance window)
09-27-2021 05:09 PM
WARNING: DO NOT USE ISSU or FSU/eFSU.
Read the Release Notes very carefully.
The ROMMON will need to be upgraded.
NOTE: 15.5(1)SY8 was released 17 September 2021.
09-28-2021 11:35 AM
Leo,
If I do not use ISSU or FSU/eFSU. Is there a document that would give me a good understanding of the steps that would need to take place to upgrade a 6832 switch?
09-28-2021 12:08 PM
did you get a chance to look at the URL post before the upgrade?
09-28-2021 05:14 PM
@atashcraft wrote:
Is there a document that would give me a good understanding of the steps that would need to take place to upgrade a 6832 switch?
1. Copy the IOS file to the Active unit:
copy tftp://<TFTP_IP_ADDRESS>/IOS_filename.bin bootdisk:
2. Copy the ROMMON file to the Active unit:
copy tftp://<TFTP_IP_ADDRESS>/c6840x_rm.bin.SPA.152-02r.SYS2 bootdisk:c6840x_rm.bin.SPA.152-02r.SYS2
3. Copy the IOS file to the Secondary unit:
copy tftp://<TFTP_IP_ADDRESS>/IOS_filename.bin slavebootdisk:
4. Copy the ROMMON file to the Secondary unit:
copy tftp://<TFTP_IP_ADDRESS>/c6840x_rm.bin.SPA.152-02r.SYS2 slavebootdisk:c6840x_rm.bin.SPA.152-02r.SYS2
5. Upgrade the Active supervisor's ROMMON:
upgrade rom-monitor switch 1 slot 1 file bootdisk:c6840x_rm.bin.SPA.152-02r.SYS2
6. Upgrade the Secondary supervisor's ROMMON:
upgrade rom-monitor switch 2 slot 1 file slavebootdisk:c6840x_rm.bin.SPA.152-02r.SYS2
7. Change the boot variable string to point to the new IOS
conf t no boot system flash bootflash:old_ios.bin boot system flash bootflash:NEW_ios.bin boot system flash bootflash:old_ios.bin end wr
8. Reload
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