Routing Information Protocol
Sniffing and Evasion
In this tutorial, we will set up and configure Routing Information Protocol (RIP) in GNS3. The objective is to establish dynamic routing between routers and a virtual private cloud (VPC1) using RIP.
Step 1: Understanding the Network Topology
Our network consists of:
Router R1 (Connected to R2 via Serial 1/0)
Router R2 (Connected to R1 via Serial 1/0 and to VPC1 via FastEthernet 0/0)
VPC1 (Simulating a client machine, connected to R2 via FastEthernet 0/0)
R1
Serial 3/0
192.168.1.1
255.255.255.0
R2
Serial 3/0
192.168.1.2
255.255.255.0
R2
FastEthernet 0/0
172.16.1.1
255.255.0.0
VPC1
Virtual Interface
172.16.1.100
255.255.0.0

Step 2: Configuring Router R1
Step 3: Configuring Router R2
Step 4: Configuring VPC1 (Client Machine)
Step 5: Verify connectivity with a ping test
Step 6: Capture RIP packets using Wireshark
Apply a filter:
Verify that RIP advertisements are being broadcast correctly.

Step 7: Understanding RIP
Key Features of RIP:
Distance-vector routing protocol
Uses hop count as a metric (max 15 hops)
Broadcasts routing table every 30 seconds
Uses UDP port 520
Administrative distance: 120
Keywords
RIP, Routing Information Protocol, GNS3, dynamic routing, router configuration, IP addressing, subnet mask, hop count, distance-vector, routing table, serial interface, FastEthernet, VPC1, network topology, debug ip rip, show ip route, routing updates, UDP port 520, administrative distance, RIP packets, وایرشارک
Last updated