I test and load Cisco routers all day long using a Roll-Over
console cable and the RJ45 to 9-pin adapter plugged into the
serial port on my PC running Win98. I use ProComm as my terminal emulator, Xmodem, 8,N,1,9600
Right after you power on the Router, you will see a line that starts with 2500 blah blah. This is where you press the BREAK key, which is Alt B in ProComm. (try Ctrl Break
in HyperTerm)
This will get you the > prompt.
Type o/r 0x142 <return>
Type init <return>
try "reset" if "init" does not work
You will come up to the Router> prompt where you can now
go to the Enable prompt and erase the old config in NVRAM
by typing "erase start" followed by "copy run start"
At the Router# prompt, type "config term"
Type "config-register 0x2102"
Now you can power cycle the Router and it will come up without any passwords. If you want to keep your configuration, you will have to "copy start run" after getting to the Enable prompt, then you need to reset your
passwords before doing a "copy run start" then you can reboot.
You can find several good TFTP servers that will run on your
Win98 PC. You can go to "
to find them.
Copy your new Cisco image into some directory on your PC,
then set the TFTP server to point to this directory for its
default. If your Router has an IP address on an Ethernet
port, you can set your PC to be in the same subnet and netmask. Once you have rebooted your PC with the new IP
address, you can use the "copy tftp flash" command to copy
the new image to your Cisco router.
Paul