cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
788
Views
0
Helpful
2
Replies

3560_switch

aslam mohammad
Level 1
Level 1

hi

   

      how to ipgrade ios in 3560 when it is in rommon mode

2 Replies 2

Hi Aslam,

The best way is to use a tftp server app on a pc with the IOS you wish to install and connect a cross-over cable between switch and pc.

on pc:

Static ip address - lets say 172.16.1.10 mask 255.255.255.0

on the switch:

rommon:

set

IP_ADDRESS=172.16.1.4

IP_SUBNET_MASK=255.255.255.0

DEFAULT_GATEWAY=172.16.1.4

TFTP_SERVER=172.16.1.10

TFTP_FILE=c3560-advipservicesk9-mz.122-46.SE.bin

TFTP_VERBOSE=2

TFTP_RETRY_COUNT=20

sync

tftpdnld


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

manju.cisco
Level 3
Level 3

Hi,

I am not sure if you can use tftpdnld on switches

Follow these steps, these will help u to ugrade successfully.

When the switch is on ROMMON mode, issue these commands,

load_helper

flash_init          --- to initialize the flash memory

dir flash:          --- to see if you already have an IOS in the flash

If you have IOS in the flash then use below command to boot up using that IOS.

boot flash:IOS-name.bin

If you don't have IOS in the flash then use below command to load IOS to flash using xmodem method.

copy xmodem: flash:IOS-name.bin

After its done, boot with new IOS.

boot flash:IOS-name.bin

Details guide is on this link

http://www.cisco.com/en/US/products/hw/switches/ps628/products_tech_note09186a0080169696.shtml

Thanks,

Review Cisco Networking for a $25 gift card