Lab 4 Static Default Route
Lab 4 Static Default Route
Topology Diagram
Addressing Table
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 Addressing Table to apply an addressing scheme to the network devices. After completing
the basic configuration, test connectivity between the devices on the network. First test the
connections between directly connected devices, and then test connectivity between devices that
are not directly connected. Static routes must be configured on the routers for end-to-end
communication to take place between the network hosts. You will configure the static routes that
are needed to allow communication between the hosts. View the routing table after each static
route is added to observe how the routing table has changed.
Task 1: Cable, Erase, and Reload the Routers.
Step 1: Cable a network that is similar to the one in the Topology Diagram.
Step 2: Clear the configuration on each router.
Clear the configuration on each of the routers using the erase startup-config command and then
reload the routers. Answer no if asked to save changes.
Would you like to enter the initial configuration dialog? [yes/no]: N
Add the exec-timeout command to the console and virtual terminal lines.
To set the interval that the EXEC command interpreter waits until user input is detected, we can
use the exec-timeout line configuration command. If no input is detected during the interval, the
EXEC facility resumes the current connection. If no connections exist, the EXEC facility returns
the terminal to the idle state and disconnects the incoming session. This command allows you to
control the amount of time a console or virtual terminal line can be idle before the session is
terminated. The syntax follows:
Router(config)#line console 0
Router(config-line) #exec-timeout 1
Task 2: Perform Basic Router Configuration.
R1(config)#interface GigabitEthernet0/0/1
R1(config-if)#ip address 172.16.3.1 255.255.255.0
R1(config-if)#no shutdown
Enter interface configuration mode for R1’s WAN interface connected to R2.
R1#configure terminal
Configure the IP address as specified in the Topology Diagram.
R1(config)#interface GigabitEthernet0 0/0/0
R1(config-if)#ip address 172.16.2.1 255.255.255.0
R1(config-if)#no shutdown
R1#show ip route
Task 4: Finish Configuring Router Interfaces
Step 1: Configure Remaining R2 Interfaces
Finish configuring the remaining interfaces on R2 according to the Topology Diagram and
Addressing Table.
Step 2: Configure R3 Interfaces
Console into R3 and configure the necessary interfaces according to the Topology Diagram and
Addressing Table.
Task 5: Configure IP Addressing on the Host PCs.
Step 1: Configure the host PC2.
Configure the host PC1 with an IP address of 172.16.3.10/24 and a gateway of 172.16.3.1.
Step 2: Configure the host PC2.
Configure the host PC2 with an IP address of 172.16.1.10/24 and a gateway of 172.16.1.1.
Step 3: Configure the host PC3.
Configure the host PC3 with an IP address of 192.168.2.10/24 and a gateway of 192.168.2.1.
Task 6: Test and Verify the Configurations.
Step 1: Test connectivity.
Test connectivity by pinging from each host to the default gateway that has been configured for
that host.
From the host PC1, is it possible to ping the default gateway?
From the host PC2, is it possible to ping the default gateway?
From the host PC3, is it possible to ping the default gateway?
Step 2: Use the ping command to test connectivity between directly connected routers.
From the router R2, is it possible to ping R1 at 172.16.2.1?
From the router R2, is it possible to ping R3 at 192.168.1.1?
Step 3: Use ping to check connectivity between devices that are not directly connected.
From the host PC3, is it possible to ping the host PC1?
From the host PC3, is it possible to ping the host PC2?
From the host PC2, is it possible to ping the host PC1?
From the router R1, is it possible to ping router R3?
These pings should all fail. Why?
Task 7: Gather Information.
Step 1: Check status of interfaces.
Check the status of the interfaces on each router with the command show ip interface brief. The
following output is for R2.
R2#show ip interface brief
Are all of the relevant interfaces on each router activated (that is, in the up and up state)?
How many interfaces are activated on R1 and R3?
Why are there three activated interfaces on R2?