Managing IOS Images Flashcards
Chapter 35
Where does IOS store the running-config?
NVRAM
What are the 5 types of file systems on a router?
Opaque, Network, Disk, Usbflash and NVRAM
What command displays the contents of a file?
more
Where is the IOS image stored on a router?
Permanent flash
What does the command ‘show flash’ display?
IOS Image, image size, bytes available and bytes used.
What does the command ‘dir flash0:’ display?
IOS image, image size, bytes total and bytes free.
What command checks the integrity of a downloaded IOS?
verify /md5 flash0:
What file transfer protocols can be used to copy and IOS image to a router?
TFTP, FTP, SCP
What commands allow you to store FTP username and password on a router?
ip ftp username
ip ftp password
What is the command to FTP a file to the router?
copy ftp://:@/ flash
What is required to configure a router as an SCP server?
configure local authentication including privilege 15
configure a domain name (i.e. domain.com>
cmd ‘crypto key generate rsa’
cmd ‘ip ssh version 2’
cmd ‘ip scp server enable’
What 4 steps does a router go through when powered on?
1.) POST to discover and test hardware
2.) Copies bootstrap program from ROM into RAM and
runs it.
3.) Bootstrap decide which IOS to load, loads it, and
then hands control over to newly loaded OS.
4.) IOS finds startup-config and loads it into RAM.
What does ‘config-register 2100’ do?
Loads ROMMON next time router is reloaded.
What is the default config-register setting and what does it do?
- 2102
- console speed set to 9600
- load an IOS image (not rommon)
How does a router decide which IOS to load?
- boot field (last digit in the config register)
* cmd ‘boot system’ in the startup-config