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 maximum-label-value

Sets the maximum value of the MPLS label range.

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

Configuration mode


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

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

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

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

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

Example

The following example shows how to set the maximum value of the label range to 100000.

vyatta@R1# set protocols mpls label-range maximum-label-value 100000