How to configure RIP routing using 3 router
In This Tutorial We Are going to Learn How To Configure RIP Routing Using 3 Routers in cisco packet tracer.
Firtly here i have taken 3 router and 2 pc’s
see this senerio to understand clearly
Now here i am assign the Ip address and set the hostname to all routers so click on router and then do configuration.
Configuration On Router 1
R1
Router>enable Router#config t Router(config)#Hostname R1 R1(config)#int f0/0 R1(config-if)#ip add 1.0.0.1 255.0.0.0 R1(config-if)#no shut R1(config-if)#exit R1(config)#int f0/1 R1(config-if)#ip add 2.0.0.1 255.0.0.0 R1(config-if)#no shut R1(config)#exit Router#
Configuration On Router 2
R2
Router>enable Router#config t Router(config)#Hostname R2 R2(config)#int f0/0 R2(config-if)#ip add 2.0.0.2 255.0.0.0 R2(config-if)#no shut R2(config-if)#exit R2(config)#int f0/1 R2(config-if)#ip add 3.0.0.1 255.0.0.0 R2(config-if)#no shut R2(config)#exit Router#
Configuration On Router 3
R3
Router>enable Router#config t Router(config)#Hostname R3 R2(config)#int f0/0 R2(config-if)#ip add 3.0.0.2 255.0.0.0 R2(config-if)#no shut R2(config-if)#exit R2(config)#int f0/1 R2(config-if)#ip add 4.0.0.1 255.0.0.0 R2(config-if)#no shut R2(config)#exit Router#
After this now we have to do RIP routing to all the routers.
Routing Configuration On Router 1
R1
R1(config)# R1(config)#router rip R1(config-router)#version 1 R1(config-router)#net 1.0.0.0 R1(config-router)#net 2.0.0.0
Routing Configuration On Router 2
R2
R2(config)# R2(config)#router rip R2(config-router)#version 1 R2(config-router)#net 2.0.0.0 R2(config-router)#net 3.0.0.0
Routing Configuration On Router 3
R3
R3(config)# R3(config)#router rip R3(config-router)#version 1 R3(config-router)#net 3.0.0.0 R3(config-router)#net 4.0.0.0
This is all how to configure rip routing using 3 routers.
If you learn something about from this post then make sure you like this post and follow my website to learn some intresting topic about the kali linux,website desining,windows,virtualization,cyber security and much more intresting topics.
If you want to learn about cyber security in detail and if you want practical training of cyber security with detail notes so check this product it will give you the best knowledge with practical training.
https://atomic-temporary-150512636.wpcomstaging.com/product/cyber-security-training-notes/
Categories