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 address-family ipv4 label-policy distribution-control-mode ordered

Enables ordered label mode.

set protocols mpls-ldp address-family ipv4 label-policy distribution-control-mode ordered
delete protocols mpls-ldp address-family ipv4 label-policy distribution-control-mode ordered
show protocols mpls-ldp address-family ipv4 label-policy distribution-control-mode ordered

Configuration mode


protocols {
    mpls-ldp {
        address-family {
            ipv4  {
                label-policy {
                    distribution-control-mode {
                        ordered 
                    }
                }
            }
        }
    }
}

Use this command to enable ordered label mode where a label mapping to a FEC is advertised if this is an egress LSR or if a label binding for the FEC has been received.

Use the set form of this command to enable ordered label mode.

Use the delete form of this command to delete the configuration that enables ordered label mode.

Use the show form of this command to display the configuration that enables ordered label mode.