hello to every one
I have two links which i use them for my internet.
my useres are on link 1.I want to check link 1 and if the the bandwith is lower than 10 mg , then switch on the other link.
I want to know how I can do it?
thanks.
10 mg??
I must assume the OP meant 10Mbps…
The question can not be answered without asking other questions.
- Do you want to bind both WAN A and WAN B only when WAN A is less than a certain speed?
or - Do you want WAN A and WAN B to split the amount of traffic between them?
or - Do you want WAN B to activate only when WAN A is not functioning?
This person explains a way to create “redundant links”.
http://aacable.wordpress.com/2012/04/06/mikrotik-netwatch-script-fail-over-for-wan-llinks
This example is used when you have access to two WAN links (such as 2 connections from different ISPs) and want to use one as the “Primary Link” (aka WAN1) for main internet usage and the “Secondary Link” (aka WAN2) as its backup. When the system detects that WAN1 is available again, it reverses the connections enabling WAN1 and disabling WAN2.
10 users are using WAN A and 10 are using WAN b
B has free bandwidth and it has a stable link. I want to change WAN A with B when the bandwidth usage of A decreases(the reason of decreasing is ISP A(decrease usage,not disconnect)) and with the interface usage I can know that A has problem or not(users always use 10Mbps)
as you said one way is binding both WAN A and WAN B only when WAN A is less than a certain speed;could you plese explain it and if any other way exists to completely change the link please help me.
Best Regards.
Hello
you can use /tools traffic monitor for your scenario.check it…
Good Luck