OcNOS-RON-6.3.1 : Multi-Protocol Label Switching Guide : Multi-Protocol Label Switching Command Reference : MPLS Commands : mpls min-label-value
mpls min-label-value
Use this command to configure minimum and maximum label value for a label space. Use module names (rsvp | ldp | bgp) to configure minimum and maximum label value for module in a label space, minimum and maximum label space value for a module should be within the range of label space being used. After setting minimum and maximum label value for a label space, make sure to bind the label space to an interface.
Use the no parameter with this command to use the default minimum and maximum label value for all the label pools.
Note: The system allows label-space range (maximum and minimum label values) changes for interface-specific label spaces only. The platform-wide label-space range cannot be modified.
Note: Only label-space 0 (global) is supported. Any label-space other than 0, is not supported.
Command Syntax
mpls (rsvp|ldp|bgp|) min-label-value <16-1048575> max-label-value <16-1048575> (label-space <0-60000>|)
no mpls min-label-value max-label-value (label-space <0-60000>|)
no mpls (rsvp|ldp|bgp) (label-space <0-60000>|))
Parameters
rsvp
Label range value for RSVP
ldp
Label range value for LDP
bgp
Label range value for BGP
min-label-value
Specify the minimum label value
<16-1048575>
Minimum size to be used for label pools or protocol range
max-label-value
Specify the maximum label value
<16-1048575>
Maximum size for all label pools
label-space
Label space for which the minimum value needs to be modified
<0-60000>
Range for label space
Default
By default, mpls min-label value is 16
Command Mode
Configure mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#mpls min-label-value 50000 max-label-value 80000 label-space 0
Last modified date: 07-13-2023