Load balancing between MT DNS

Hello
I would like to achieve the following scenario:

a) MT RB750
b) MT RB750
c) MT RB750

RouterOS 5.20 is used.


each of the RB act as DNS server with cache on it.
I would like to create a virtual IP between the three 750s, so clients can do DNS request against them, and if one of the a,b,c router fails, the other keeps up responding.

Something as GLBP on the Cisco Router.
How it is possibile to do that?

From the client side, I just want to use 1.1.1.1 as DNS (where 1.1.1.1 is the virtual ip of the three MT).

thank you

You want load balancing VRRP

VRRP
http://wiki.mikrotik.com/wiki/Manual:Interface/VRRP

Load Balancing
http://wiki.mikrotik.com/wiki/Manual:VRRP-examples

Thank you.
Me too thank about the VVRP load sharing example. It is not “native” as GLBP but it could work.

Thank you