300-410 · Question #97
How are customer routes isolated on PE routers in an MPLS Layer 3 VPN?
The correct answer is A. By using VRF. In MPLS Layer 3 VPNs, customer routes are isolated on PE (Provider Edge) routers through the use of VRF instances.
Question
Options
- ABy using VRF
- BBy using VRGs
- CBy using MP-BGP
- DBy using LDP
How the community answered
(36 responses)- A92% (33)
- B6% (2)
- D3% (1)
Why each option
In MPLS Layer 3 VPNs, customer routes are isolated on PE (Provider Edge) routers through the use of VRF instances.
VRFs (Virtual Routing and Forwarding) are used on PE routers to maintain separate routing and forwarding tables for each customer VPN. This allows for complete isolation of customer routes and prevents routing information from one customer from mixing with another, even if they use overlapping IP address spaces. Each VRF is associated with one or more customer interfaces and has its own routing protocol instances and forwarding table.
VRGs (Virtual Routing Groups) is not a standard or recognized technology for isolating customer routes in MPLS Layer 3 VPNs.
MP-BGP (Multi-Protocol BGP) is used to exchange VPNv4 or VPNv6 routes between PE routers across the MPLS backbone, but it relies on VRFs on the PE routers to initially distinguish and import customer routes.
LDP (Label Distribution Protocol) is used to distribute labels for the forwarding equivalence classes (FECs) of the MPLS core, primarily for transporting labeled packets between P and PE routers, not for customer route isolation.
Concept tested: MPLS Layer 3 VPN route isolation (VRF)
Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/mp_l3_vpn/configuration/15-mt/mp-l3-vpn-15-mt-book/mp-l3-vpn-overview.html
Topics
Community Discussion
No community discussion yet for this question.