Lab 11-5-1 Basic Cisco Device Configuration
Lab 11-5-1 Basic Cisco Device Configuration
Topology Diagram
Learning Objectives
Background
Hardware Qty Description
Cisco Router 1
Part of CCNA Lab bundle.
Cisco Switch 1
Part of CCNA Lab bundle.
*Computer (host) 1
Lab computer.
Console (rollover) cable 1
Connects computer host 1 to Router
console port.
UTP Cat 5 crossover cable 1 Connects computer host 1 to Router
LAN interface Fa0/0
Straight Through Cable 3 Connects computer hosts to Switch
and switch to router
Table 1. Equipment and hardware required for this lab.
Gather the necessary equipment and cables. To configure the lab, make sure the equipment listed in
Table 1 is available.
Common configuration tasks include setting the hostname, access passwords, and MOTD banner.
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1 of 20
CCNA Exploration
Network Fundamentals:
Configuring and Testing Your Network Lab 11.5.1 Basic Cisco Device Configuration
Configuration changes may also be saved off-line in a text file for auditing or device replacement.
Scenario
In this lab students will configure common settings on a Cisco Router and Cisco Switch.
Given an IP address of 198.133.219.0/24, with 4 bits borrowed for subnets, fill in the following
information in the table below.
(Hint: fill in the subnet number, then the host address. Address information will be easy to compute with
the subnet number filled in first)
Before proceeding, verify your addresses with the instructor. The instructor will assign subnetworks.
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 2 of 20
CCNA Exploration
Network Fundamentals:
Configuring and Testing Your Network Lab 11.5.1 Basic Cisco Device Configuration
Ensure that power has been applied to the host computer, switch and router.
Connection Description
Name: Lab 11_2_11
Icon: Personal choice
Connect to
Connect Using: COM1 (or appropriate COM port)
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 3 of 20
CCNA Exploration
Network Fundamentals:
Configuring and Testing Your Network Lab 11.5.1 Basic Cisco Device Configuration
COM1 Properties
Bits per second: 9600
Data bits: 8
Parity: None
Stop bits: 1
Flow Control: None
When the HyperTerminal session window comes up, press the Enter key until there is a response from
the router.
When in privileged exec command mode, any misspelled or unrecognized commands will attempt to be
translated by the router as a domain name. Since there is no domain server configured, there will be a
delay while the request times out. This can take between several seconds to several minutes. To
terminate the wait, simultaneously hold down the <CTRL><SHIFT>6 keys then release and press x:
Router>enabel
Translating "enabel"...domain server (255.255.255.255) %
Router>
Router> enable
Router#
Verify a clean configuration file with the privileged exec command show running-config. If a
configuration file was previously saved, it will have to be removed. Appendix 1 shows a typical default
router’s configuration. Depending on router’s model and IOS version, your configuration may look slightly
different. However, there should be no configured passwords or IP addresses. If your router does not
have a default configuration, ask the instructor to remove the configuration.
What shortcut command can be used to enter the privileged exec mode? _________________
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 4 of 20
CCNA Exploration
Network Fundamentals:
Configuring and Testing Your Network Lab 11.5.1 Basic Cisco Device Configuration
Examine the different configuration modes that can be entered with the command configure? Write
down the list of configuration modes and description:
___________________________________________________________________________________
___________________________________________________________________________________
___________________________________________________________________________________
___________________________________________________________________________________
___________________________________________________________________________________
___________________________________________________________________________________
What three commands may be used to leave the global configuration mode and return to the privileged
exec mode?
___________________________________________________________________________________
___________________________________________________________________________________
What shortcut command can be used to enter the global configuration mode? ______________________
___________________________________________________________________________________
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 5 of 20
CCNA Exploration
Network Fundamentals:
Configuring and Testing Your Network Lab 11.5.1 Basic Cisco Device Configuration
Create a suitable MOTD banner. Only system administrators of the ABC Company are authorized access,
unauthorized access will be prosecuted, and all connection information will be logged.
___________________________________________________________________________________
___________________________________________________________________________________
___________________________________________________________________________________
___________________________________________________________________________________
___________________________________________________________________________________
___________________________________________________________________________________
Examine the different banner modes that can be entered. Write down the list of banner modes and
description.
Router1(config)# banner ?
___________________________________________________________________________________
___________________________________________________________________________________
___________________________________________________________________________________
___________________________________________________________________________________
___________________________________________________________________________________
___________________________________________________________________________________
Choose a terminating character that will not be used in the message text.__________________
Configure the MOTD banner. The MOTD banner is displayed on all connections before the login prompt.
Use the terminating character on a blank line to end the MOTD entry:
%
Router1(config)#
___________________________________________________________________________________
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 6 of 20
CCNA Exploration
Network Fundamentals:
Configuring and Testing Your Network Lab 11.5.1 Basic Cisco Device Configuration
Access passwords are set for the privileged exec mode and user entry point such as console, aux, and
virtual lines. The privileged exec mode password is the most critical password, since it controls access to
the configuration mode.
There are three commands that may be used to exit the line configuration mode:
Command Effect
Return to the global configuration mode.
Exit configuration and return to the privileged exec mode.
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 7 of 20
CCNA Exploration
Network Fundamentals:
Configuring and Testing Your Network Lab 11.5.1 Basic Cisco Device Configuration
Issue the command exit. What is the router prompt? What is the mode?
Router1(config-line)# exit
___________________________________________________________________________________
___________________________________________________________________________________
Issue the command end. What is the router prompt? What is the mode?
___________________________________________________________________________________
___________________________________________________________________________________
Figure 2 shows a network topology where a host computer is connected to Router1, interface Fa0/0.
The first IP address will be used to configure the host computer LAN. Write down the first IP Address:
___________________________________________________________________________________
The last IP address will be used to configure the router fa0/0 interface. Write down the last IP Address:
___________________________________________________________________________________
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 8 of 20
CCNA Exploration
Network Fundamentals:
Configuring and Testing Your Network Lab 11.5.1 Basic Cisco Device Configuration
Apply the description on the router interface with the interface configuration command, description:
Apply the description on the router interface with the interface configuration command, description:
Click OK, and then Close. Open a terminal window, and verify network settings with the ipconfig
command.
What Cisco IOS command can be used to verify the interface status? __________________________
What Windows command can be used to verify host computer configuration? _____________________
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 9 of 20
CCNA Exploration
Network Fundamentals:
Configuring and Testing Your Network Lab 11.5.1 Basic Cisco Device Configuration
What is the correct LAN cable between host1 and Router1? _______________________________
Key Description
<SPACE> Display the next page.
<RETURN> Display the next line.
Q Quit
<CTRL> c Quit
Write down one possible shortcut command that will display the contents of NVRAM.
Display the contents of NVRAM. If the output of NVRAM is missing, it is because there is no saved
configuration.:
Router1#show running-config
Does your MOTD banner contain the information you entered earlier? __________________________
Do your interface descriptions contain the information you entered earlier? ____________________
Write down one possible shortcut command that will display the contents of RAM. _________________
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 10 of 20
CCNA Exploration
Network Fundamentals:
Configuring and Testing Your Network Lab 11.5.1 Basic Cisco Device Configuration
Router1#
Write down one possible shortcut command that will copy the RAM configuration to NVRAM.
____________________________
Review the contents of NVRAM, and verify that the configuration is the same as the configuration in RAM.
Switch> en
Switch# config t
Switch(config)#
Configure the MOTD banner. The MOTD banner is displayed on all connections before the login prompt.
Use the terminating character on a blank line to end the MOTD entry. For assistance, review the similar
step for configuring a router MOTD banner.
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 11 of 20
CCNA Exploration
Network Fundamentals:
Configuring and Testing Your Network Lab 11.5.1 Basic Cisco Device Configuration
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 12 of 20
CCNA Exploration
Network Fundamentals:
Configuring and Testing Your Network Lab 11.5.1 Basic Cisco Device Configuration
Apply the descriptions on the switch interface with the interface configuration command, description:
Review the contents of NVRAM, and verify that the configuration is the same as the configuration in RAM.
Task 6: Reflection
The more you practice the commands, the faster you will become in configuring a Cisco IOS router and
switch. It is perfectly acceptable to use notes at first to help configure a device, but a professional network
engineer does not need a ‘cheat sheet’ to perform common configuration tasks. The following table lists
commands covered in this lab:
Purpose Command
Enter the global configuration mode. configure terminal
Example:
Router> enable
Router# configure terminal
Router(config)#
Specify the name for the router. hostname name
Example:
Router(config)# hostname Router1
Router(config)#
Specify an encrypted password to enable secret password
prevent unauthorized access to the Example:
privileged exec mode. Router(config)# enable secret cisco
Router(config)#
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 13 of 20
CCNA Exploration
Network Fundamentals:
Configuring and Testing Your Network Lab 11.5.1 Basic Cisco Device Configuration
Task 7: Challenge
It is often necessary, and always handy, to save the configuration file to an off-line text file. One way to
save the configuration file is to use HyperTerminal Transfer menu option Capture.
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 14 of 20
CCNA Exploration
Network Fundamentals:
Configuring and Testing Your Network Lab 11.5.1 Basic Cisco Device Configuration
Refer to Figure 2. All communication between the host computer and router are saved to a file. The file
can be edited, and saved. The file can also be edited, copied, and pasted into a router:
To start a capture, select Hyperterminal menu option Transfer | Capture Text. Enter a path and file name,
and select Start.
Issue the privileged exec command show running-config, and press the <SPACE> key until all of
the configuration has been displayed.
Stop the capture. Select menu option Transfer | Capture Text | Stop.
Open the text file and review the contents. Remove any lines that are not configuration commands, such
as the more prompt. Manually correct any lines that were scrambled or occupy the same line. After
checking the configuration file, highlight the lines and select Notepad menu Edit | Copy. This places the
configuration in host computer memory.
To load the configuration file, it is ALWAYS best practice to begin with a clean RAM configuration.
Otherwise, stale configuration commands may survive a paste action and have unintended
consequences (also known as the Law of Unintended Consequences):
Router1# reload
Proceed with reload? [confirm] <ENTER>
Router> en
Router# config t
Router(config)#
Using the mouse, right-click inside the Hyperterminal window and select Paste To Host. The configuration
will be loaded, very quickly, to the router. Watch closely for error messages, each message must be
investigated and corrected.
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 15 of 20
CCNA Exploration
Network Fundamentals:
Configuring and Testing Your Network Lab 11.5.1 Basic Cisco Device Configuration
Task 6: Cleanup
Before turning off power to the router and switch, remove the NVRAM configuration file from each device
with the privileged exec command erase startup-config.
Unless directed otherwise by the instructor, restore host computer network connectivity, then turn off
power to the host computers. Remove anything that was brought into the lab, and leave the room ready
for the next class.
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 16 of 20
CCNA Exploration
Network Fundamentals:
Configuring and Testing Your Network Lab 11.5.1 Basic Cisco Device Configuration
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 17 of 20
CCNA Exploration
Network Fundamentals:
Configuring and Testing Your Network Lab 11.5.1 Basic Cisco Device Configuration
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 18 of 20
CCNA Exploration
Network Fundamentals:
Configuring and Testing Your Network Lab 11.5.1 Basic Cisco Device Configuration
no ip address
!
interface FastEthernet0/13
no ip address
!
interface FastEthernet0/14
no ip address
!
interface FastEthernet0/15
no ip address
!
interface FastEthernet0/16
no ip address
!
interface FastEthernet0/17
no ip address
!
interface FastEthernet0/18
no ip address
!
interface FastEthernet0/19
no ip address
!
interface FastEthernet0/20
no ip address
!
interface FastEthernet0/21
no ip address
!
interface FastEthernet0/22
no ip address
!
interface FastEthernet0/23
no ip address
!
interface FastEthernet0/24
no ip address
!
interface GigabitEthernet0/1
no ip address
!
interface GigabitEthernet0/2
no ip address
!
interface Vlan1
no ip address
no ip route-cache
shutdown
!
ip http server
!
!
line con 0
line vty 5 15
!
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 19 of 20
CCNA Exploration
Network Fundamentals:
Configuring and Testing Your Network Lab 11.5.1 Basic Cisco Device Configuration
end
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 20 of 20