A service provider is designing a new MPLS L3VPN service. The customer requires that their VPN traffic be isolated from other customers and that the provider edge routers maintain separate routing tables for each VPN. Which architectural component is essential for this separation?
Trap 1: MPLS label stacking
Label stacking is used for tunneling and traffic engineering, not for per-VPN routing tables.
Trap 2: VLAN tagging on the customer-facing interfaces
VLAN provides Layer 2 separation but not separate routing tables.
Trap 3: BGP route reflectors
Route reflectors help scale BGP but do not provide per-VPN routing tables.
- A
MPLS label stacking
Why wrong: Label stacking is used for tunneling and traffic engineering, not for per-VPN routing tables.
- B
VRF (Virtual Routing and Forwarding)
VRF creates separate routing tables per VPN instance, enabling isolation.
- C
VLAN tagging on the customer-facing interfaces
Why wrong: VLAN provides Layer 2 separation but not separate routing tables.
- D
BGP route reflectors
Why wrong: Route reflectors help scale BGP but do not provide per-VPN routing tables.