Ok the instruction is not very clear. here is a more detail one: 1) edit the /etc/zebra/daemons.conf and modify: old: ZEBRA=0 OSPF=0 BGP=0 RIP=0 new: ZEBRA=1 OSPF=0 BGP=0 RIP=1 2) edit the /etc/zebra/ripd.conf and put in this line: router rip redistribute static 3) from expert mode: service zebra restart For example, if your SPLAT is also doing RIP with a Cisco router. On the Cisco router, type "show ip route rip" and you will see rip routes being advertised by your SPLAT. Alternatively, you can run tcpdump on the SPLAT box and look for udp 520. By they way, since rip is a broadcast routing protocol, you must allow udp 520 from/to your SPLAT box. Otherwise, it will not work. Enjoy!
"Brenda W.S. Chan" <[EMAIL PROTECTED]> wrote: Thanks. I tried that but it does not work. How can I know if SecurePlatform has announced the route? BTW, is it a normal function zebra in SPLAT? Regards/Brenda Swire Beverages - Information Systems -----Original Message----- From: cisco4ng [mailto:[EMAIL PROTECTED] Sent: Friday, September 16, 2005 11:45 AM To: [email protected] Subject: Re: [FW-1] Redistribute Static Route in SecurePlatform using Zebra RIP modify the /eetc/zebra/ripd.conf as follows: router rip redistribute static --- "Brenda W.S. Chan" wrote: > Anyone knows how to setup the Zebra in > SecurePlatform such that it can > redistribute the static route in RIP? Thanks! > > Regards/Brenda > Swire Beverages - Information Systems > > ================================================= > To set vacation, Out-Of-Office, or away messages, > send an email to [EMAIL PROTECTED] > in the BODY of the email add: > set fw-1-mailinglist nomail > ================================================= > To unsubscribe from this mailing list, > please see the instructions at > http://www.checkpoint.com/services/mailing.html > ================================================= > If you have any questions on how to change your > subscription options, email > [EMAIL PROTECTED] > ================================================= > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ================================================= To set vacation, Out-Of-Office, or away messages, send an email to [EMAIL PROTECTED] in the BODY of the email add: set fw-1-mailinglist nomail ================================================= To unsubscribe from this mailing list, please see the instructions at http://www.checkpoint.com/services/mailing.html ================================================= If you have any questions on how to change your subscription options, email [EMAIL PROTECTED] ================================================= ================================================= To set vacation, Out-Of-Office, or away messages, send an email to [EMAIL PROTECTED] in the BODY of the email add: set fw-1-mailinglist nomail ================================================= To unsubscribe from this mailing list, please see the instructions at http://www.checkpoint.com/services/mailing.html ================================================= If you have any questions on how to change your subscription options, email [EMAIL PROTECTED] ================================================= --------------------------------- Yahoo! for Good Click here to donate to the Hurricane Katrina relief effort. ================================================= To set vacation, Out-Of-Office, or away messages, send an email to [EMAIL PROTECTED] in the BODY of the email add: set fw-1-mailinglist nomail ================================================= To unsubscribe from this mailing list, please see the instructions at http://www.checkpoint.com/services/mailing.html ================================================= If you have any questions on how to change your subscription options, email [EMAIL PROTECTED] =================================================
