Booting and IOS Flashcards

(30 cards)

1
Q

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

A

Answer: B) Perform POST

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Where is the bootstrap program stored?
A) RAM
B) NVRAM
C) ROM
D) Flash

A

Answer: C) ROM
Explanation: The bootstrap program is stored in ROM and runs immediately after POST.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which component contains the Cisco IOS image?
A) NVRAM
B) Flash
C) ROM
D) RAM

A

Answer: B) Flash
Explanation: The IOS image is typically stored in Flash memory but is loaded into RAM during operation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

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

A

Answer: B) To determine how the router boots
Explanation: The configuration register (e.g., 0x2102) controls boot behavior, such as entering ROM Monitor mode.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which command displays the current configuration register value?
A) show version
B) show running-config
C) show flash
D) show register

A

Answer: A) show version
Explanation: The show version command includes the configuration register setting.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which mode is used for password recovery?
A) User EXEC
B) Privileged EXEC
C) ROMMON
D) Global Configuration

A

Answer: C) ROMMON
Explanation: ROMMON (ROM Monitor) mode allows bypassing the startup-config for password recovery.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the default source for loading the IOS if not specified?
A) TFTP server
B) Flash
C) ROM
D) NVRAM

A

Answer: B) Flash
Explanation: By default, the router looks for the IOS in Flash memory.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

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

A

Answer: B) copy flash tftp
Explanation: This command copies the IOS from Flash to a TFTP server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is stored in NVRAM?
A) Running configuration
B) IOS image
C) Startup configuration
D) ARP table

A

Answer: C) Startup configuration
Explanation: NVRAM stores the startup-config, which loads at boot.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

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

A

Answer: A) copy tftp flash
Explanation: This command copies a new IOS from a TFTP server to Flash.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

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

A

Answer: B) Loading the startup-config
Explanation: After loading IOS, the router loads the startup-config from NVRAM.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Which configuration register value boots the router into ROM Monitor mode?
A) 0x2102
B) 0x2142
C) 0x2100
D) 0x2120

A

Answer: B) 0x2142
Explanation: 0x2142 skips the startup-config, useful for password recovery.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

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

A

Answer: A) Sets the order of IOS loading locations
Explanation: It specifies where to load the IOS (e.g., Flash, TFTP).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which file system contains the running configuration?
A) NVRAM
B) Flash
C) RAM
D) ROM

A

Answer: C) RAM
Explanation: The running-config is stored in RAM and lost on reboot.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

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

A

Answer: B) The router enters setup mode
Explanation: Without a startup-config, the router prompts for initial setup.

17
Q

Which command saves the current configuration?
A) copy running-config startup-config
B) copy startup-config running-config
C) write flash
D) save config

A

Answer: A) copy running-config startup-config
Explanation: This saves the running-config to NVRAM as startup-config.

18
Q

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

A

Answer: B) To recover passwords or upgrade IOS
Explanation: ROMMON is used for low-level troubleshooting and recovery.

19
Q

Which command displays the IOS version?
A) show ios
B) show version
C) show flash
D) show running-config

A

Answer: B) show version
Explanation: It shows IOS version, hardware, and configuration register.

20
Q

What is the default configuration register setting?
A) 0x2100
B) 0x2101
C) 0x2102
D) 0x2142

A

Answer: C) 0x2102
Explanation: 0x2102 is the default, loading IOS from Flash and startup-config.

21
Q

Which memory is non-volatile?
A) RAM
B) ROM
C) NVRAM
D) Flash

A

Answer: C) NVRAM
Explanation: NVRAM retains data after power-off (stores startup-config).

22
Q

What does the reload command do?
A) Saves the configuration
B) Restarts the router
C) Enters ROMMON mode
D) Upgrades the IOS

A

Answer: B) Restarts the router
Explanation: It reboots the device, reloading IOS and startup-config.

23
Q

Which command erases the startup-config?
A) erase startup-config
B) delete nvram
C) clear config
D) format nvram

A

Answer: A) erase startup-config
Explanation: This removes the saved configuration in NVRAM.

24
Q

What is the Cisco IOS?
A) A routing protocol
B) The operating system for Cisco devices
C) A hardware component
D) A security feature

A

Answer: B) The operating system for Cisco devices
Explanation: IOS (Internetwork Operating System) runs on routers/switches.

25
Which command boots the router from a TFTP server? A) boot system tftp B) boot system flash C) boot system rom D) boot system nvram
Answer: A) boot system tftp Explanation: Specifies loading IOS from a TFTP server.
26
What happens if both Flash and TFTP fail to load IOS? A) The router loads a limited IOS from ROM B) The router crashes C) The router skips to loading startup-config D) The router enters setup mode
Answer: A) The router loads a limited IOS from ROM Explanation: ROM contains a basic IOS (RxBoot) as a backup.
27
Which command checks Flash memory contents? A) show flash B) show version C) show running-config D) show rom
Answer: A) show flash Explanation: Lists files (including IOS) stored in Flash.
28
What is the purpose of the setup utility? A) To recover passwords B) To configure initial settings C) To upgrade the IOS D) To test interfaces
Answer: B) To configure initial settings Explanation: Runs when no startup-config exists.
29
Which command changes the configuration register? A) config-register 0x2142 B) set register 0x2142 C) boot register 0x2142 D) register 0x2142
Answer: A) config-register 0x2142 Explanation: Used in global config mode to modify boot behavior.
30
What does a configuration register value of 0x2100 indicate? A) Boot into ROM Monitor mode B) Boot into RXBOOT mode C) Skip startup-config D) Load IOS from ROM
Answer: A) Boot into ROM Monitor mode Explanation: 0x2100 forces ROMMON mode for recovery.