Router Components & Boot Sequence Flashcards
1
Q
What places and in what order will a router look for an ios image when you start it up?
A
Flash, a designated tftp server, ROM
2
Q
What does RAM stand for, and what things are stored in the RAM on a Cisco switch or router?
A
Random Access Memory
- running config
- arp cache
- routing table
- packet buffer
These are all things that tend to change quickly, and if the device is restarted they’ll be erased.
3
Q
What does ROM stand for? What is stored on ROM/what processes is ROM responsible for?
A
Read-Only Memory
POST (Power On Self Test)
Bootstrap
Mini-ios
ROMMON
4
Q
Identify the sequence of operations when a device boots up.
A
- POST (tests stuff…)
- Bootstrap searches for ios image in flash (if image not present, device will search a designated tftp server for image. If no designated tftp server, an ISR will broadcast trying to locate tftp server), then, if that fails, checks ROM and finds the mini-ios. If this happens, you’re basically in ROMMON mode.
- IOS checks registry value and determines whether to seek a startup configuration. If yes, searches NVRAM for a config file.
- If startup config is found, the device loads it. If not, it enters setup mode.
5
Q
What is the default registry setting? What is the setting for password recovery?
A
0x2102
0x2142