An engineer is troubleshooting an MPLS VPN where CE1 (10.1.1.0/24) cannot reach CE2 (10.2.2.0/24). The PE routers are running OSPF with the CE routers. On PE1, the 'show ip route vrf CUSTOMER' output shows 10.2.2.0/24 as an OSPF route, but the prefix is not present in the global BGP table. What is the most likely cause?
Trap 1: The OSPF adjacency between PE1 and CE1 is down.
Incorrect because the route is present in the VRF, indicating the adjacency is up.
Trap 2: The VRF forwarding table on PE1 is full.
Incorrect because a full VRF table would not prevent a specific route from being in BGP.
Trap 3: MPLS LDP is not enabled on the PE1-CE1 link.
Incorrect because LDP is used for label distribution in the core, not for VPN route exchange.
- A
Redistribution from OSPF into BGP under the VRF is not configured on PE1.
Correct because VRF routes must be redistributed into BGP to be advertised as VPNv4 prefixes.
- B
The OSPF adjacency between PE1 and CE1 is down.
Why wrong: Incorrect because the route is present in the VRF, indicating the adjacency is up.
- C
The VRF forwarding table on PE1 is full.
Why wrong: Incorrect because a full VRF table would not prevent a specific route from being in BGP.
- D
MPLS LDP is not enabled on the PE1-CE1 link.
Why wrong: Incorrect because LDP is used for label distribution in the core, not for VPN route exchange.