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 discovery interfaces interface session-ka-interval

Specifies the session keep alive interval for an interface.

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

Configuration mode


protocols {
    mpls-ldp {
        discovery  {
            interfaces  {
                interface <name> {
                    session-ka-interval <10..1200>
                } 
            }
        }
    }
}

Use this command to configure the interval between successive transmissions of keepalive packets for a session on a specified interface. 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 for the interface named dp0p1s3.

vyatta@R1# set protocols mpls-ldp discovery interfaces interface dp0p1s3 session-ka-interval 900