10-1 Lab Johnson

Lab 10-1 Packet Tracer - RIP Lab

  • Due Tuesday by 11:59pm

  • Points 11

  • Submitting a text entry box or a file upload

Packet Tracer Class Lab - Understanding RIP

This Packet Tracer lab has been provided to help you gain a better understanding of how to configure and troubleshoot RIP version 2 in this lab we will configure a basic lab topology, enable RIPv2 on the routers and configure them to advertise their networks.

Learning Objectives:

  • Review basic router and switch configuration.

  • Enable RIPv2 on a router.

  • Advertise networks using RIPv2.

  • Observe and inspect RIPv2 Packets

The Routing Information Protocol (RIP) is one of the oldest distance-vector routing protocols, which uses the hop count as a routing metric. RIP avoids routing loops by employing a limit on the number of hops permitted in a path from the source to a destination. The maximum number of hops permitted for RIP is 15. A hop count of 16 is considered an infinite distance, in other words the route is considered unreachable. Despite this limitation, RIP works great for basic route communications between devices.

Here are some important RIP facts:

  • Cisco routers don't enable RIPv2 by default. To use RIPv2, you must use the ver 2 command in RIP Router Configuration Mode.

  • RIP uses hop count as it’s metric.

How RIP works

With RIP, a router sends its full routing table to all other connected routers every 30 seconds. Triggered updates can also occur if a router goes down before the 30-second timer has expired.

RIP performs "routing by rumor" and is more prone to loops than other routing protocols. That's because a RIP router sends its entire routing table to every other router. All other routers do the same, and because there's no real neighbor relationship or calculation of routes, the routers have little firsthand knowledge of available networks.

LAB:

Using the same starter Packet Tracer File

Download Packet Tracer File

from the "Static Route" lab, we will now configure the network using RIP. This means that the routers will learn about neighboring routers and network through RIP Broadcasts

  1. Configuring RIP involves

    • Enabling it on the router

    • and, declaring which of the directly connected networks should be advertised

  2. Here is the configuration for R2 in our example:

    • From "config" mode type:

      • router rip

    • This will now put you in "router config mode"

    • Then specify the version with

      • version 2

    • And then specify the networks directly connected to Router 2

      • network 192.168.30.0

      • network 10.10.20.0

    • Thats it!

  3. Repeat Step 2 for R1 and R3

    • Make sure to update the network statements to specify the correct networks for those routers!

  4. If it is working, all PC's should now be able to ping one another

  5. Go to R2, exit "config" mode, and type "show ip route". You should see all of the the networks in the table. Post Screenshot

  6. Repeat Step 4 for R1 and R3. Post Screenshots

Router

Router 2

Router 3

Inspect RIP Activity

  1. In Packet Tracer - switch to "Simulation Mode" (Stopwatch icon in Lower Left)

  2. Under Event List Filters - Visible Event - Click Show All/None

  3. Then click Edit Filters - and Select RIP

  4. Click the "Capture/Forward" button in the lower center of the screen repeatedly. You should see RIP packets traversing the network.

  5. In the upper right Event List - find a packet for RIPv2 from R1 to R2

  6. Click the colored "info" box to display the packet details.

  7. Click the Inbound PDU Details tab

  8. Scroll down to RIP v2 section

    • Post Screenshot

R1 to R2

    • Answer: Describe what is included in the packet details for the RIP v2 protocol section

Address Family, Route Tag, Network Address, Subnet Mask, Next Hop, Metric

  1. Repeat 5-8 for a RIP packet from R3 to R1

These PDU details show the connection to the router network (first ss), the 192.168.10.0 network and lastly 192.168.20.0 (the last screenshot).

    • Post and Answer

SUBMISSION Summary:

  • Screenshots from R1, R2, and R3 (2 points each)

  • Screenshot from R1 to R2 RIP packet info (1 point)

  • Screenshot from R3 to R1 RIP packet info (1 point)

  • Description of R1 to R2 RIP Packet Details (1 point)

  • Description of R3 to R1 RIP Packet Details (1 point)

Add Tech Journal Link:

https://derek-johnson-1.gitbook.io/welcome/freshman/network-150/week-12/rip-lab-10.1

  • Add an entry for configuring RIPv2 on Cisco

  • Include any troubleshooting steps you had to take

Last updated