cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
553
Views
3
Helpful
4
Replies

redistribute rip?

shadowman724
Level 1
Level 1

hello,

is there a command to redistribute RIP over an OSPF zone (area 0 )?

thanks

1 Accepted Solution

Accepted Solutions

minumathur
Level 1
Level 1

detail

router ospf 100

redistribute rip subnet metric external

this command with rip route into ospf area 0, now you can do it in two way to redistrubute into ospf either E1 & E2, but by default ospf take E2 type ( which is fix cost to reach the destination ) and E1 type ( which is variable cost internal+ external path )

I hope this will solve the problem. please rate this post if this is useful.

-Minu

View solution in original post

4 Replies 4

devang_etcom
Level 7
Level 7

you can do it by the same procedure as you are going to distiribute in the normal areas... just you have to take care about the metrics...

wassim

Perhaps there is something about your question or about your requirements that I do not yet understand. But the fundamentals of redistributing RIP into OSPF are pretty simple: under router ospf use the command redistribute rip subnets. There are options that you may want to consider including whether to specify the redistributed routes as E1 or E2 routes, whether to specify a default metric for redistribution (OSPF does have a default value), or whether to filter the redistribution. But the basic requirement is just redistribute rip subnets.

HTH

Rick

HTH

Rick

minumathur
Level 1
Level 1

detail

router ospf 100

redistribute rip subnet metric external

this command with rip route into ospf area 0, now you can do it in two way to redistrubute into ospf either E1 & E2, but by default ospf take E2 type ( which is fix cost to reach the destination ) and E1 type ( which is variable cost internal+ external path )

I hope this will solve the problem. please rate this post if this is useful.

-Minu

v_milenko
Level 1
Level 1

OSPF default metric - 20

OSPF default metric type - E2

If you redistribute routes in OSPF it uses default metric and metric type if no statements in redistribute command.

If you want redistribute subnets use same keyword in redistribute command.

Victor.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card