An engineer is troubleshooting an MPLS L3VPN where customers behind CE1 cannot reach a specific prefix behind CE2. The PE routers are using OSPF as the IGP and LDP for label distribution. On PE2, the prefix is present in the VRF routing table, but not in the VRF forwarding table. What is the most likely cause?
Trap 1: MTU mismatch is causing the VPN label to be dropped.
MTU mismatch would cause packet drops, not prevent the route from being installed in the forwarding table.
Trap 2: OSPF is not redistributing the BGP routes into the IGP on PE2.
OSPF redistribution is not required for MPLS label allocation; labels are assigned via LDP.
Trap 3: The VRF is not properly configured on PE2's interface toward CE2.
If the VRF were misconfigured, the route would not appear in the VRF routing table either.
- A
MTU mismatch is causing the VPN label to be dropped.
Why wrong: MTU mismatch would cause packet drops, not prevent the route from being installed in the forwarding table.
- B
OSPF is not redistributing the BGP routes into the IGP on PE2.
Why wrong: OSPF redistribution is not required for MPLS label allocation; labels are assigned via LDP.
- C
The VRF is not properly configured on PE2's interface toward CE2.
Why wrong: If the VRF were misconfigured, the route would not appear in the VRF routing table either.
- D
The route is missing a label in the LFIB on PE2.
If the label is missing, the route cannot be installed in the VRF forwarding table.