PDA

View Full Version : RIP announce default route


rebel2234
02-25-2009, 03:35 PM
Does RIP know your WAN route automatically or do you have to put (0.0.0.0) in your edge router much like the OLSR hna statement?

RIP example:

ip route 0.0.0.0/0 1.2.3.4

tog
02-25-2009, 04:19 PM
Sorry I don't use RIP/quagga myself but I believe you use "redistribute static" and it'll redistribute your 0.0.0.0/0 route via RIP?

DrLove73
02-26-2009, 01:35 AM
I use "redistribute static" (I added "redistribute kernel" also) and old fashion static default route, never had any problems.