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 label-range minimum-label-value

Sets the minimum value of the MPLS label range.

set protocols mpls label-range minimum-label-value 16..1048575
delete protocols mpls label-range minimum-label-value 16..1048575
show protocols mpls label-range minimum-label-value 16..1048575
16..1048575
The minimum value of the label range, which ranges from 16 through 1048575.

Configuration mode


protocols {
    mpls {
        label-range {
            minimum-label-value <16..1048575>
        }
    }
}

The default minimum value of the label range is 16. The value that you set must be less than the maximum value of the label range. Changes to the label range take effect immediately only when no MPLS applications have been configured or the minimum value is reduced; otherwise they remain pending until the applications are disabled or the next system reboot.

Use the set form of this command to set the minimum value of the label range.

Use the delete form of this command to delete the minimum value of the label range.

Use the show form of this command to display the configured minimum value of the label range.

Example

The following example shows how to set the minimum value of the label range to 100.

vyatta@R1# set protocols mpls label-range minimum-label-value 100