RIP Configuration

How to configure RIP Routing on pack tracer?

RIP:- RIP stand for Routing information Protocol. It is protocol which communicates to one router to another router. It update after 30sec send his routing table to another router. It is distance vector protocol which protocol work on metric hop count after that is transferred the packet from source to destination. It has to follow shortage distance basis transfer the data. We can connect only 15 routers in RIP routing.




RIP routing diagram


There are two types of version in RIP:-
RIPv1 :- It works on class full networks
RIPv2:- It works on class less network and it also support VLSM subnetting.






Router1> enable
Router1# configure terminal
Router1(config)# int  fa 0/0
Router1(config-if)# ip add 10.0.0.1 255.0.0.0
Router1(config-if)# no sh
Router1(config-if)# exit
Router1(config)# router rip
Router1(config)# version 2
Router1(config-router)# network 10.0.0.0
Router1(config-router# do wr

RIP routing configuration on Router 1

Router2>en
Router2#config t
Router2(config)#int fa 0/0
Router2(config-if)#ip add 10.0.0.2 255.0.0.0

Router2(config-if)#no sh
Router2(config-if)#int fa 0/1
Router2(config-if)#ip add 20.0.0.1 255.0.0.0
Router2(config-if)#no sh
Router2(config-if)#exit
Router2(config)#router rip
Router2(config)#version 2
Router2(config-router)# network 10.0.0.0
Router2(config-router)# network 20.0.0.0
Router2(config-router# do wr

RIP routing configuration on Router 2

Router3> enable
Router3# configure terminal
Router3(config)# int  fa 0/0
Router3 (config-if)# ip add 20.0.0.2 255.0.0.0
Router3 (config-if)# no sh
Router3 (config-if)# exit
Router3 (config)# router rip
Router3 (config)# version 2
Router3(config-router)# network 20.0.0.0
Router3(config-router# do wr

RIP routing configuration on Router 3


Share:

0 comments

Please leave your comments...... Thanks