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-interval

Configures the interval between successive transmissions of keepalive packets.

set protocols mpls-ldp neighbors session-ka-interval10..1200
delete protocols mpls-ldp neighbors session-ka-interval10..1200
show protocols mpls-ldp neighbors session-ka-interval10..1200
10..1200
The interval, which can be from 10 through 1200, between successive transmissions of keepalive packets.

Configuration mode


protocols {
    mpls-ldp {
        neighbors  {
            session-ka-interval <10..1200> 
        }
    }
}

Use this command to configure the interval between successive transmissions of keepalive packets. Keepalive packets are only sent in the absence of other LDP packets transmitted over the LDP session.

Use the set form of this command to configure the interval between successive transmissions of keepalive packets.

Use the delete form of this command to delete the configuration of the interval between successive transmissions of keepalive packets.

Use the show form of this command to display the configuration of the interval between successive transmissions of keepalive packets.

Example

The following example shows how to configure 900 as the interval between successive transmissions of keepalive packets.

vyatta@R1# set protocols mpls-ldp neighbors session-ka-interval 900