help me two ptp

Hello
This initial request to me and I hope that you will help me and I am grateful for both will try to help
I have a point-to-point Number Two and I want to make the first point of the (tx)
The second point of the (Rx)
Note that the router is used in the network (rb912) Number 4
With ultra Thanksgiving

nstreme2.jpg

Hi RB912 is has dual chain radio. This means you can use two aerial cables, connected to the RB912. Connect one to one dish and other to second dish. Do the same on other side. that is it. Just make sure that one dish is horizontal polarized and second dish vertical, on both sides.

Thank you, but I have four (rb912) with the number four rocketdish
All I want to do one for the sending and the second to Receive
On the other side the same thing

It seems you are wanting something similar to this http://wiki.mikrotik.com/wiki/OSPF_to_simulate_full_duplex_links_with_redundancy but instead of a single 333 with two cards you are using two rb912s and will need another separate router to be the rb333 in this example.

If this is what you are looking for I can help you further if you need it but to do what you want optimally you will need another set of routers (rb750/450/950/2011/1000 series/CCR/CRS). The RB450/1000+ series routers should be able to take anything you can throw at it but the lower end routers will have troubles routing the smaller packets at high throughput.

Ryan

My brother Ryan
Yes brother, I think we have reached a solution 450G Router
In ether 1 full duplex TX and rx
In ether 2 tx
In ether 3 rx
On the opposite side of the same process
Router also 450g
How will the settings in this case
I am grateful to you that you try this wonderful has shown me some things, but I hope to be a right way and controlled
Gratefully
Noah
450g.jpg

Brothers, who can help me in a way to prepare the existing connection in the picture above

Hi what effect do you expect / need?

You should look for the link gaven above. OSPF to simulate full duplex. It does exactly what You want to achieve. I’ve got some working links this way. Strongly recommend this solution with OSPF.

There will be a few changes to the config above. Let me write it for you and I will paste it here as an edit.

Ryan

EDIT Configuration added Below.

Here is the config I have found some of and written the rest of for you. I have syntax checked it the best I can without having the relevant hardware to run it on as such you may have some spelling errors. This config also assumes you are using dual polarity capable cards/boards as it has the ht-tx and ht-rx chains set for 0 and 1 and is also using NV2.

Router A

/ip address add address=192.168.0.1/24 interface=ether1
/ip address add address=192.168.10.1/29 interface=ether2
/ip address add address=192.168.20.1/29 interface=ether3
/routing ospf network add network=192.168.10.0/29 area=backbone
/routing ospf network add network=192.168.20.0/29 area=backbone
/routing ospf interface add interface=ether2 cost=100

Router B

/ip address add address=192.168.1.1/24 interface=ether1
/ip address add address=192.168.10.2/29 interface=ether2
/ip address add address=192.168.20.2/29 interface=ether3
/routing ospf network add network=192.168.10.0/29 area=backbone
/routing ospf network add network=192.168.20.0/29 area=backbone
/routing ospf interface add interface=ether3 cost=100


Radio Link A

Radio 1

/interface bridge add
/int bridge port add interface=ether1 bridge=bridge1
/int bridge port add interface=wlan1 bridge=bridge1

/ip address add address=192.168.10.3/29 interface=bridge1
/ip route add gateway 192.168.10.1

/int wireless
set [ find default-name=wlan1 ] band=5ghz-a/n channel-width=20mhz disabled=no frequency=5745 l2mtu=1600 mode=bridge rx-chains=0,1 ssid=LinkA tx-chains=0,1 wireless-protocol=nv2


Radio 2

/interface bridge add
/int bridge port add interface=ether1 bridge=bridge1
/int bridge port add interface=wlan1 bridge=bridge1

/ip address add address=192.168.10.4/29 interface=bridge1
/ip route add gateway 192.168.10.1

/int wireless
set [ find default-name=wlan1 ] band=5ghz-a/n channel-width=20mhz disabled=no frequency=5745 l2mtu=1600 mode=station-bridge rx-chains=0,1 ssid=LinkA tx-chains=0,1 wireless-protocol=nv2



Radio Link B

Radio 1

/interface bridge add
/int bridge port add interface=ether1 bridge=bridge1
/int bridge port add interface=wlan1 bridge=bridge1

/ip address add address=192.168.20.3/29 interface=bridge1
/ip route add gateway 192.168.20.1

/int wireless
set [ find default-name=wlan1 ] band=5ghz-a/n channel-width=20mhz disabled=no frequency=5825 l2mtu=1600 mode=bridge rx-chains=0,1 ssid=LinkB tx-chains=0,1 wireless-protocol=nv2


Radio 2

/interface bridge add
/int bridge port add interface=ether1 bridge=bridge1
/int bridge port add interface=wlan1 bridge=bridge1

/ip address add address=192.168.20.4/29 interface=bridge1
/ip route add gateway 192.168.20.1

/int wireless
set [ find default-name=wlan1 ] band=5ghz-a/n channel-width=20mhz disabled=no frequency=5825 l2mtu=1600 mode=station-bridge rx-chains=0,1 ssid=LinkB tx-chains=0,1 wireless-protocol=nv2

Thank you Ryan
I’ll try it
noah