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.

protocols mpls-ldp neighbors session-ka-holdtime

Configures the time interval after which an inactive LDP session terminates and the corresponding TCP session closes.

set protocols mpls-ldp neighbors session-ka-holdtime30..3600
delete protocols mpls-ldp neighbors session-ka-holdtime30..3600
show protocols mpls-ldp neighbors session-ka-holdtime30..3600
30..3600
The hold time interval, which can be from 30 through 3600.

Configuration mode


protocols {
    mpls-ldp {
        neighbors  {
            session-ka-holdtime <30..3600> 
        }
    }
}

Use this command to configure the time interval after which an inactive LDP session terminates and the corresponding TCP session closes. Inactivity is defined as not receiving LDP packets from the neighbor.

Use the set form of this command to configure the time interval after which an inactive LDP session terminates and the corresponding TCP session closes.

Use the delete form of this command to delete the configuration of the time interval after which an inactive LDP session terminates and the corresponding TCP session closes.

Use the show form of this command to display the configuration of the time interval after which an inactive LDP session terminates and the corresponding TCP session closes.

Example

The following example shows how to configure 3000 as the interval after which an inactive LDP session terminates and the corresponding TCP session closes for the neighbor.

vyatta@R1# set protocols mpls-ldp neighbors session-ka-holdtime 3000