Skip to main content
gpinero
New Member
June 6, 2019
Question

L2L VPN as backup

  • June 6, 2019
  • 1 reply
  • 2714 views

Hi all, i'm trying to configure a L2L vpn as backup.

 

1 - Now I have tunnel L2L working between Fortigate-ASA, and apply secondary route as backup of the principal (higher value that is lower priority). 

 

My problem is when principal access goes down the tunnel not bring up automatically. There is any way to apply health check to a destination and when this healt goes down the tunnel brings up?

 

Thanks

    1 reply

    gpinero
    gpineroAuthor
    New Member
    May 25, 2020

    Basically this is the solution:

     

    config system link-monitor

     edit "1"

        set srcintf "l2l"

        set server "ip to track"

        set update-cascade-interface disable

      next

    end

     

    Regards.