[Xorp-users] Redistribute OSPFv2 into RIP

Ray Soucy rps at maine.edu
Tue Oct 5 05:11:44 PDT 2010


Use a policy statement to match the routes you want to redistribute,
then redistribute them with an "export" statement in your RIP config.

Example:

----8<----
protocols {
    rip {
        export: "RIP_Export"
    }
}
policy {
    policy-statement "RIP_Export" {
        term 100 {
            from {
                protocol: "ospf4"
            }
            then {
                accept {
                }
            }
        }
        then {
            reject {
            }
        }
    }
}
----8<----



On Tue, Oct 5, 2010 at 7:09 AM,  <sekhar at copperheadsystems.com> wrote:
>  Hi Team,
>
>         How to Redistribute OSPFv2 into RIP??? Can u Please tell me the
> configuration for redistribution.
>
> For example :-   R1 ---->  R2 ----->  R3
>
>
> Thanks,
> Sekhar.
>
>
>
> _______________________________________________
> Xorp-users mailing list
> Xorp-users at xorp.org
> http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users
>



-- 
Ray Soucy

Epic Communications Specialist

Phone: +1 (207) 561-3526

Networkmaine, a Unit of the University of Maine System
http://www.networkmaine.net/



More information about the Xorp-users mailing list