Page 1 of 1

Link Redundancy

Posted: Mon Jul 13, 2015 10:08 am
by himu73
Hi,

I have network like below diagram.
Network
User group 1 is using MTK -1 for connecting ISP1 and data 1. User group 2 is using MTK - 2 to connect to ISP2 and data 2 . There is a peer connectivity between the routers. Now, I want-

1. When ISP1 is down, user group 1 should be able to access via ISP2 and when ISP2 is down user group 2 should be able to access via ISP1.
2. When data 1 is down, all users should use data 2 and vice versa.

How can I do this? Please give me some ideas.

Re: Link Redundancy

Posted: Wed Jul 15, 2015 7:52 am
by rmmccann
Easiest that comes to mind is some static routes that use the other router as the gateway. When the primary (default) routes are down, it'll forward traffic to the other router and the other ISP/datapath.

Re: Link Redundancy

Posted: Wed Jul 15, 2015 8:11 pm
by tavanajafar
You can use One static route with 2 different Gateway (such as Router 1 and Router 2) for each Master Router and use
"Check-Gateway" option for pinging Gateway , when down one gateway , Mikrotik Automatically so witch to other Router.


and another way is using tow Different Static Route with different Gateway ! but with different "distance" in static route , any time down one Internet Link , Mikrotik Switch Automatically to other Link for getting internet traffic

Re: Link Redundancy

Posted: Wed Jul 15, 2015 8:22 pm
by BartoszP
Read this: http://wiki.mikrotik.com/wiki/Manual:VRRP-examples
VRRP seems to be the best solution for you.

Re: Link Redundancy

Posted: Wed Jul 15, 2015 10:10 pm
by rmmccann
Read this: http://wiki.mikrotik.com/wiki/Manual:VRRP-examples
VRRP seems to be the best solution for you.
This is only going to work if User Group1 and User Group2 can communicate directly with both routers. It also won't do anything if a route is flapping or the internet itself is down, only if the router itself fails.