Booting and IOS Flashcards
(30 cards)
What is the first step in the router boot process?
A) Load the IOS image
B) Perform POST
C) Load the startup-config
D) Locate the bootstrap program
Answer: B) Perform POST
Where is the bootstrap program stored?
A) RAM
B) NVRAM
C) ROM
D) Flash
Answer: C) ROM
Explanation: The bootstrap program is stored in ROM and runs immediately after POST.
Which component contains the Cisco IOS image?
A) NVRAM
B) Flash
C) ROM
D) RAM
Answer: B) Flash
Explanation: The IOS image is typically stored in Flash memory but is loaded into RAM during operation.
What is the purpose of the configuration register?
A) To store the running configuration
B) To determine how the router boots
C) To hold the IOS image
D) To manage ARP cache
Answer: B) To determine how the router boots
Explanation: The configuration register (e.g., 0x2102) controls boot behavior, such as entering ROM Monitor mode.
Which command displays the current configuration register value?
A) show version
B) show running-config
C) show flash
D) show register
Answer: A) show version
Explanation: The show version command includes the configuration register setting.
What happens if the IOS image is not found in Flash?
A) The router enters setup mode
B) The router boots into ROMMON mode
C) The router loads a backup from NVRAM
D) The router uses TFTP to request an image
Answer: D) The router uses TFTP to request an image
Explanation: If Flash is empty, the router may attempt to load an IOS via TFTP from a network server.
Which mode is used for password recovery?
A) User EXEC
B) Privileged EXEC
C) ROMMON
D) Global Configuration
Answer: C) ROMMON
Explanation: ROMMON (ROM Monitor) mode allows bypassing the startup-config for password recovery.
What is the default source for loading the IOS if not specified?
A) TFTP server
B) Flash
C) ROM
D) NVRAM
Answer: B) Flash
Explanation: By default, the router looks for the IOS in Flash memory.
Which command backs up the IOS image to a TFTP server?
A) copy running-config tftp
B) copy flash tftp
C) copy tftp flash
D) copy startup-config tftp
Answer: B) copy flash tftp
Explanation: This command copies the IOS from Flash to a TFTP server.
What is stored in NVRAM?
A) Running configuration
B) IOS image
C) Startup configuration
D) ARP table
Answer: C) Startup configuration
Explanation: NVRAM stores the startup-config, which loads at boot.
Which command upgrades the IOS from a TFTP server?
A) copy tftp flash
B) copy flash tftp
C) copy running-config startup-config
D) copy startup-config tftp
Answer: A) copy tftp flash
Explanation: This command copies a new IOS from a TFTP server to Flash.
What is the last step in the boot process?
A) Loading the IOS
B) Loading the startup-config
C) Executing POST
D) Running the bootstrap
Answer: B) Loading the startup-config
Explanation: After loading IOS, the router loads the startup-config from NVRAM.
Which configuration register value boots the router into ROM Monitor mode?
A) 0x2102
B) 0x2142
C) 0x2100
D) 0x2120
Answer: B) 0x2142
Explanation: 0x2142 skips the startup-config, useful for password recovery.
What does the boot system command do?
A) Sets the order of IOS loading locations
B) Backs up the IOS
C) Resets the configuration register
D) Saves the running configuration
Answer: A) Sets the order of IOS loading locations
Explanation: It specifies where to load the IOS (e.g., Flash, TFTP).
Which file system contains the running configuration?
A) NVRAM
B) Flash
C) RAM
D) ROM
Answer: C) RAM
Explanation: The running-config is stored in RAM and lost on reboot.
What happens if the startup-config is missing?
A) The router boots into ROMMON
B) The router enters setup mode
C) The router loads a default config
D) The router crashes
Answer: B) The router enters setup mode
Explanation: Without a startup-config, the router prompts for initial setup.
Which command saves the current configuration?
A) copy running-config startup-config
B) copy startup-config running-config
C) write flash
D) save config
Answer: A) copy running-config startup-config
Explanation: This saves the running-config to NVRAM as startup-config.
What is the purpose of ROMMON mode?
A) To configure interfaces
B) To recover passwords or upgrade IOS
C) To view routing tables
D) To test connectivity
Answer: B) To recover passwords or upgrade IOS
Explanation: ROMMON is used for low-level troubleshooting and recovery.
Which command displays the IOS version?
A) show ios
B) show version
C) show flash
D) show running-config
Answer: B) show version
Explanation: It shows IOS version, hardware, and configuration register.
What is the default configuration register setting?
A) 0x2100
B) 0x2101
C) 0x2102
D) 0x2142
Answer: C) 0x2102
Explanation: 0x2102 is the default, loading IOS from Flash and startup-config.
Which memory is non-volatile?
A) RAM
B) ROM
C) NVRAM
D) Flash
Answer: C) NVRAM
Explanation: NVRAM retains data after power-off (stores startup-config).
What does the reload command do?
A) Saves the configuration
B) Restarts the router
C) Enters ROMMON mode
D) Upgrades the IOS
Answer: B) Restarts the router
Explanation: It reboots the device, reloading IOS and startup-config.
Which command erases the startup-config?
A) erase startup-config
B) delete nvram
C) clear config
D) format nvram
Answer: A) erase startup-config
Explanation: This removes the saved configuration in NVRAM.
What is the Cisco IOS?
A) A routing protocol
B) The operating system for Cisco devices
C) A hardware component
D) A security feature
Answer: B) The operating system for Cisco devices
Explanation: IOS (Internetwork Operating System) runs on routers/switches.