7.5.2 Lab – RIPv2 Challenge Configuration Answers

7.5.2 Lab – RIPv2 Challenge Configuration Answers

Topology

7.5.2 Lab - RIPv2 Challenge Configuration Answers 2

Learning Objectives:

  • Create an efficient VLSM design given the requirements.
  • Assign appropriate addresses to interfaces and document the addresses.
  • Cable a network according to the topology diagram.
  • Configure RIP version 2 on routers.
  • Configure and propagate a static default route.
  • Verify RIP version 2 operation.
  • Test and verify full connectivity.
  • Reflect upon and document the network implementation.

Scenario

In this lab activity, you will be given a network address that must be subnetted using VLSM to complete the addressing of the network shown in the topology diagram. A combination of RIP version 2 and static routing will be required so that hosts on networks that are not directly connected will be able to communicate with each other.

Task 1: Subnet the address space.

Step 1- Examine the network requirements.

The addressing for the network has the following requirements:

  • The ISP LAN will use the 209.165.200.224/27 network.
  • The link between ISP and HQ will use the 209.165.202.128/27 network.
  • The 192.168.40.0/24 network must be subnetted using VLSM for all other addresses in the network.
  • The HQ LAN 1 will require 50 host IP addresses.
  • The HQ LAN 2 will require 50 host IP addresses.
  • The BRANCH LAN 1 will require 30 host IP addresses.
  • The BRANCH LAN 2 will require 12 host IP addresses.
  • The link between HQ and BRANCH will require an IP address at each end.

Step 2- Consider the following questions when creating your network design:

How many subnets need to be created from the 192.168.40.0/24 network? _________

How many total IP addresses are required from the 192.168.40.0/24 network? __________

What subnet mask will be used for the HQ LAN1 subnet? ____________________

What is the maximum number of host addresses that could be used on this subnet? __________

What subnet mask will be used for the HQ LAN2 subnet? ____________________

What is the maximum number of host addresses that could be used on this subnet? __________

What subnet mask will be used for the BRANCH LAN1 subnet? ____________________

What is the maximum number of host addresses that could be used on this subnet? __________

What subnet mask will be used for the BRANCH LAN2 subnet? ____________________

What is the maximum number of host addresses that could be used on this subnet? __________

What subnet mask will be used for the link between the HQ and BRANCH routers? ____________________

What is the maximum number of host addresses that could be used on this subnet? __________

Step 3- Assign subnetwork addresses to the Topology Diagram.

Assign subnet 0 of the 192.168.40.0 network to the HQ LAN1 subnet.

What is the network address of this subnet? ____________________

Assign subnet 1 of the 192.168.40.0 network to the HQ LAN2 subnet.

What is the network address of this subnet? ____________________

Assign subnet 2 of the 192.168.40.0 network to the BRANCH LAN1 subnet.

What is the network address of this subnet? ____________________

Assign subnet 3 of the 192.168.40.0 network to the BRANCH LAN2 subnet.

What is the network address of this subnet? ____________________

Assign subnet 4 of the 192.168.40.0 network to the link between the HQ and BRANCH routers.

What is the network address of this subnet? ____________________

Task 2: Determine interface addresses.

Step 1- Assign the appropriate addresses to the device interfaces.

Assign the first valid host address in the 209.165.200.224/27 network to the LAN interface on the ISP router.

Assign the last valid host address in 209.165.200.224/27 network to PC5.

Assign the first valid host address in the 209.165.202.128/27 network to the WAN interface of ISP.

Assign the last valid host address in the 209.165.202.128/27 network to the Serial 0/0/1 interface of HQ.

Assign the first valid host address in the HQ LAN1 network to the LAN1 interface of HQ.

Assign the last valid host address in the HQ LAN1 network to PC 3.

Assign the first valid host address in the HQ LAN2 network to the LAN2 interface of HQ.

Assign the last valid host address in the HQ LAN2 network to PC 4.

Assign the first valid host address in the HQ/BRANCH WAN link to the Serial 0/0/0 interface of HQ.

Assign the last valid host address in the HQ/BRANCH WAN link to the Serial 0/0/0 interface of BRANCH.

Assign the first valid host address in the BRANCH LAN1 network to the LAN1 interface of HQ.

Assign the last valid host address in the BRANCH LAN1 network to PC 1.

