I have 3 different internet connections on my Mikrotik, ISP1,ISP2 &ISP3.
I want to divide traffic on 2 pieces, one kind of traffic must pass via ISP1 and other traffic must pass via ISP2& ISP3 to internet.
So, how system may know only 2 main pieces of connections. One is ISP1 and other ISP2&ISP3.
Reducing from 3 internet connection to 2 software ones, one is ISP1 and other ISP2+ISP3
With “Kind of traffic” I mean:
via ISP1 I want ot pass only DNS, ICMP, HTTP, HTTPS traffic and via ISP2 & ISP3 must pass other traffic.
Meanwhile, with help of a script will monitor load of ISP1 interface, if ith will be loaded more than 10Mbps, new HTTP requests traffic must pass via ISP1 and ISP2.
But, how may ISP2 & ISP3 serve like only one connection?