Lab 5
Lab 5
AND CONFIGURING
STATIC ROUTING
Lab-05
Computer Networks
COSC-3201
Lab Instructor:
Mr. Muhammad Tariq Ali
Student Name
Student Roll #
Department
Year/Section
Topology
Addressing Table
Objectives
Part 1: Set Up the Topology and Initialize Devices
Part 2: Configure Basic Device Settings and Verify Connectivity
Background / Scenario
A router uses a routing table to determine where to send packets. The routing table
contains a set of routes that describe which gateway or interface the router uses to
reach a specified network. Initially, the routing table contains only directly connected
networks. To communicate with distant networks, routes must be specified and added to
the routing table.
In this lab, you will manually configure a static route to a specified distant network
based on a next-hop IP address or exit interface. You will also configure a static default
route. A default route is a type of static route that specifies a gateway to use when the
routing table does not contain a path for the destination network.
Note: The routers used with CCNA hands-on labs are Cisco 1941 Integrated Services
Routers (ISRs) with Cisco IOS Release 15.2(4)M3 (universalk9 image). The switches
used are Cisco Catalyst 2960s with Cisco IOS Release 15.0(2) (lanbasek9 image).
Other routers, switches, and Cisco IOS versions can be used. Depending on the model
and Cisco IOS version, the commands available and output produced might vary from
what is shown in the labs. Refer to the Router Interface Summary Table at the end of
this lab for the correct interface identifiers.
Required Resources
2 Routers (Cisco 1941 with Cisco IOS Release 15.2(4)M3 universal image or
comparable)
2 Switches (Cisco 2960 with Cisco IOS Release 15.0(2) lanbasek9 image or
comparable)
2 PCs (Windows 7, Vista, or XP with terminal emulation program)
Console cables to configure the Cisco IOS devices via the console ports
Ethernet cables as shown in the topology
Part 1: Set Up the Topology and Initialize Devices
Step 1: Cable the network as shown in the topology.
c. Save the running configuration to the startup configuration file using command:
R1#copy running-config startup-config
Step 3: Configure IP settings on the routers.
a. Configure the R1 and R2 interfaces with IP addresses according to the Addressing
Table.
c. View the routing table information for R1 using the show ip route command.
What networks are present in the Addressing Table of this lab, but not in the routing
table for R1?
d. View the routing table information for R2.
What networks are present in the Addressing Table in this lab, but not in the routing
table for R2?
In Part 4, you will implement a default route, confirm that the route has been added to
the routing table, and verify connectivity based on the introduced route.
A default route identifies the gateway to which the router sends all IP packets for which it
does not have a learned or static route. A default static route is a static route with 0.0.0.0
as the destination IP address and subnet mask. This is commonly referred to as a “quad
zero” route.
In a default route, either the next-hop IP address or exit interface can be specified. To
configure a default static route, use the following syntax:
Router(config)# ip route 0.0.0.0 0.0.0.0 {ip-address or exit-
intf}
a. Configure the R1 router with a default route using the exit interface of S0/0/1. Write
the command you used in the space provided.
b. View the routing table to verify the new static route entry.
How is this new route listed in the routing table?
What is the Gateway of last resort?