Basic_Router_Config
Basic_Router_Config
Basic_Router_Config
Topology Diagram
Addressing Table
Device Interface IP Address Subnet Mask Def. Gateway
Fa0/0 192.168.1.1 255.255.255.0 N/A
R1
S0/0/0 192.168.2.1 255.255.255.0 N/A
Fa0/0 192.168.3.1 255.255.255.0 N/A
R2
S0/0/0 192.168.2.2 255.255.255.0 N/A
PC1 N/A 192.168.1.10 255.255.255.0 192.168.1.1
PC2 N/A 192.168.3.10 255.255.255.0 192.168.3.1
Learning Objectives
Upon completion of this lab, you will be able to:
Cable a network according to the Topology Diagram.
Erase the startup configuration and reload a router to the default state.
Perform basic configuration tasks on a router.
Configure and activate Ethernet interfaces.
Test and verify configurations.
Reflect upon and document the network implementation.
Scenario
In this lab activity, you will create a network that is similar to the one shown in the Topology Diagram.
Begin by cabling the network as shown in the Topology Diagram. You will then perform the initial router
configurations required for connectivity. Use the IP addresses that are provided in the Topology Diagram
to apply an addressing scheme to the network devices. When the network configuration is complete,
examine the routing tables to verify that the network is operating properly. This lab is a shorter version of
Lab 1.5.1: Cabling a Network and Basic Router Configuration and assumes you are proficient in basic
cabling and configuration file management.
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1 of 9
CCNA Exploration
Routing Protocols and Concepts:
Introduction to Routing and Packet Forwarding Lab 1.5.2: Basic Router Configuration
Router>enable
Router#
Wiping out the configuration we're trying to remove would essentially mean
it ends up stored in the NVRAM, which completely goes against our main
objective of erasing it.
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 2 of 9
CCNA Exploration
Routing Protocols and Concepts:
Introduction to Routing and Packet Forwarding Lab 1.5.2: Basic Router Configuration
The result should look something like this:
Router#reload
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 3 of 9
CCNA Exploration
Routing Protocols and Concepts:
Introduction to Routing and Packet Forwarding Lab 1.5.2: Basic Router Configuration
Press Enter when prompted to [confirm] that you really do want to reload the router. After the router
finishes the boot process, choose not to use the AutoInstall facility, as shown:
Step 5: Repeat Steps 1 through 4 on router R2 to remove any startup configuration file that may
be present.
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 4 of 9
CCNA Exploration
Routing Protocols and Concepts:
Introduction to Routing and Packet Forwarding Lab 1.5.2: Basic Router Configuration
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 5 of 9
CCNA Exploration
Routing Protocols and Concepts:
Introduction to Routing and Packet Forwarding Lab 1.5.2: Basic Router Configuration
Note: The interface will be activated until the serial interface on R2 is configured and activated
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 6 of 9
CCNA Exploration
Routing Protocols and Concepts:
Introduction to Routing and Packet Forwarding Lab 1.5.2: Basic Router Configuration
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 7 of 9
CCNA Exploration
Routing Protocols and Concepts:
Introduction to Routing and Packet Forwarding Lab 1.5.2: Basic Router Configuration
Step 1: Verify that routing tables have the following routes using the show ip route command.
The show ip route command and output will be thoroughly explored in upcoming chapters. For now,
you are interested in seeing that both R1 and R2 have two routes. Both routes are designated with a C.
These are the directly connected networks that were activated when you configured the interfaces on
each router. If you do not see two routes for each router as shown in the following output, proceed to Step
2.
R1#show ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
R2#show ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 8 of 9
CCNA Exploration
Routing Protocols and Concepts:
Introduction to Routing and Packet Forwarding Lab 1.5.2: Basic Router Configuration
If both interfaces are up and up, then both routes will be in the routing table. Verify this again by using the
show ip route command.
From the router R2, is it possible to ping R1 using the command ping 192.168.2.1? NO
If the answer is no for the questions above, troubleshoot the configurations to find the error using the
following systematic process:
1. Check the cabling.
Are the routers physically connected? YES
Are link lights blinking on all relevant ports? YES
2. Check the router configurations.
Do they match the Topology Diagram? YES
Did you configure the clock rate command on the DCE side of the link? YES
3. Check the router interfaces using the show ip interface brief command.
Are the interfaces “up” and “up”? YES
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 9 of 9
CCNA Exploration
Routing Protocols and Concepts:
Introduction to Routing and Packet Forwarding Lab 1.5.2: Basic Router Configuration
If your answer to all three steps is yes, then you should be able to successfully ping from R2 to R1 and
from R2 to R3.
Task 7: Reflection
Step 1: Attempt to ping from the host connected to R1 to the host connected to R2.
This ping should be unsuccessful.
Task 9: Clean Up
Erase the configurations and reload the routers. Disconnect and store the cabling. For PC hosts that are
normally connected to other networks (such as the school LAN or to the Internet), reconnect the
appropriate cabling and restore the TCP/IP settings.
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 10 of 9