Which of the following actions will be taken if the boot field for a configuration file on a router is set to a value between 2 and F?
A) The router will use ROMMON OS.
B) The router will use the first IOS file found in flash memory.
C) The router will try the boot system command in startup-config.
D) The router will try each boot system command in startup-config until one works.
D
Explanation: D) Any value other than 0 or 1 will cause the router to look within startup-config for boot system commands, and it will try each one until one works or it is out of options. At this point, it will look in flash memory and then load ROMMON as a last resort.
You might also like to view...
If you are able to fill out an order form with a pen without the need for a keyboard, you are likely using a ________
A) media player B) laptop C) smartphone D) tablet computer
When should a programmer select a for loop for his or her program?
A. When he or she knows the exact number of times the loop will be executed. B. When he or she is not sure how many times the loop will be executed. C. When he or she knows the loop must be executed at least once. D. There is no reason to select a for loop. Any loop can be used any time.