RIPv2
Routing Protocols and Concepts –chapter 8
Objectives
Introduction of RIP
Introduction of RIP Version 2
Information of RIPv2
Actual project work
Introduction RIP
RIP stands for Routing Information Protocol.
Routing Information Protocol (RIP) is a Distance Vector protocol that uses
hop count as its primary metric means RIP defines how routers should share
information when moving traffic among an interconnected group of local
area networks.
Each RIP router maintains a routing table, which is list of all destinations the
router knows how to reach.
It has 2 types of versions : RIPv1 and RIPv2
RIP Version 2
RIP Version 2 was developed in 1993.
RIPv2 supports classless Inter-Domain Routing (CIDR) and has the ability
subnet information.
It supports authentication and does subnetting and multicasting. Auto
summary can be done on every router.
In RIPv2 the subnet masks are included in the routing upadate.
RIPv2 supports both the FLSM and VLSM techniques of routing .
RIP Version 2
❖ Advantages
i. It’s a standardized protocol.
ii. Provides fast convergence.
❖ Disadvantages
i. No concept of neighbours
ii. exchanges entire table with all neighbours every 30 seconds .
RIPv2 Project
Title:
Configuring Cisco Routers for routing between two different network using RIPv2
routing Protocol using Cisco Packet Tracer.
About Project:
The project that we deployed in the period of our industrial training
is We created two networks in our project.
The aim of this project is to configure RIP 2 routing protocol to make a communication
between 3 different networks and to allow share resources between users.
RIPv2 Project
Network Design in Cisco Packet Tracer:
RIPv2 Project
Objective:-
1) Refer the above diagram create a packet tracer lab.
2) Assign IP Address range with subnetting calculation.
3) Ip range is 192.168.10.0
4) Run the RIP routing command on both routers.
5) Assign the proper IP address &default gateway for all PC‘s.
6) Check the connectivity using ping command between all devices.
7) Verify the routing table on both routers using Show IP route .
RIPv2 Project
To run the RIPV1 routing on R1
Router>en r1(config)#int s0/0/0
Router#conf t r1(config-if)#ip add 192.168.10.65
Router(config)#hostname r1 255.255.255.192
r1(config)#int fa0/0 r1(config-if)#clock rate 64000
r1(config-if)#ip add 192.168.10.1 255.255.255.192 r1(config-if)#no shut
r1(config-if)#no shut r1(config-if)#exit
r1(config-if)#exit
RIPv2 Project
To run the RIPv2 Routing on R1
r1(config)#router rip
r1(config-router)#version 2
r2(config-router)#network 192.168.10.0
r2(config-router)#network 192.168.10.64
r1(config-router)#exit
RIPv2 Project
To Run the following commands on R2
Router>en r2 (config)#int s0/0/0
Router#conf t
r2(config-if)#ip add 192.168.10.66
Router(config)#hostname r2 255.255.255.192
r2(config)#int fa0/0
r2(config-if)#bandwidth 64
r2 (config-if)ip add 192.168.10.131
255.255.255.192 r2(config-if)#no shut
r2(config-if)#no shut r2(config)#exit
r2(config-if)#exit
RIPv2 Project
To run the RIP 2 Routing on R2
r2(config)#router rip
r2(config-router)#version 2
r2(config-router)#network 192.168.10.128
r2(config-router)#network 192.168.10.64
r2(config-router)#exit
▪ OUTPUT