RIP routing is a distance-vector routing protocol which is simple to configure. The routing protocol determines the best path to a target by estimating the distance in number of hops or intermediate routers.
To configure RIP version 2 routing and to advertise the 192.168.200.0 network:
conf t
router rip
version 2
network 192.168.200.0
^Z