5.2.3.4 Packet Tracer – Comparing RIP and EIGRP Path Selection

Last Updated on April 24, 2018 by Admin

5.2.3.4 Packet Tracer – Comparing RIP and EIGRP Path Selection

From year to year, Cisco has updated many versions with difference questions. The latest version is version 6.0 in 2018. What is your version? It depends on your instructor creating your class. We recommend you to go thought all version if you are not clear. While you take online test with netacad.com, You may get random questions from all version. Each version have 1 to 10 different questions or more. After you review all questions, You should practice with our online test system by go to "Online Test" link below.

Version 5.02 Version 5.03 Version 6.0 Online Assessment
Chapter 5 Exam Chapter 5 Exam Chapter 5 Exam Online Test
Next Chapter
Chapter 6 Exam Chapter 6 Exam Chapter 6 Exam Online Test
Lab Activities
 5.2.1.6 Packet Tracer – Investigating Convergence
 5.2.3.4 Packet Tracer – Comparing RIP and EIGRP Path Selection

Packet Tracer – Comparing RIP and EIGRP Path Selection (Answer Version)

Answer Note: Red font color or Gray highlights indicate text that appears in the Answer copy only.

Topology

5.2.3.4 Packet Tracer – Comparing RIP and EIGRP Path Selection

5.2.3.4 Packet Tracer – Comparing RIP and EIGRP Path Selection

Objectives

Part 1: Predict the Path

Part 2: Trace the Route

Part 3: Reflection Questions

Scenario

PCA and PCB need to communicate. The path that the data takes between these end devices can travel through R1, R2, and R3, or it can travel through R4 and R5. The process by which routers select the best path depends on the routing protocol. We will examine the behavior of two distance vector routing protocols, Enhanced Interior Gateway Routing Protocol (EIGRP) and Routing Information Protocol version 2 (RIPv2).

Part 1: Predict the Path

Metrics are factors that can be measured. Routing protocols are each designed to consider various metrics when considering which route is the best to send data along. These metrics include, hop count, bandwidth, delay, reliability, path cost, and more.

Step 1: Consider EIGRP Metrics.

  1. EIGRP can consider many metrics. By default, however, bandwidth and delay are used to determine best path selection.
  2. Based on the metrics, what path would you predict data would take from PCA to PCB? PCA, RA, R1, R2, R3, RB, PCB

Step 2: Consider RIP Metrics.

  1. What metric(s) are used by RIP? Hop count
  2. Based on the metrics, what path would you predict data would take from PCA to PCB? PCA, RA, R4, R5, RB, PCB

Part 2: Trace the Route

Step 1: Examine the EIGRP Path.

  1. On RA, view the routing table using the appropriate command. Which protocol codes are listed in the table and what protocols do they represent? C=connected and D=EIGRP
  2. Trace the route from PCA to PCB.

What path does the data take? 64.100.0.254, 64.101.0.2, 64.101.0.6, 64.101.0.10, 64.101.0.14

How many hops away is the destination? 5 hops

What is the minimum bandwidth on the path? 4 Mb/s

Step 2: Examine the RIPv2 Path.

You may have noticed that, while RIPv2 is configured, the routers ignore the routes that it generates, because they prefer EIGRP. Cisco routers use a scale called administrative distance and we need to change that number for RIPv2 in RA to make the router prefer the protocol.

  1. For reference purposes, show the routing table of RA using the appropriate command. What is the first number between the brackets in each EIGRP route entry? 90
  2. Set the administrative distance for RIPv2 using the following commands. This forces RA to choose RIP routes over EIGRP routes.
    • RA(config)# router rip
    • RA(config-router)# distance 89
  3. Wait a minute and show the routing table again. Which protocol codes are listed in the table and what protocols do they represent? C=connected and R=RIP
  4. Trace the route from PCA to PCB.
    • What path does the data take? 64.100.0.254, 64.102.0.2, 64.102.0.6, 64.102.0.14
    • How many hops away is the destination? 4 hops
    • What is the minimum bandwidth on the path? 1.2 Kb/s
    • What is the first number between the brackets in each RIP entry? 89

Part 3: Reflection Questions

  1. What metrics does the RIPv2 routing protocol ignore? Everything but hops
    • How could this affect its performance? Answer will vary; RIP will ignore a faster bandwidth path
  2. What metrics does the EIGRP routing protocol ignore? Hops.
    • How could this affect its performance? Answer will vary; It is conceivable that a packet could be dropped if it travels more hops than its TTL value allows.
  3. Which do you prefer for your own Internet access, lower hops or more bandwidth? Open ended answer.
  4. Is one routing protocol suitable for all applications? Why? Open ended answer.

Suggested Scoring Rubric

Activity Section Question Location Possible Points Earned Points
Part 1: Predict the Path Step 1-b 8
Step 2-a 8
Step 2-b 8
Part 1 Total 24
Part 2: Trace the Route Step 1-a 8
Step 1-b 8
Step 2-a 8
Step 2-c 8
Step 2-d 8
Step 2-e 8
Part 2 Total 48
Part 3: Reflection Questions 1 7
2 7
3 7
4 7
Part 3 Total 28
Total Score 100

From year to year, Cisco has updated many versions with difference questions. The latest version is version 6.0 in 2018. What is your version? It depends on your instructor creating your class. We recommend you to go thought all version if you are not clear. While you take online test with netacad.com, You may get random questions from all version. Each version have 1 to 10 different questions or more. After you review all questions, You should practice with our online test system by go to "Online Test" link below.

Version 5.02 Version 5.03 Version 6.0 Online Assessment
Chapter 5 Exam Chapter 5 Exam Chapter 5 Exam Online Test
Next Chapter
Chapter 6 Exam Chapter 6 Exam Chapter 6 Exam Online Test
Lab Activities
 5.2.1.6 Packet Tracer – Investigating Convergence
 5.2.3.4 Packet Tracer – Comparing RIP and EIGRP Path Selection