Hi! I have follow setup in my country house:1) Fiber internet coming to garage2) Backup LTE Huawei modem on my bedroom.I have first mikrotik on Fiber enter, and second with LTE modem.Also i deploy 4 ruckus unleashed ap (2-720, 1-610, 1-T310).All working fine, but i want to setup redundacy -when my fiber chanel drops, transfer to LTE, and wise a versa.I found VRRP (virtual router) as a solution – it just change additional IP address on 1 or 2 router with special protocol – for example 192.168.1.254. So – 1 router initially has address 192.168.1.1 +192.168.1.254, second router has address 192.168.1.2. Gateway for network 192.168.1.254.When fiber router down by some reason – situation changes, and 1 router has only 192.168.1.1, but second has 192.168.1.2 + 192.168.1.254.This address transfer working fine, but only issue is rebuilding unleashed network while reboot router.Actually i have wireless bridge by Ruckus between router 1 and router 2.And when power down and restore – i have 2 separate unleashed network with main gateway 192.168.1.254. one – in segment of router 1, and second – in segment of router 2.And issue that this 2 networks can’t become one.Is anybody meet same issue?