Recent Posts

Sunday, 20 August 2017

RIPv2 configuration with subnetting

How to configure RIPv2 on cisco router

In this tutorial we will learn how to configure RIPv2. So basically this is a complete and step wise tutorial to make you learn configuring Routing Information Protocol version 2.Since we know RIPv2 support subnetting,that’s why i have taken an example with subnetted ip to show RIPv2 configuration here. RIPv2 configuration in Cisco Packet Tracer v 7.0.

Subnetting 192.168.0.0/27



By assigning the subnetting according to the given topology mentioned below; 



Configuration on Router R1:




Configuration on Router R2:




Configuration on Router R3:





Now we could see above that all the connection turns from red into green color this can be our RIPv2 configuration. 

RIPv2 Routing Configuration 

Router R1:

R1(config)#router rip
R1(config-router)#version 2
R1(config-router)#network 192.168.0.0
R1(config-router)#network 192.168.0.32
R1(config-router)#network 192.168.0.97
R1(config-router)#exit


Router R2:

R2(config-if)#exit
R2(config)#router rip
R2(config-router)#version 2
R2(config-router)#network 192.168.0.32
R2(config-router)#network 192.168.0.64
R2(config-router)#exit


Router R3:

R3(config-if)#exit
R3(config)#router rip
R3(config-router)#version 2
R3(config-router)#network 192.168.0.64
R3(config-router)#network 192.168.0.96
R3(config-router)#network 192.168.0.128
R3(config-router)#exit


Finally we have completed our RIPv2 configuration and by troubleshooting using command show ip route and show ip interface in your cisco packet tracer version 7.0. 
For any other lab simulation details to be known we are here to help you out with this packet tracer simulation. 

No comments:

Post a Comment

Popular Posts