Hi All,
If the router is in rommon mode you don't need a tftp server to load the image. Megaco do cut down the time taken for the image you must increase the baud speed from 9600 to the max allowed by a specific router most routers will support 115200 which will cut your time from 6 hours to aournd 30 min. In this case we can try the following:
Console into the router at rommon prompt chek the following:
meminfo ( to see if the main memory on the router is fine)
dev < to see where any images may be located on the router>
dir flash: < to see if we have any valid image/s in flash>
Now,
1. If you have a valid image in flash (no errors or valid magic number) do the following:
confreg 0x2142
i <to reload the router> this way the router will load the first valid image from internal flash ignoring your startup config file just in case you have a boot statement command pointing to an invalid image.
2. If you don't have a valid image in flash:
*You need to get the image on you PC connected to the router via the console port
* use the xmodem command to upload the image into your flash
all the needed steps are at:
Cheers and good luck