cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
3123
Views
0
Helpful
6
Replies

Cisco C1111 Update Firmware

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

 

6 Replies 6

Leo Laohoo
Hall of Fame
Hall of Fame

Post the complete output to the command "sh run | include boot". 

Cisco ISR & ASR 1k Routers: IOS-XE/Firmware Upgrade (Install Mode)

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.

Regards, LG
*** Please Rate All Helpful Responses ***

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)

 

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


@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.  

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.

Regards, LG
*** Please Rate All Helpful Responses ***