wireless interface bonding problem

Hallo…
Recently i was asked to built p2p wireless link with 150mb full duplex speed ..so i have two rb433ah and four r52nM cards..
I tried to make little lab in the office environment and got 80mb full duplex, per one p2p link..using Nv2 and 5ghz only N configuration..

now i need to combine these two links to sum up speed. i’ve used mikrotik’s interface bonding feature but it gaved me just 30mb..

i put two wlan interfaces as the bonding interface1 slaves using “balance-rr” and assigned ip to this bonding interface1…same configuration on the other side of p2p link..

the main is to get 150 mb full duplex… is there any other solutions for that?

http://wiki.mikrotik.com/wiki/Dual_Setup_with_OSPF

blake

I've tried full duplex simulation using OSPF and here is result:

topology :


configuartion :


site 1 configuration:

[admin@MikroTik] > ip address print
Flags: X - disabled, I - invalid, D - dynamic

ADDRESS NETWORK BROADCAST INTERFACE

0 10.10.10.1/24 10.10.10.0 10.10.10.255 ether1
1 20.20.20.1/24 20.20.20.0 20.20.20.255 ether2
2 30.30.30.1/24 30.30.30.0 30.30.30.255 ether3



ospf configuration:

[admin@MikroTik] /routing ospf> network print
Flags: X - disabled, I - invalid

NETWORK AREA

0 10.10.10.0/24 backbone
1 20.20.20.0/24 backbone
2 30.30.30.0/24 backbone

[admin@MikroTik] /routing ospf> interface print
Flags: X - disabled, I - inactive, D - dynamic, P - passive

INTERFACE COST PRI NETWORK-TYPE AUT... AUTHENTICATIO...

0 ether1 100 1 broadcast none
1 D ether2 10 1 broadcast none
2 D ether3 10 1 broadcast none


site 2 configuration:

[admin@MikroTik] > ip address print
Flags: X - disabled, I - invalid, D - dynamic

ADDRESS NETWORK BROADCAST INTERFACE

0 10.10.10.2/24 10.10.10.0 10.10.10.255 ether1
1 20.20.20.2/24 20.20.20.0 20.20.20.255 ether2
2 40.40.40.1/24 40.40.40.0 40.40.40.255 ether3

[admin@MikroTik] /routing ospf> network print
Flags: X - disabled, I - invalid

NETWORK AREA

0 10.10.10.0/24 backbone
1 20.20.20.0/24 backbone
2 40.40.40.0/24 backbone


[admin@MikroTik] /routing ospf> interface print
Flags: X - disabled, I - inactive, D - dynamic, P - passive

INTERFACE COST PRI NETWORK-TYPE AUT... AUTHENTICATIO...

0 ether2 100 1 broadcast none
1 D ether3 10 1 broadcast none
2 D ether1 10 1 broadcast none


btest results: pc1 to pc2 :


this is the very bad result, but after disabling ethr1 interfase the btest showed another results:

I still have a big problem with wireless link agregation... I achieved two 80mb ful duplex using N standart cards, but couldn't combine these two links..
neeed help :frowning: