Community discussions

MikroTik App
 
User avatar
stek
newbie
Topic Author
Posts: 49
Joined: Fri Jul 11, 2008 6:22 pm
Location: Switzerland

Per-Packet Load Balancing with OSPF

Fri Jul 11, 2008 6:31 pm

There is a siple way to switch from ECMP to per-Packet Load Balancing.

The reason is simple: I wand to balance IPSec encrypted traffic, then with ECMP all flow will use only one link.

I don't belive that mikrotik is not capable, CISCO is cabable to change this behaviours:
http://www.cisco.com/en/US/tech/tk365/t ... 4820.shtml

The alternative is to use Bonding with eoip, but this will increase dramatically the compecity (I will need additional routes...).

regards
Stefano
 
User avatar
stek
newbie
Topic Author
Posts: 49
Joined: Fri Jul 11, 2008 6:22 pm
Location: Switzerland

Re: Per-Packet Load Balancing with OSPF

Mon Jul 28, 2008 5:00 pm

there is really no solutions to my question? :(

can some mkrotik guru confirm this?

many thanks
regards
Stefano
 
User avatar
normis
MikroTik Support
MikroTik Support
Posts: 26929
Joined: Fri May 28, 2004 11:04 am
Location: Riga, Latvia
Contact:

Re: Per-Packet Load Balancing with OSPF

Tue Jul 29, 2008 2:41 pm

is this what you are after? please clarify your needs

http://wiki.mikrotik.com/wiki/OSPF_to_s ... redundancy
 
User avatar
stek
newbie
Topic Author
Posts: 49
Joined: Fri Jul 11, 2008 6:22 pm
Location: Switzerland

Re: Per-Packet Load Balancing with OSPF

Thu Jul 31, 2008 11:10 am

I have 3 sites connected with multiple Full-duplex/WL connections and I would like to agragate the bandwith of all this connections.
On the border of the 3 sites I have some 3party VPN that encrypt the traffic.

This means that with ECMP all traffic use the same route.

Only with round-robin/per-packet load balanging I can use all the abailable bandwith.

how can I tell the mikrotik to don't use ECMP and to use round-robin load-balancing?

there is other ways?

regards
Stefano
 
User avatar
mrz
MikroTik Support
MikroTik Support
Posts: 7195
Joined: Wed Feb 07, 2007 12:45 pm
Location: Latvia
Contact:

Re: Per-Packet Load Balancing with OSPF

Thu Jul 31, 2008 11:50 am

Unfortunately there is no option similar to cisco, but you can try to use mangle nth to mark packets equally and then add manually routes with routing marks.