I have two routers, R1 and R2.
I use VRRP for failover, if R1 goes offline, hosts will use R2 as a gateway.
But I have VLANs :
I tried to set VRRP on ether1 interface then add VLANS vIP, but this vIP is unreachable from network :
R1
Code: Select all
/interface vrrp add interface=ether1 vrid=172 priority=255
/ip address add address=172.16.90.254/32 interface=vrrp1
Code: Select all
/interface vrrp add interface=ether1 vrid=172 priority=100
/ip address add address=172.16.90.254/32 interface=vrrp1
However, R2 cannot ping the vIP 172.16.90.254 on R1. A host on the network cannot reach the vIP either.
How can I use VRRP with VLAN ?