Cisco C1111 Update Firmware

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 07:39 PM
Hello,
I have a Cisco C1111 and I'm going to update the firmware,
using the FTP I copy the new firmware in flash and then select it in boot system, but always my Cisco run the non desired image
when I did show boot I get that
CiscoISR#show boot
BOOT variable = c1100-universalk9_ias.17.03.04a.SPA.bin,1;flash:c1100-universalk9.17.09.04.SPA.bin,12;tftp:c1100-universalk9.17.09.04.SPA.bin 255.255.255.255,12;bootflash:c1100-universalk9.17.09.04.SPA.bin,12;bootflashc1100-universalk9.17.09.04.SPA.bin,1;
CONFIG_FILE variable does not exist
BOOTLDR variable does not exist
Configuration register is 0x2102
Standby not ready to show bootvar
please tell me how I can clean everything and run the new image -c1100-universalk9.17.09.04.SPA.bin -
thanks
- Labels:
-
ISR 1000 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 09:16 PM
Post the complete output to the command "sh run | include boot".
Cisco ISR & ASR 1k Routers: IOS-XE/Firmware Upgrade (Install Mode)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2024 12:23 PM
Erase all boot system commands from your router configuration.
Leave only one command pointing to the IOS version you want to boot: boot system flash c1100-universalk9.17.09.04.SPA.bin
Save your router configuration and verify that the boot variable is correct:
BOOT variable = c1100-universalk9.17.09.04.SPA.bin,1;
CONFIG_FILE variable does not exist
BOOTLDR variable does not exist
Configuration register is 0x2102
Reload the router and verify that it has booted with the correct version.
*** Please Rate All Helpful Responses ***
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2024 07:26 AM - edited 01-22-2024 07:30 AM
post from @Leo Laohoo and @liviu.gheorghe will definitely help
BOOT variable = c1100-universalk9_ias.17.03.04a.SPA.bin,1;flash:c1100-universalk9.17.09.04.SPA.bin,12;tftp:c1100-universalk9.17.09.04.SPA.bin 255.255.255.255,12;bootflash:c1100-universalk9.17.09.04.SPA.bin,12;bootflashc1100-universalk9.17.09.04.SPA.bin,1;
the order of above entries is important!
and you did not CHANGE the boot image but instead appended to the list
-> 17.03.04a still comes before 17.9.04
==>> remove all entries and add anew starting with your desired image, (and then a secondary image if necessary)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2024 03:54 PM
Thank you for your support,
Can you tell please how I can clean everything from the router, I mean everything like firmware, configuration,
keep just the right firmware to boot on it.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2024 05:30 PM
@Equipe Telecommunications wrote:
Can you tell please how I can clean everything from the router, I mean everything like firmware, configuration, keep just the right firmware to boot on it.
Please read the link that I've posted. All the relevant information have already been well documented.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2024 12:01 AM
Can you post the output of the command: show run | section boot
to see exactly what boot commands you have configured and after that I can tell you what commands to configure in order to boot the image you want.
*** Please Rate All Helpful Responses ***
