Chapter 20 - Managing IOS Files Flashcards
Where is the Cisco IOS software stored?
Flash
Where is the bootstrap and program and ROMMON stored?
ROM
Where is the startup configuration stored?
NVRAM
What command would copy the IOS image to flash memory from a tftp server?
Copy tftp flash
Where is the running configuration stored?
RAM
Which hex digit in the configuration register is called the boot field?
The last hex digit.
If the boot field is = 0, what does this tell the router to do?
Boot from ROMMON IOS.
If the boot field = 1, what does this tell the router to do?
Boot from the first IOS file in flash memory.
If the boot field is 2-F, what does this tell the router to do?
A. Try each boot system command in the startup-config file, in order, until one works.
B. If one of the boot system commands work, load the first IOS file found in flash memory.
What show command lists the version of software, the source from which the router found the IOS image, and the time since it loaded the IOS?
show version
What are 3 steps to password recovery for a Cisco device?
Step 1. Boot ROMMON, either by breaking into the boot process from the console or by first removing all the flash memory.
Step 2. Set the configuration register to ignore the startup-config file (for example, confreg 0x2142)
Step 3. Boot the router with an IOS, and now you can reach enable mode from the console without needing any passwords.