In preparation of our CCNA exam, we want to make sure we cover the various concepts that we could see on our Cisco CCNA exam. So to assist you, below we will discuss Cisco Configuration.
|
||||||||||||||||||||
|
||||||||||||||||||||
Managing Your Cisco Configuration | ||||||||||||||||||||
Altering the Configuration Register | ||||||||||||||||||||
Before changing the configuration register, use the show version command to determine the current setting. The last line contains the register value. Changing the value changes the location of the Cisco IOS load. The reload command must be used for the new configuration to be set. The register value is checked only during the boot process. | ||||||||||||||||||||
When the Cisco IOS Software is loaded, the router must be configured. Configurations in NVRAM are executed. If one does not exist in NVRAM, the router initiates an auto-install or setup utility. The auto-install routine downloads the config file from a TFTP server. | ||||||||||||||||||||
There are other sources of configurations. The Cisco IOS copy commands are used to move configurations from one component or device to another. The syntax is copy object < source> < dest>. Here’s an example: router#copy running-config startup-config |
||||||||||||||||||||
Note: When a configuration is copied into RAM, it merges with the existing configuration in RAM. It does not overwrite the existing configuration. | ||||||||||||||||||||
The show running-config and show startup-config commands are useful troubleshooting aids. These commands allow you to view the current configuration in RAM or the startup configuration commands in NVRAM. In NVRAM: router#show startup-config Using 1359 out of 32762 bytes ! version 12.0 ! –More— |
||||||||||||||||||||
You know that you are looking at the startup configuration file when you see a message at the top telling you how much nonvolatile memory has been used. | ||||||||||||||||||||
In RAM: router#show running-config Building configuration… Current configuration: ! version 12.0 ! –More— |
||||||||||||||||||||
You know that you are looking at the current configuration file when you see the words “Current configuration” at the top of the display. | ||||||||||||||||||||
Key Feature of IFS | ||||||||||||||||||||
The Cisco IOS File System (IFS) feature provides an interface to the router file systems. The universal resource locator (URL) convention allows you to specify files on network devices. Here are the URL prefixes for Cisco network devices: | ||||||||||||||||||||
|
||||||||||||||||||||
How to Manage Cisco IOS Images | ||||||||||||||||||||
It is always prudent to retain a backup copy of your Cisco IOS Software image in case your router software becomes corrupted. Here’s a Cisco IOS upgrade example: router#show flash router#copy flash tftp router#copy tftp flash |
||||||||||||||||||||
When using the copy flash command, you must enter the IP address of the remote host and the name of the source and destination system image file. The router prompts you for this information. If no free Flash memory space is available, or if the Flash memory has never been written to, the erase routine is required. | ||||||||||||||||||||
Router Boot Sequence and Verification Summary | ||||||||||||||||||||
|
||||||||||||||||||||
I hope you found this article to be of use and it helps you prepare for your Cisco CCNA certification. Achieving your CCNA certification is much more than just memorizing Cisco exam material. It is having the real world knowledge to configure your Cisco equipment and be able to methodically troubleshoot Cisco issues. So I encourage you to continue in your studies for your CCNA exam certification.