Skip to main content

expert pls hw to update IOS OF 3560 SWITCH.....

More
12 years 6 months ago - 12 years 6 months ago #37518 by sais
expert step by step procedure ....hw to upgradee ios 3560 of switch...........
Last edit: 12 years 6 months ago by sais.
More
12 years 6 months ago - 12 years 6 months ago #37519 by Chris
Sais,

Here are the step required to upgrade your switch IOS.

1) Check if there is enough space on the flash
Code:
switch# dir flash:

Look at the remaining free space and if you do not have enough to load the new image, then you must delete the current image.


2) Delete the current image (if needed)
Code:
switch#delete /force /recursive flash:directory_of_old_image

3) Upload your image to the switch's flash.

You'll need to download a tftp server from our download section, and run it on your pc. Assuming you've got the tftp server running:
Code:
switch#copy tftp flash Address or name of remote host []? 192.168.1.1 (your pc) Source filename []? c3560-ipbasek9-mz.122-45.SE.bin (the new filename) Destination filename [c3560-ipbasek9-mz.122-45.SE.bin]? (just hit enter)

4) Configure the switch to boot from the new image
Code:
switch#configure terminal switch(config)#boot system flash:c3560-ipbasek9-mz.122-45.SE.bin switch(config)# exit switch# write memory


That's pretty much about it!

Good luck!

Chris Partsenidis.
Founder & Editor-in-Chief
www.Firewall.cx
Last edit: 12 years 6 months ago by Chris.
More
12 years 6 months ago #37520 by sais
thank u. chris. i download tftp server ? but am not getting ios image ? hw i can get new ios image ? if u could explain that or send links. then i will be thank full .......
More
12 years 6 months ago #37521 by Chris
Sais,

You must have the image in hand or download it from Cisco's website. To download it from Cisco, you must have a valid contract otherwise they will not provide you with access to it!

Chris Partsenidis.
Founder & Editor-in-Chief
www.Firewall.cx
More
12 years 6 months ago #37528 by sais
Switch#copy tftp flash
Address or name of remote host []? 192.168.10.10
Source filename []? c3560-ipbasek9-mz.122-55.SE1.bin ?
Destination filename [c3560-ipbasek9-mz.122-55.SE1.bin]?
Accessing tftp://192.168.10.10/c3560-ipbasek9-mz.122-55.SE1.bin...
%Error opening tftp://192.168.10.10/c3560-ipbasek9-mz.122-55.SE1.bin (Timed out)


this eror am getting when upgrading ios ? and also tftp server am getting only start and stop message ? wher should i store ios image new ? just copy file name enhalf.......
Time to create page: 0.151 seconds