Possible, you have to add a VRRP address on Junipers and RouterOS. But why don't you do OSPF too there?
I didn't think about OSPF because the "OSPF Area" in my diagram is my wireless network (ISP), and my routers are physically on another city on a data center. I buy the (redundant) connection from my wireless network to the data center from a carrier. I don't want to mix it up and make it too complex.
From what I see, VRRP is the most simple way to make it work.
My doubt is... as I understand, the virtual address must be on the same network as the real addresses, because it uses ARP to comunicate between the master and backup interfaces, for example:
How would RouterOS1 and RouterOS2 know if each other is on or off? What about the Juniper, how would I configure two interfaces with the same IP? Do I need a layer 2 connection between them to make it work, like this: ?
This way both RouterOS can find each other MAC address and I configure a single interface on the Junipers. Is this correct? Is there any other (better) way to do it?
Thanks!