0% found this document useful (0 votes)
214 views3 pages

2.2.2.5 Lab

The document describes steps taken to configure basic device settings and verify connectivity on routers R1 and R3. Static routes were configured to allow connectivity between all networks, including adding a default route on R1. Ping tests confirmed connectivity between all devices once the static routes were in place.

Uploaded by

Harman Hayer
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
214 views3 pages

2.2.2.5 Lab

The document describes steps taken to configure basic device settings and verify connectivity on routers R1 and R3. Static routes were configured to allow connectivity between all networks, including adding a default route on R1. Ping tests confirmed connectivity between all devices once the static routes were in place.

Uploaded by

Harman Hayer
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Lab – Configuring IPv4 Static and Default Routes

Part 2: Configure Basic Device Settings and Verify Connectivity

Step 4: Verify connectivity of the LANs.

 From PC-A, is it possible to ping the default gateway?


: - yes

 From PC-C, is it possible to ping the default gateway?


: - yes

 From R1, is it possible to ping the S0/0/0 interface of R3?


: - yes

 From PC-A, is it possible to ping PC-C?


: - No

 From PC-A, is it possible to ping Lo0?


: - No

 From PC-A, is it possible to ping Lo1?


: - No

 Were these pings successful? Why or why not?


No, the router does not contain routes to the distant networks.

 How many interfaces are activated on R1?


: - Two

 How many interfaces are activated on R3?


: - Four

 What networks are present in the Addressing Table of this lab, but not in the routing
table for R1?
: - 192.168.1.0, 198.133.219.0, 209.165.200.224

 What networks are present in the Addressing Table in this lab, but not in the routing
table for R3?
: - 192.168.0.0

 On the R1 router, configure a static route to the 192.168.1.0 network using the IP
address of the Serial 0/0/0 interface of R3 as the next-hop address. Write the command
you used in the space provided.
: - R1(config)# <b>ip route 192.168.1.0 255.255.255.0 10.1.1.2</b>
 How is this new route listed in the routing table?
: - S 192.168.1.0/24 [1/0] via 10.1.1.2

 From host PC-A, is it possible to ping the host PC-C?


: - No

 On the R3 router, configure a static route to the 192.168.0.0 network using S0/0/0 as the
exit interface.
: - R3(config)# <b>ip route 192.168.0.0 255.255.255.0 s0/0/0</b>

 How is this new route listed in the routing table?


: - S 192.168.0.0/24 is directly connected, Serial0/0/0

 From host PC-A, is it possible to ping the host PC-C?


: - Yes

 On the R1 router, configure a static route to the 198.133.219.0 network using one of the
static route configuration options from the previous steps. Write the command you used
in the space provided.
: - R1(config)# <b>ip route 198.133.219.0 255.255.255.0 S0/0/1</b>

 On the R1 router, configure a static route to the 209.165.200.224 network on R3 using


the other static route configuration option from the previous steps. Write the command
you used in the space provided.
: - R1(config)# <b>ip route 209.165.200.224 255.255.255. 224 S0/0/1</b>

 From host PC-A, is it possible to ping the R1 address 198.133.219.1?


: - Yes

 On R1 , use the no command to remove the static routes for the two loopback
addresses from the routing table. Write the commands you used in the space provided.
: - R1(config)# <b>no ip route 209.165.200.224 255.255.255.224 10.1.1.2</b>
R1(config)# <b>no ip route 198.133.219.0 255.255.255.0 S0/0/1</b>

 How many network routes are listed in the routing table on R1?
: - Three

 Is the Gateway of last resort set?


: - No

 How is this new route listed in the routing table?


: - S* 0.0.0.0/0 is directly connected, Serial0/0/1

 What is the Gateway of last resort?


: - Gateway of last resort is 0.0.0.0 to network 0.0.0.0
 From host PC-A, is it possible to ping the 209.165.200.225?
: - Yes

 From host PC-A, is it possible to ping the 198.133.219.1?


: - Yes 

Reflection
 A new network 192.168.3.0/24 is connected to interface G0/0 on R1. What commands
could be used to configure a static route to that network from R3?
: - ip route 192.168.3.0 255.255.255.0 10.1.1.1, ip route192.168.3.0 255.255.255.0
s0/0/0, or ip route 0.0.0.0 0.0.0.0 s0/0/0.

 Is there a benefit to configuring a directly connected static route instead of a recursive


static route?
: - Configuring a directly attached static route allows the routing table to resolve the exit
interface in a single search instead of in two searches as needed for recursive static
routes.

 Why is it important to configure a default route on a router?


: - A default route prevents the router from dropping packets to unknown destinations.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy