Setup guide
• RIPv2 Protocol
• Cisco Systems RIP protocol overview
General Setup
Property Description
redistribute-static (yes | no; default: no) - specifies whether to redistribute static routes to
neighbour routers or not
redistribute-connected (yes | no; default: no) - specifies whether to redistribute connected routes
to neighbour routers or not
redistribute-ospf (yes | no; default: no) - specifies whether to redistribute routes learned via OSPF
protocol to neighbour routers or not
redistribute-bgp (yes | no; default: no) - specifies whether to redistribute routes learned via bgp
protocol to neighbour routers or not
metric-static (integer; default: 1) - specifies metric (the number of hops) for the static routes
metric-connected (integer; default: 1) - specifies metric (the number of hops) for the connected
routes
metric-ospf (integer; default: 1) - specifies metric (the number of hops) for the routes learned via
OSPF protocol
metric-bgp (integer; default: 1) - specifies metric (the number of hops) for the routes learned via
BGP protocol
update-timer (time; default: 30s) - specifies frequency of RIP updates
timeout-timer (time; default: 3m) - specifies time interval after which the route is considered
invalid
garbage-timer (time; default: 2m) - specifies time interval after which the invalid route will be
dropped from neighbor router table
Notes
The maximum metric of RIP route is 15. Metric higher than 15 is considered 'infinity' and routes
with such metric are considered unreachable. Thus RIP cannot be used on networks with more than
15 hops between any two routers, and using redistribute metrics larger that 1 further reduces this
maximum hop count.
Example
To enable RIP protocol to redistribute the routes to the connected networks:
[admin@Wandy] routing rip> set redistribute-connected=yes
[admin@Wandy] routing rip> print
redistribute-static: no
redistribute-connected: yes
redistribute-ospf: no
redistribute-bgp: no
metric-static: 1
metric-connected: 1
metric-ospf: 1
metric-bgp: 1
update-timer: 30s
timeout-timer: 3m