Lab 5.3.5 Configuring Basic Router Settings With The Cisco IOS CLI
Lab 5.3.5 Configuring Basic Router Settings With The Cisco IOS CLI
Lab 5.3.5 Configuring Basic Router Settings With The Cisco IOS CLI
Objectives
• Configure the device host name for a router.
• Configure console, privileged EXEC mode, and vty passwords.
• Configure Ethernet and serial interfaces, including description.
• Configure a message of the day (MOTD) banner.
• Configure the routers to not perform domain lookup of host names.
• Configure synchronous console logging.
• Verify connectivity between hosts and routers.
Required Resources
The following resources are required:
• Two routers, each with an Ethernet and serial interface. These should be non-SDM routers, if possible, because
the required SDM startup configuration is deleted when the startup-config is erased.
• Two Windows XP computers with HyperTerminal installed
• Two straight-through Category 5 Ethernet cables (H1 to S1 and S1 to R2)
• Crossover Category 5 Ethernet cable (H2 to R2)
• Null serial cable (R1 to R2)
• Console cables (H1 ro R1 and H2 to R2)
• Access to the host H1 and H2 command prompt
• Access to the host H1 and H2 network TCP/IP configuration
From each host computer, start a HyperTerminal session to the attached router.
Note: Before continuing, on all routers perform the steps in the section “Erasing and Reloading the Router” at the end of
this lab.
Note: Ethernet interfaces do not have a DTE or DCE distinction; therefore, it is not necessary to enter the clock rate
command.
Step 10: Display information about the Fast Ethernet interface on R1.
a. Enter the show interfaces command on R1.
R1#show interfaces FastEthernet 0/0
Step 12: Display information about the Fast Ethernet interface on R2.
a. Enter the show interfaces command on R2.
R2#show interfaces FastEthernet 0/0
Step 15: Verify that the Fast Ethernet connection to each router is functioning.
a. On host H1, open a Command Prompt window by choosing Start > Run and typing cmd. Alternatively, you
can choose Start > All programs > Accessories > Command Prompt.
b. Use the ping command to test connectivity to the Fast Ethernet interface of each router from its associated
host computer. From H1, ping the R1 router Fast Ethernet interface.
C:\>ping 172.16.0.1
Was the ping successful? _____
From host H2, ping the R2 router Fast Ethernet interface.
C:\>ping 172.18.0.1
Was the ping successful? ____
c. If the answer is no for either question, troubleshoot the router configurations to find the error. Then ping the
interfaces again until the answer to both questions is yes.