In MPLS, what is the default label distribution control mode for LDP on Cisco IOS-XE?
Independent Label Distribution Control mode is the default for LDP on Cisco IOS-XE. Routers can advertise labels without waiting for downstream labels, which is the correct answer.
Why this answer
The default label distribution control mode for LDP on Cisco IOS-XE is Independent. In Independent mode, a router can advertise a label for a FEC as soon as it has forwarding information (e.g., a route) for that FEC, without waiting for a label from its next hop. Ordered mode, on the other hand, requires the router to wait for a label from the next hop before advertising, which is not the default for LDP (though it is used for RSVP-TE and other applications).
Exam trap
Many candidates mistakenly think Ordered is the default for LDP, but it is actually Independent. Ordered is used in MPLS TE or when explicitly configured.