Firstly I need to apolgise - I am new so I am unable to post images and links :-(
I have a VPN to a peer with redundancy configured as per the VPN Advanced Configuration page.
The remote CIDR should be reachable via both peers, and I have configured my routes to have a priority of 1000 for the primary peer and 2000 for the secondary peer. However when the primary peer goes down the traffic does not move to the secondary peer, and if I setup priority as 1000 for both the traffic is not shared.
Any idea what I am doing wrong? I do have an additional tunnel to another peer with a completely different CIDR, could this be confusing the VPN/route?
VPN PEER CIDR
MY IP PEER a 10.55.6.0/24
PEER b (pri) 10.160.120.0/24
PEER b (sec) 10.160.120.0/24
ROUTE DEST PRIORITY HOP
10.55.6.0/24 1000 PEER a
10.160.120.0/24 1000 PEER b (pri)
10.160.120.0/24 2000 PEER b (sec)