Load balancing based on free bandwidth?

Hello!

We are using load balancing two adsl lines using PCC classifier (2/0, 2/1). MLPPP is not possible since no provider in germany seems to support this.

Is there a way to improve this to tell the mikrotik to establish a new connection with the line consuming the most less bandwidth ?

I.e. PCC will open new connections based on sequentiell rotation: 1st connection on WAN1, 2nd connection on WAN2, 3rd connection on WAN1, and so on.
But if one large download will be established on WAN1, 2nd ist just one small picture and 3rd is another big Download again, only ONE line will used for heavy download traffic and second line will be free…

I know mikrotik doesn’t know how much bandwidth the connection will use later on, but i think it could check the current bandwidth status and use the line with the most less bandwidth used just by now.

Any ideas? Possible?

Regards,
Juergen

There is no such scheme out there to use out of the box. Connections happen to fast to do this for you in scripts. I don’t think what you’re looking to do is possible to implement in RouterOS.

Also, just on a sidenote, PCC does not work sequentially. http://wiki.mikrotik.com/wiki/How_PCC_works_(beginner)