Configuring and Testing: CCNA Exploration Semester 1 - Chapter 11
Configuring and Testing: CCNA Exploration Semester 1 - Chapter 11
ROM Flash
Permanent Keeps contents
Holds POST, boot instructions, Holds IOS image
basic IOS
RAM
NVRAM
Volatile
Keeps contents
Holds runnning config, tables,
Holds startup configuration file
queues etc
Router(config-if)#
Specific Configuration modes and others
Followed by <Enter>
Router#show running-config
Router#show run
Router#sh ru
It needs enough letters of each word to be
unambiguous. (Tab key shows whole word)
Router#s ru
% Ambiguous command: ‘s’
Switch#clock set
% Incomplete command
Router#show runming-config
% Invalid input detected at ‘^’ marker
^
Router>enable
Router#config t
Router(config)#hostname Paris
Paris(config)#
Configure a suitable hostname so that you know which
router you are managing and so that you can identify it
in network documentation.
Paris(config)#line con 0
Paris(config-line)#password cisco
Paris(config-line)#login
Paris(config-line)#exit
Restricts access via the console
Use cisco as the password in labs.
Use a proper strong password on production networks
Paris(config)#line vty 0 4
Paris(config-line)#password cisco
Paris(config-line)#login
Paris(config-line)#exit
Allows and restricts access via 5 vty lines
Use cisco as the password in labs.
Use a proper strong, different password on production
networks
Paris#erase NVRAM:startup-config
Paris#erase startup-config
Paris#erase start
If you reload, then the router starts up with the default
configuration. No passwords, no IP addresses etc.
Caution if you get this command wrong then you could
erase something else, e.g. IOS
Go to global configuration
mode
Hyperterminal Transfer
menu
Send text file…
Or
Copy text from text file
“Paste to host” into Hyperterminal session
Paris(config)#interface fa0/0
Paris(config-if)#description Connects to Paris central
switch
Can include circuit and contact information
Not needed for the operation of the router
Valuable for documentation as it is included in the
configuration listing
Protocol: Layer 2
Up
Down (no keepalive signal received)
Type Detail
Lab 11.1.6 Mandatory*
Lab 11.1.7 Mandatory
Lab 11.2.1 Mandatory
Lab 11.2.2 Review carefully
Lab 11..2.3 Mandatory