Routing Rip PDF
Routing Rip PDF
Routing Rip PDF
Routing RIP
Topics
• Dynamic routing
• RIP routing
• Characteristic
• RIPv1 & RIPv2
• How to configure?
Sources:
- https://www.cisco.com/
- https://networklessons.com/cisco/
RIPv1 RIPv2
Distance Vector Routing
Type Hybrid routing protocol
Protocol
Routing Classfull Classless
VLSM Not supported Supported
Mas max hop 15, > 15 hop max hop 15, > 15 hop
metric unreachable unreachable
Routing every 30 second, with
Using multicast
update broadcast
– Router1(config)#interface S1/0
– Router1(config-if)#ip add 192.168.1.1 255.255.255.0
– Router1(config-if)#clock rate 64000
– Router(config-if)#no shut
• Once you have configured RIP routing protocol on each router, wait
for a few seconds (let complete the convergence process), and then
execute the show ip route command on any router to show the
routing information.
– Router(config)#do show ip route
• To view the RIP messages being sent and received, use the debug ip
rip command.
– Router#debug ip rip