Suppose you lost your Cisco flash memory and you need to download a new IOS using ROMmon mode, my Friend Ahmed Magdy who is my Cisco instructor as well, gave me the following instructions. Step 1:Put your TFTP Server and Cisco router on a LAN segment. You should know TFTP Server IP address, IOS image name, Subnet mask of the network which your TFTP Server is connected to, and if your router is not connected to the same LAN of your TFTP Server you should use the gateway address as well. Step 2:Follow these commands, rommon 1> IP_ADDRESS=10.1.1.110rommon 2> IP_SUBNET_MASK=255.255.255.0rommon 3> DEFAULT_GATEWAY=10.1.1.111rommon 4> TFTP_SERVER=10.1.1.111rommon 5> TFTP_FILE=c2600-jsx-mz.122-10a.binrommon 6> TFTP_VERBOSE=2rommon 7> TFTP_CHECKSUM=0rommon 7> tftpdnld IP_ADDRESS: 10.1.1.3 IP_SUBNET_MASK: 255.255.255.0 DEFAULT_GATEWAY: 10.1.1.3 TFTP_SERVER: 10.1.1.3...