Shiva's Blog

Routing Information Protocol (RIP)

Routing Information Protocol (RIP)

What is Hop count?

How does RIP works?

RIPv1

RIPv2 :

note: To check the route in cisco router: - show ip route

To check the protocols used in router:
- show ip protocols

note: To check the route in cisco router: - show ip route

To check the protocols used in router:
- show ip protocols

RIP configuration:
Routing protocol configuration:
#router rip
#network 10.10.10.0
#network 172.16.10.0
#version 2
#no auto-summary

reference “https://www.geeksforgeeks.org/routing-information-protocol-rip/”