Community discussions

MikroTik App
 
columf
just joined
Topic Author
Posts: 17
Joined: Thu Apr 18, 2013 12:58 pm

OSPF not work between 2 mikrotiks.

Thu May 28, 2015 7:25 pm

Hi All,
I am having an issue with implementing ospf. I am lead engineer for a small WISP 300 odd clients on 30 odd AP's. I am setting up OSPF for the first time. We use Mikrotik mainly. We have 2 microwave links coming into our main sites.
Image. The problem is Site A can see and ping site b and site A can see site B as a neighbor but site B cant see site A as a neighbor it can ping site A and site A shows ip in IP neighbous.
Here is the ospf export for Site A
/routing ospf area
add area-id=0.0.0.1 name=area1
/routing ospf instance
set [ find default=yes ] router-id=10.255.255.1
/routing ospf network
add area=backbone network=192.168.15.0/24
add area=area1 network=10.20.30.0/27
Site B OSPF export
/routing ospf instance
set [ find default=yes ] router-id=10.255.255.33
/routing ospf network
add area=backbone network=192.168.15.0/24

I have tried setting up the interfaces as ptmp and ptp but still got the same results

I am not worried about the cleint APS that reside on the bridge.

Can anyone point me in the right direction.
Cheers
ColumF
 
User avatar
dgnevans
Member
Member
Posts: 469
Joined: Fri Mar 08, 2013 11:24 am
Location: Zimbabwe
Contact:

Re: OSPF not work between 2 mikrotiks.

Thu May 28, 2015 10:08 pm

Try adding the following
Site A
/routing ospf area
add area-id=0.0.0.0 name=backbone
Site B
/routing ospf area
add area-id=0.0.0.0 name=backbone
Can you confirm what
/routing ospf interface
looks like
 
columf
just joined
Topic Author
Posts: 17
Joined: Thu Apr 18, 2013 12:58 pm

Re: OSPF not work between 2 mikrotiks.

Fri May 29, 2015 12:44 pm

Cheers dgnevans.
The backbone area is on both and the id is 0.0.0.0
here is the output of /routing ospf interface
site A
0 D publics 10 1 broadcast none
1 D Backhauls 10 1 broadcast none

Site B
0 D ether9 10 1 broadcast none

These are the dynamic created interfaces. I did set up interfaces and the only "network Type" I did not try was nbma
The backhauls interface on site A is my ap and client side area (area1) I will be setting up much the same on site B.
The Publics interface is the bridge link between sites and also my uplink feed comes to site A via the bridge.
 
onnoossendrijver
Member
Member
Posts: 489
Joined: Mon Jul 14, 2008 11:10 am
Location: The Netherlands

Re: OSPF not work between 2 mikrotiks.

Fri May 29, 2015 1:13 pm

Also check MTU on all participating interfaces and check if you really are able to send maximum sized packets.
 
User avatar
dgnevans
Member
Member
Posts: 469
Joined: Fri Mar 08, 2013 11:24 am
Location: Zimbabwe
Contact:

Re: OSPF not work between 2 mikrotiks.

Fri May 29, 2015 1:31 pm

What Radios are you using?
Have you tried to configure two routers on a bench test with a similar config to rule out a problem with the radios. have a look at this link sounds similar to what you having
http://community.ubnt.com/t5/airMAX-Gen ... 921/page/4
 
CelticComms
Forum Guru
Forum Guru
Posts: 1765
Joined: Wed May 02, 2012 5:48 am

Re: OSPF not work between 2 mikrotiks.

Sun May 31, 2015 2:44 pm

Try uploading both configs from /export compact. A detailed description of the current neighbor status between the two units would also be helpful.