2.2.2.5 Lab
2.2.2.5 Lab
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
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>
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 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
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.