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 independent

Enables independent label mode.

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

Configuration mode

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

Use this command to enable independent label mode (the default behavior) where a label mapping to a FEC is advertised as long as a RIB entry exists for the given FEC.

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

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

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