- Posts: 59
- Thank you received: 0
expert pls hw to update IOS OF 3560 SWITCH.....
13 years 4 months ago - 13 years 4 months ago #37518
by sais
expert pls hw to update IOS OF 3560 SWITCH..... was created by sais
expert step by step procedure ....hw to upgradee ios 3560 of switch...........
Last edit: 13 years 4 months ago by sais.
13 years 4 months ago - 13 years 4 months ago #37519
by Chris
Chris Partsenidis.
Founder & Editor-in-Chief
www.Firewall.cx
Replied by Chris on topic Re: expert pls hw to update IOS OF 3560 SWITCH.....
Sais,
Here are the step required to upgrade your switch IOS.
1) Check if there is enough space on the 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)
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:
4) Configure the switch to boot from the new image
That's pretty much about it!
Good luck!
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: 13 years 4 months ago by Chris.
13 years 4 months ago #37520
by sais
Replied by sais on topic Re: expert pls hw to update IOS OF 3560 SWITCH.....
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 .......
13 years 4 months ago #37521
by Chris
Chris Partsenidis.
Founder & Editor-in-Chief
www.Firewall.cx
Replied by Chris on topic Re: expert pls hw to update IOS OF 3560 SWITCH.....
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!
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
13 years 4 months ago #37528
by sais
Replied by sais on topic Re: expert am getting error whn doing this .pls he
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.......
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.206 seconds