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-downstream-on-demand

Sends a label upon request from a peer.

set protocols mpls-ldp neighbors session-downstream-on-demand
delete protocols mpls-ldp neighbors session-downstream-on-demand
show protocols mpls-ldp neighbors session-downstream-on-demand

Configuration mode


protocols {
    mpls-ldp {
        neighbors  {
            session-downstream-on-demand 
        }
    }
}

Use this command to send a label upon request from a peer. By default labels are sent without waiting for an MPLS LDP label request message

Use the set form of this command to send a label upon request from a peer.

Use the delete form of this command to delete the configuration that sends a label upon request from a peer.

Use the show form of this command to display the configuration sends a label upon request from a peer.