Community discussions

MikroTik App
 
mafiosa
Member Candidate
Member Candidate
Topic Author
Posts: 266
Joined: Fri Dec 09, 2016 8:10 pm
Location: Kolkata, India
Contact:

Redistribute other ospf equivalent in v7

Thu Aug 04, 2022 1:48 pm

What is the equivalent of redistribute other ospf in v7? I want to redistribute routes between two ospf instances on the same router.
 
User avatar
mrz
MikroTik Support
MikroTik Support
Posts: 7038
Joined: Wed Feb 07, 2007 12:45 pm
Location: Latvia
Contact:

Re: Redistribute other ospf equivalent in v7

Thu Aug 04, 2022 2:13 pm

Same as in v6. Is the redistribute=ospf not working?
 
mafiosa
Member Candidate
Member Candidate
Topic Author
Posts: 266
Joined: Fri Dec 09, 2016 8:10 pm
Location: Kolkata, India
Contact:

Re: Redistribute other ospf equivalent in v7

Thu Aug 04, 2022 3:17 pm

Same as in v6. Is the redistribute=ospf not working?
No! I have set up in the following way:
/routing id
add disabled=no name=Home-Router-ID select-dynamic-id=only-loopback \
select-from-vrf=Home
/routing ospf instance
add disabled=no name=ospf-v2 redistribute=connected,ospf router-id=main \
version=2 vrf=main
add disabled=no name=ospf-v2-home redistribute=connected,ospf router-id=\
Home-Router-ID routing-table=Home version=2 vrf=Home
/routing ospf area
add area-id=0.0.0.0 disabled=no instance=ospf-v2 name=ospf-backbone-v2 type=\
default
add area-id=0.0.0.0 disabled=no instance=ospf-v2-home name=ospf-backbone-home \
type=default
Is it okay to leak routes between main and Home VRF?

Who is online

Users browsing this forum: cciprian and 23 guests