Hi guys,
We have a large wireless network(we are a ISP). We have OSPF running across our whole network. That part runs fine, the issue we having is that we have installed a new high site with 2 wireless links out. At the site it is a RB433AH as the backbone(with the wireless links) and the client routerboard(433AH with sectors connected) they are linked via ether. If we enable OSPF on the ether link and the wireless links, we get heavy packet loss(50%+) to the ether IP’s, the IP’s assigned to the wireless is fine.(P.S. its all /30’s) If we disable OSPF and static route the /30’s from the nearest OSPF mikrotik, the pings stablise, and we get no packet loss.
We only use one area(default) and config is :
router-id: 172.16.1.134
distribute-default: never
redistribute-connected: as-type-2
redistribute-static: as-type-1
redistribute-rip: no
redistribute-bgp: no
metric-default: 1
metric-connected: 20
metric-static: 20
metric-rip: 20
metric-bgp: 20
mpls-te-area: unspecified
mpls-te-router-id: unspecified
Does anyone have a clue on what the problem is?