A network engineer is troubleshooting an MPLS L3VPN where CE1 cannot reach CE2. The PE routers are running OSPF as the IGP and LDP for label distribution. On PE1, the engineer sees that the VRF route for CE2's subnet is present, but the corresponding MPLS label is missing in the LFIB. The show mpls ldp neighbor command shows LDP neighbors are up. What is the most likely cause of the missing label?
Trap 1: The VRF route is not redistributed into BGP on the remote PE.
Incorrect because the VRF route is present on PE1, indicating redistribution is working; the issue is label binding, not route advertisement.
Trap 2: MTU mismatch on the link between PE1 and P causes label imposition…
Incorrect because an MTU mismatch would cause packet drops, not a missing label in the LFIB; LDP would still assign a label.
Trap 3: The mpls label protocol ldp command is missing under the VRF.
Incorrect because LDP is configured globally or per interface, not under a VRF; VRF configuration does not affect LDP label assignment.
- A
LDP is not enabled on the interface facing the next-hop router.
Correct because LDP must be enabled on the interface that connects to the next-hop router to assign a label for the IGP route, which is used to resolve the BGP next-hop in MPLS VPN.
- B
The VRF route is not redistributed into BGP on the remote PE.
Why wrong: Incorrect because the VRF route is present on PE1, indicating redistribution is working; the issue is label binding, not route advertisement.
- C
MTU mismatch on the link between PE1 and P causes label imposition failure.
Why wrong: Incorrect because an MTU mismatch would cause packet drops, not a missing label in the LFIB; LDP would still assign a label.
- D
The mpls label protocol ldp command is missing under the VRF.
Why wrong: Incorrect because LDP is configured globally or per interface, not under a VRF; VRF configuration does not affect LDP label assignment.