meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
network:switches:cisco:fw_upgrade [2022/01/20 13:40] niziaknetwork:switches:cisco:fw_upgrade [2022/01/20 14:40] (current) niziak
Line 1: Line 1:
-DRAFT: 
- 
-<code bash> 
-enable 
-! make free space  
-delete flash:/c3560-ipbasek9-mz.150-2.SE11.bin 
-archive download-sw /overwrite tftp://192.168.28.199/c3560-ipbasek9-tar.150-2.SE11.tar 
-</code> 
  
 ====== FW Update ====== ====== FW Update ======
Line 16: Line 8:
 </code> </code>
  
 +===== upgrade from tar archive =====
 +This is recommend method. It will install all files (i.e. webui pages) from tar archive (not only firmware binary).
 +
 +<code bash>
 +enable
 +! make free space 
 +delete flash:/c3560-ipbasek9-mz.150-2.SE11.bin
 +archive download-sw /overwrite tftp://192.168.28.199/c3560-ipbasek9-tar.150-2.SE11.tar
 +reload
 +</code>
 +
 +
 +===== manual upgrade from bin =====
 Upload new firmware: Upload new firmware:
 <code bash> <code bash>
Line 31: Line 36:
  
 </code> </code>
- 
- 
-The upgrade path allows you to jump between versions. Keep in mind that the v15 train has a quite significant microcode patch. This will be installed during first boot and will give the impression the switch has hung. Keep a console cable connected to monitor the output. It will take between 20-30 minutes.