ping rbelt
....!
Success rate is 20 percent (1/5), round-trip 26 days
To clarify the cisco2500 default boot sequence:
1. The router will load the first IOS image in flash.
2. The IOS will load and look for the start-up config file stored in the NVRAM.
3. If there is not startup file in NVRAM, it defaults to the initial "setup-mode".
There are other varied boot sequences depending on your IOS status or boot register. You can also modify the boot sequence through the config-register; eg..
0x2100 ROMMON mode
0x2101 boot from ROM (bootstrap mode)
0x2102 boot NVRAM sequence
0x2142 boot to bypass startup file in NVRAM.
ROMMON and bootstrap mode are different. Sometimes people confuse the two.
ROMMON gives you limited commands. The ROMMON prompt is normally rommon> or just >
The bootstrap is a cut down version of and IOS, loaded from the router ROM. The bootstrap prompt is normally Router (boot)>.
When you do a sh version, the router tells you what the config-register is set to, what the IOS file it will load and what the bootstrap file it will load by default.
You can only have one default start-up config in NVRAM. You could save copies of different startup config files in flash and load them manually (ie. copy them as the default start-up config).
Other router models work a little differently. eg.. on a cisco7500, it loads the bootstrap, then the startup file and boots the IOS filename defined in the start-up file.
JimmyZ