home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

security vpn l2tp remote-access ipsec-settings ike-lifetime <lifetime>

Specifies the IKE lifetime of an L2TP connection.

set security vpn l2tp remote-access ipsec-settings ike-lifetime lifetime
delete security vpn l2tp remote-access ipsec-settings ike-lifetime
show security vpn l2tp remote-access ipsec-settings ike-lifetime

The IKE lifetime is 3600 seconds (1 hour).

lifetime
The length of time (in seconds) the IKE connection will remain active after the last traffic from the remote end is received. The range is 30 to 86400 (that is, 24 hours). The default is 3600 (1 hour).

Configuration mode


security {
       vpn {
          l2tp {
             remote-access {
                ipsec-settings {
                   ike-lifetime lifetime
             }   
          }  
       } 
    }
}

Use this command to specify the IKE lifetime of an L2TP connection. The IKE lifetime is used to terminate a connection when the remote end has not been heard from for a period of time.

Use the set form of this command to specify the IKE lifetime of an L2TP connection.

Use the delete form of this command to return the IKE lifetime to its default.

Use the show form of this command to display IKE lifetime configuration.