A network engineer is troubleshooting a Cisco IOS-XE router that hosts multiple virtual routing and forwarding (VRF) instances. Users in VRF-A report they cannot reach a server in VRF-B. The engineer verifies that both VRFs have the correct routes and that the router has a route leaking configuration using route-target import/export. However, connectivity still fails. What is the most likely cause?
Trap 1: The router does not have iBGP configured between the VRFs.
iBGP is not required for VRF route leaking.
Trap 2: The route-target export is not configured in VRF-A.
Export is configured as stated, but the import side is misconfigured.
Trap 3: The router is using VRF-lite, which does not support route leaking.
VRF-lite does support route leaking with proper configuration.
- A
The router does not have iBGP configured between the VRFs.
Why wrong: iBGP is not required for VRF route leaking.
- B
The route-target export is not configured in VRF-A.
Why wrong: Export is configured as stated, but the import side is misconfigured.
- C
The router is using VRF-lite, which does not support route leaking.
Why wrong: VRF-lite does support route leaking with proper configuration.
- D
The import map is missing in VRF-B.
An import map is required to selectively import routes from VRF-A into VRF-B.