ADVPN - Spoke config - redundancy
Currently running an ADVPN (BGP) with a couple dozen spokes. All the spokes are a single WAN connection. Now one of the sites wants to add a redundant WAN connection. There are two hubs at the 'hub' so if ISP 1 at the hub goes down, the spokes failover to Hub ISP 2. On the spokes, the backup hub monitors the first hub. How can I add a 3rd advpn connection from the spoke which would use spoke WAN2 if spoke WAN1 fails?
edit "ADVPN-PRIMARY" set interface "wan1" set peertype any set net-device enable set proposal aes128-sha256 aes256-sha256 aes128-sha1 aes256-sha1 set add-route disable set dpd on-idle set wizard-type spoke-fortigate-auto-discovery set auto-discovery-receiver enable set auto-discovery-shortcuts dependent set remote-gw <ISP1 at HUB> next edit "ADVPN-BACKUP" set interface "wan1" set peertype any set net-device enable set proposal aes128-sha256 aes256-sha256 aes128-sha1 aes256-sha1 set dpd on-idle set wizard-type spoke-fortigate-auto-discovery set auto-discovery-receiver enable set auto-discovery-shortcuts dependent set remote-gw <ISP2 at HUB>
