Configure RIP version 2 routing

Contributor Icon Contributed by qmchenry Date Icon September 23, 2003  
Tag Icon Tagged: Cisco router

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

Previous recipe | Next recipe |
 
  • Thank's for your informations
blog comments powered by Disqus