You are probably in ROMMON mode on the switch if you erased the flash and reloaded the switch. To verify, is the switch prompt "rommon 1>".
You can try using the command "boot flash" if the existing image is still in flash, the switch will reload using the previous image.
If the flash image is gone, you can use tftpdnld to put the IOS on the switch:
In rommon, you need to set the following variables:
IP_ADDRESS—IP address for the switch you are using.
IP_SUBNET_MASK—Subnet mask for the switch you are using.
DEFAULT_GATEWAY—Default gateway for the switch you are using (not required if the TFTP server is in the same subnet as the switch).
TFTP_SERVER—IP address of the server from which you want to download the image file.
TFTP_FILE—Name of the file that you want to download.
For example:
rommon 1> IP_ADDRESS=172.15.19.11
rommon 2> IP_SUBNET_MASK=255.255.255
rommon 3> DEFAULT_GATEWAY=172.16.19.
rommon 4> TFTP_SERVER=172.15.20.10
rommon 5> TFTP_FILE=c3620-i-mz.120-4
Once you set the above variables, you can type the tftpdnld command and press "y" to proceed:
rommon 6>tftpdnld
Do you wish to continue? y/n: y
Make sure you have your TFTP server running and the IOS image in the root of the TFTP server's folder.
Reload the switch and it should come up with the new IOS.
http://www.cisco.com/unive
Main Topics
Browse All Topics





by: grbladesPosted on 2004-08-30 at 04:14:10ID: 11929863
Hi richt520,
Try typing 'setup'. I think these switches have a simple setup program which asks you a few questions and sets up the basic IP address configuration. Once this is working you should be able to copy across the new IOS and configuration.