How to configure RIP Routing in Cisco Packet tracer
hello guys today we will learn how to configure RiP(Routing Information protocol ) Routing in cisco packet tracer its a very simple process you just fillow my step

Step1. before we will take three router and three pc and we assign ip address According chart
| PC0 | 1.0.0.2 | default geteway | 1.0.0.1 |
| PC1 | 3.0.0.2 | default geteway | 3.0.0.1 |
| PC2 | 5.0.0.2 | default geteway | 5.0.0.1 |
| /Router/all Router port | Se/0/0/0 | Se/0/1/1 | Fa0/0 |
| ROUTER0 | 2.0.0.1 | —– | 1.0.0.1 |
| ROUTER1 | 2.0.0.2 | 4.0.0.1 | 3.0.0.1 |
| ROUTER2 | ——- | 4.0.0.2 | 5.0.0.1 |
Step2 we will go in Router 0 CLI mod and congigure ip address like this
Router>en
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int Fa0/0
Router(config-if)#ip address 1.0.0.1 255.0.0.0
Router(config-if)#no shut Router(config-if)#exit
Router(config)#int Se0/0/0
Router(config-if)#ip address 2.0.0.1 255.0.0.0
Router(config-if)#no shut
Step2 now we will go Router1 CLI mod and configure io address
Router>en
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int Fa0/0
Router(config-if)#ip address 3.0.0.1 255.0.0.0
Router(config-if)#no shut
Router(config)#exit
Router(config)#int Se0/0/0
Router(config-if)#ip address 2.0.0.2 255.0.0.0
Router(config-if)#no shut
Router(config)#exit
Router(config)#int Se0/1/1
Router(config-if)#ip address 4.0.0.1 255.0.0.0
Router(config-if)#no shut
Srep3 and now we will configure ip address in router2
Router>en
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int Fa0/0
Router(config-if)#ip address 5.0.0.1 255.0.0.0
Router(config-if)#no shut
Router(config-if)#exit
Router(config)#int Se0/1/1
Router(config-if)#ip address 4.0.0.2 255.0.0.0
Router(config-if)#no shut
Step 4 After ip address configuration we will configure each router in ip RIP routing like this
Router o
Router(config)#router rip
Router(config-router)#network 1.0.0.0
Router(config-router)#network 2.0.0.0
Router 1
Router(config)#router rip
Router(config-router)#network 2.0.0.0
Router(config-router)#network 3.0.0.0
Router(config-router)#network 4.0.0.0
Router 2
Router(config)#router rip
Router(config-router)#network 5.0.0.0
Router(config-router)#network 4.0.0.0
if you have problem in this rip routing so comment here i will solve your problem. you can also download rip routing lab through this link
thank you
by Vishnu Sharma
