bonding mikrotik

Hello, I have installed two link mikrotik Dynadish, and i want use bonding interface to aggregate the rate of the link. So i want help to get the best configuration for optimizing my rate

All the info you need will be just here;
https://wiki.mikrotik.com/wiki/Manual:Interface/Bonding

I have played around with bonding using 2 CCR’s and a few ethernet’s between them, I found the best results from using the “rr” method. Using 5Ghz dishes though it could be more beneficial to set them up as a full duplex link rather than aggregating between them depending on your traffic amounts and of course only if your countries laws will allow.

I do not believe that RR is suitable for two independent wireless connections as packets will arrive out of order. On ethernet, chance of this is really low but on wireless, retransmissions are so common that advantage of RR might be diminished. I believe using usual LACP or balance-xor with correct transmit-hash-policy would be better. It will not allow single connection to take advantage of the bonding, but multiple people/multiple connections will take this advantage and packets will not go out of order because each connection everytime goes through same link.

Thanks for reply, i will try and give you feed back