Command Manual – MPLS Basics
H3C S9500 Series Routing Switches
Chapter 1 MPLS Basics Configuration Commands
1-53
1.1.27 label-distribution
Syntax
label-distribution
{
independent
|
ordered
}
undo label-distribution
View
MPLS LDP view/MPLS LDP VPN instance view
Default Level
1: Monitor level
Parameters
independent
: Works in independent mode, advertising label bindings anytime.
ordered
: Works in ordered mode, advertising to its upstream a label binding only when
it receives a specific label binding message from the next hop for a FEC or the LSR
itself is the egress node of the FEC.
Description
Use the
label-distribution
command to configure the label distribution control mode.
Use the
undo label-distribution
command to restore the default.
The default mode is
ordered
.
Note:
You must use the
reset mpls ldp
command to reset LDP sessions for the configuration
to take effect.
Examples
# Set the label distribution control mode to independent for the public network LDP.
<Sysname> system-view
[Sysname] mpls ldp
[Sysname-mpls-ldp] label-distribution independent
# Set the label distribution control mode to independent for LDP instance named vpn1.
<Sysname> system-view
[Sysname] mpls ldp vpn-instance vpn1
[Sysname-mpls-ldp-vpn-instance-vpn1] label-distribution independent