A service provider wants to provide Internet access to an MPLS L3VPN customer without leaking the Internet route into the VRF. Which feature allows the PE to forward traffic from the VRF to the global routing table?
NAT translates VRF source IP to global IP and route via global table.
Why this answer
NAT with VRF awareness (also known as VRF-aware NAT) allows the PE router to translate the private source IP address of traffic from the VRF to a public IP address in the global routing table, enabling Internet access without injecting Internet routes into the VRF. This feature performs NAT at the VRF-to-global boundary, forwarding traffic from the VRF to the global table while keeping the routing domains separate.
Exam trap
Cisco often tests the misconception that route leaking (Option B) is the only way to forward traffic between VRF and global tables, but the question explicitly prohibits leaking Internet routes, making VRF-aware NAT the correct answer because it provides forwarding without route injection.
How to eliminate wrong answers
Option A is wrong because a static default route from VRF to global does not exist as a native feature; a static route can point to a next-hop in the global table only if route leaking is configured, which would leak the default route into the VRF, violating the requirement to not leak Internet routes. Option B is wrong because route leaking between VRF and global explicitly injects routes from one table into the other, which directly contradicts the requirement to avoid leaking Internet routes into the VRF. Option C is wrong because a VRF-Aware Firewall inspects and filters traffic within a VRF but does not provide the forwarding path from the VRF to the global routing table; it operates on traffic that is already routed, not as a mechanism to bridge the two tables.