Skip to main content
broow
New Member
October 19, 2020
Question

Site to Site tunnel inactive

  • October 19, 2020
  • 2 replies
  • 9766 views

through the CLI i disabled a tunnel for troubleshooting using the following commands.

config sys int edit Macon-Temp2 set status down next end   When finished i did the same but with "set status up".

 

nothing else was done, the tunnel still show inactive

    2 replies

    Toshi_Esumi
    SuperUser
    SuperUser
    October 19, 2020

    If you don't have DPD enabled, there might needs to be some user traffic to bring up the tunnel.

    mauromosc
    New Member
    October 20, 2020

    Hello, Broow,

     

    You may try this command:

     

    execute vpn ipsec tunnel up <phase2> <phase1> <serial>

     

    If doesn't work, you can debug the ike application to troubleshoot the issue:

     

    diagnose vpn ike log filter name <phase1-name>

    diagnose debug application ike -1

    diagnose debug enable

     

    Regards,

    Mauro.