Dynamic Routing with RIP
Lab Sheet
Dynamic routing is a technique in which a router learns about routing information without an
administrator's help and adds the best route to its routing table. A router running a dynamic
routing protocol adds the best route to its routing table and can also determine another path if
the primary route goes down.
About RIP
Routing Information Protocol (RIP) is a dynamic routing protocol that uses hop count as a
routing metric to find the best path between the source and the destination network. It is a
distance-vector routing protocol that has an AD value of 120 and works on the Network layer
of the OSI model. RIP uses port number 520. Here we use RIP version 02.
CONFIGURATIONS:
ROUTER 0:
Router(config)#router rip
Router(config-router)#version 2
Router(config-router)#network [Link]
Dynamic Routing with RIP Lab Sheet - Chirath De Alwis
Router(config-router)#network [Link]
ROUTER 1:
Router(config)#router rip
Router(config-router)#version 2
Router(config-router)#network [Link]
Router(config-router)#network [Link]
ROUTER 2:
Router(config)#router rip
Router(config-router)#version 2
Router(config-router)#network [Link]
Router(config-router)#network [Link]
DEBUG COMMANDS:
Router# show ip route
END OF THE DOCUMENT
Dynamic Routing with RIP Lab Sheet - Chirath De Alwis