A service provider is deploying MPLS Layer 3 VPN and needs to ensure that BGP next-hop resolution works correctly for VPNv4 prefixes learned from a route reflector. The PE routers are directly connected to the RR via iBGP, and there is an IGP running within the MPLS core. Which condition must be met for the PE to install the VPNv4 prefix into its routing table?
Trap 1: The next-hop must be a directly connected interface.
Direct connection is not a requirement; reachability via IGP is sufficient.
Trap 2: The PE must have a VPN label for the next-hop.
VPN label is for per-VRF forwarding, not next-hop resolution.
Trap 3: The IGP must be IS-IS, not OSPF.
Both IS-IS and OSPF are acceptable IGPs.
- A
The next-hop must be reachable via the IGP with an MPLS label.
MPLS LSP must exist to the next-hop for label imposition.
- B
The next-hop must be a directly connected interface.
Why wrong: Direct connection is not a requirement; reachability via IGP is sufficient.
- C
The PE must have a VPN label for the next-hop.
Why wrong: VPN label is for per-VRF forwarding, not next-hop resolution.
- D
The IGP must be IS-IS, not OSPF.
Why wrong: Both IS-IS and OSPF are acceptable IGPs.