1

I had to downgrade a couple of Cisco 3925 routers last week and one of the steps in the instructions (link provided) was to change the boot command that was given by the following command:

Cisco-3925# show run | include boot

The downgrade went fine, but what I'd like to know is why this command didn't show any boot instruction before the downgrade was successful. Here is the output of that command:

boot-start-marker
boot-end-marker

How did the router boot before the downgrade in the first place?

flashnode
  • 451
  • 3
  • 13

1 Answers1

3

If you have no boot command specified, by default the router loads the first IOS image that it finds in flash, alphanumerically. If you have 2 IOS images on your flash drive the rooter will boot the oldest IOS version that it finds (typically).

resmon6
  • 1,342
  • 6
  • 8