Round Robin Load balancing with fail over support.

I have two internet connections one is a 8MB with static IP and one is a 25MB with dynamic IP.

I want the 25MB connection to be my primary and if that connection ever gets used to its 100% I want the 8MB connection to start being used until there is free bandwidth back in the 25MB connection.

I also want it so that if the 25MB connection fails, all traffic will go to the 8MB connection.




How can I go about programming this into my mikrotik?

Why don’t try Load balance?
http://wiki.mikrotik.com/wiki/Manual:PCC

If you want this exactly, I think you need some scripting!

Try to use scripting with traffic monitor http://wiki.mikrotik.com/wiki/Manual:Tools/Traffic_Monitor and PCC load balance.