Difference between revisions of "Loading IOS on a switch or router via the console"

From NesevoWiki
Jump to navigationJump to search
(New page: '''''If the flash has been deleted / formated and there is no IOS on the switch or router, you have to copy the new IOS via the console port.'''''<br/><br/> All you have to do is to type:...)
 
Line 1: Line 1:
 
'''''If the flash has been deleted / formated and there is no IOS on the switch or router, you have to copy the new IOS via the console port.'''''<br/><br/>
 
'''''If the flash has been deleted / formated and there is no IOS on the switch or router, you have to copy the new IOS via the console port.'''''<br/><br/>
  
All you have to do is to type: '''copy xmodem: flash:''' and '''''hit return'''''  in the rommon or enable mode.<br/><br/>
+
All you have to do is to type: '''copy xmodem:new_file.bin flash:new_file.bin''' and '''''hit return'''''  in the rommon or enable mode.<br/><br/>
  
After that klick on File in your Tera Term or Hyperterminal Software and on '''''Send File''''' in order to select the IOS from your directory. <br/><br/>
+
On the Hyper Terminal Menu bar, click Transfer and choose Send File. <br/><br/>
  
Make sure you checked the Binary button.<br/><br/>
+
Issue the dir flash: command in order to verify the successful copy of the file to the Flash:
 +
 
 +
Set the BOOT parameters so that the switch boots with the downloaded image when reloaded:
 +
e.g. / switch: set BOOT flash:c2900xl-c3h2s-mz.120-5.WC8.bin
 +
 
 +
Boot the switch:
 +
switch: boot
 +
 
 +
Reload the switch in order to make sure that the switch boots up properly:
 +
switch#reload
  
 
This might take very very long or even very very very very long depening on the size of the IOS you are loading.
 
This might take very very long or even very very very very long depening on the size of the IOS you are loading.

Revision as of 13:12, 12 March 2009

If the flash has been deleted / formated and there is no IOS on the switch or router, you have to copy the new IOS via the console port.

All you have to do is to type: copy xmodem:new_file.bin flash:new_file.bin and hit return in the rommon or enable mode.

On the Hyper Terminal Menu bar, click Transfer and choose Send File.

Issue the dir flash: command in order to verify the successful copy of the file to the Flash:

Set the BOOT parameters so that the switch boots with the downloaded image when reloaded: e.g. / switch: set BOOT flash:c2900xl-c3h2s-mz.120-5.WC8.bin

Boot the switch: switch: boot

Reload the switch in order to make sure that the switch boots up properly: switch#reload

This might take very very long or even very very very very long depening on the size of the IOS you are loading.