Hi all,
I have to implement the failover on two wireless PTP links. There would be two APs (QRT) and one switch on each side.
So the config would be
Lan
.
Switch
.
Ap1 Ap2
.
.
.
Ap3 Ap4
.
swtich
.
ISP
My plan is to have ap1-ap3 link as a main link and ap2-ap4 as a backup. Since APs on each side would be installed very close one to another I would like to turn off radios of ap2 and ap4 as long as main link is working so there is no interference. I have an idea to do that with netwatch and possible some basic scripting. It’s not critical that backup takes over immediately when the main link goes down so some 10-30s outage is acceptable.
Configuration would be simple then, just bridging, without OSPF, VRRP…
Would you recommend something like this? I would like to see if there are some problems with such configuration that I haven’t considered.
Has anybody done it already? Are there any scripts or examples?