Assign the first valid host address in the BRANCH LAN2 network to the LAN2 interface of HQ.

Assign the last valid host address in the BRANCH LAN2 network to PC 2.

Step 2- Document the addresses to be used in the table provided under the Topology Diagram.

Task 3: Prepare the network.

Step 1- Cable the network using the chart and the existing devices in the activity.

Task 4: Perform Basic Router Configurations.

Perform basic configuration of the BRANCH, HQ, and ISP routers according to the following guidelines:

  • Configure the router hostname.
  • Disable DNS lookup.
  • Configure an EXEC mode password.
  • Configure a message-of-the-day banner.
  • Configure a password for console connections.
  • Configure a password for VTY connections.

Task 5: Configure and activate serial and fast ethernet addresses.

Step 1 – Configure the BRANCH, HQ, and ISP routers.

Configure the interfaces on BRANCH, HQ, and ISP with the IP addresses from the addressing table provided under the topology diagram.

When you have finished, be sure to save the running configuration to the NVRAM of the router.

Step 2 – Configure the Ethernet interfaces of PC1, PC2, PC3, PC4, and PC5.

Configure the Ethernet interfaces of PC1, PC2, PC3, PC4, and PC5 with the IP addresses from the addressing table provided under the topology diagram.

Task 6: Verify Connectivity to Next-Hop Device.

You should not have connectivity between end devices yet. However, you can test connectivity between two routers and between an end device and its default gateway.

Step 1 – Verify BRANCH connectivity.

Verify that BRANCH can ping across the WAN link to HQ and that HQ can ping across the WAN link it shares with ISP.

Step 2 – Verify that PC1, PC2, PC3, PC4, and PC5 can ping their respective default gateways.

Task 7: Configure RIPv2 routing on the BRANCH router.

Consider the networks that need to be included in the RIP updates that are sent out by BRANCH.

What networks are present in the BRANCH routing table? List the networks with slash notation.
____________________________

What commands are required to enable RIP version 2 and include the connected networks in the routing updates?
____________________________

Are there any router interfaces that do not need to have RIP updates sent out?__________

What command is used to disable RIP updates on these interfaces?________________________________________

Task 8: Configure RIPv2 and static routing on HQ.

Consider the type of static routing that is needed on HQ.

What networks are present in the HQ routing table? List the networks with slash notation.
________________________________________

A static default route will need to be configured to send all packets with destination addresses that are not in the routing table to ISP. What command is needed to accomplish this? Use the appropriate exit interface on HQ in the command.
________________________________________

What commands are required to enable RIP version 2 and include the LAN1 and LAN2 networks as well as the link between HQ and BRANCH in the routing updates?________________________________________

Are there any router interfaces that do not need to have RIP updates sent out?__________

What command is used to disable RIP updates on these interfaces?________________________________________

HQ needs to send the default route information to BRANCH in the RIP updates. What command is used to configure this?

________________________________________

Task 9: Configure static routing on the ISP router.

Note: In a real-world implementation of this topology, you would not be configuring the ISP router. However, your service provider is an active partner in solving your connectivity needs. Service provider administrators are human, too, and make mistakes. Therefore, it is important that you understand the types of errors an ISP could make that would cause your networks to lose connectivity.

Static routes will need to be configured on ISP for all traffic that is destined for the RFC 1918 addresses that are used on the BRANCH LANs, HQ LANs, and the link between the BRANCH and HQ routers.

What are the commands that will need to be configured on the ISP router to accomplish this?

_________________________________________

Task 10: Verify the configurations.

Answer the following questions to verify that the network is operating as expected:

From PC1, is it possible to ping PC3? __________

From PC1, is it possible to ping the PC5? __________

From PC4, is it possible to ping the PC5? __________

The answer to the above questions should be yes. If any of the above pings failed, check your physical connections and configurations. Refer to your basic troubleshooting techniques used in the Chapter 1 labs.

What routes are present in the routing table of the BRANCH router?________________________________________

What is the gateway of last resort in the routing table of BRANCH?________________________________________

What routes are present in the routing table of the HQ router?________________________________________

What networks are present in the routing table of ISP?________________________________________

What networks are present in the RIP updates sent from HQ?________________________________________

What networks are present in the RIP updates sent from BRANCH?________________________________________

Download Packet Tracer (.pka) file:

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x