We have redundant 10G fiber links to our upstream internet provider in an active/failover configuration. Between our router and the upstream router, we have a pair of firewalls running Vyos in transparent mode. We use BGP for route advertisement and we can't change most of the parameters.
If the link to one of the routers goes down (for example, the one with the x
in the drawing - this happens to be our most common type of failure), the entire network is inaccessible until the BGP timeout (up to 150 seconds). I already know that if we force the link on the other side of the bridge to down, our routers will immediately start forwarding traffic through the other link.
Is there some way of automatically bringing down one side of the bridge on the firewall if the other side goes down?
Are there any hidden pitfalls to that solution?