RIP CONFIGURATION
RIP has two versions
1. Version 1
2. Version 2
RIPv1-
R1(config)#router
RIP *
R1(config-router)#network
10.0.0.0
R1(config-router)#network
20.0.0.0
R2(config)#router
RIP
R2(config-router)#network
20.0.0.0
R2(config-router)#network
30.0.0.0
RIPv2- Described
in other section.
R1(config)#router
RIP **
R1(config)#version
2
R1(config-router)#network
10.0.0.0
R1(config-router)#network
20.0.0.0
R1(config-router)#no
auto-summary **
R2(config)#router
RIP
R2(config-router)#version
2
R2(config-router)#network
20.0.0.0
R2(config-router)#network
30.0.0.0
R2(config-router)#no
auto-summary **
*In RIP, we specify only those networks that belong to us. RIP sends routing table updates to
its neighbors for every 30secs. RIP uses hop count as a unit of metric. The administrative distance of RIP
is 120.
**Command “no auto-summary” tells RIP not to
summarize the network.