Hi Team,
I have two vyos routers and I have 3 interfaces configured in VRRP (two are ISP links and one is LAN link). I need to know if one of the interface goes down on one router is there a way I can failover completely and make the other appliane MASTER on all interfaces?
e.g on R1
eth0 10.10.10.10
eth1 10.10.20.10
eth3 10.10.30.10
R2
eth0 10.10.10.20
eth1 10.10.20.20
eth2 10.10.30.20
VRRP
VRID 10
10.10.10.50
VRID20
10.10.20.50
VRID30
10.10.30.50
So if eth0 on R1 fails only eth0 on R2 become MASTER while R2 and R3 stays master on R1. Is it possible to failover then entire traffic to R2