Can I make complete failover if one of the interface goes down

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

Maybe sync groups is what you are looking for:
https://docs.vyos.io/en/sagitta/configuration/highavailability/index.html#sync-groups

1 Like

Thats it - yes thanks a ton!!

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.