352-001 · Question #14
You work as a network designer for a company that is replacing their Frame Relay WAN with an MPLS VPN service, where the PE-to-CE routing protocol is BGP. The company has 3000 routes in their distribu
The correct answer is B. On your distribution routers, configure null routes and aggregate routes for the prefixes in your D. Summarize the routes on the MPLS WAN interfaces of your distribution routers.. With a 1000-prefix VRF limit and 3000 routes to advertise, route aggregation and summarization reduce the advertised prefix count while preserving full reachability across the MPLS network.
Question
You work as a network designer for a company that is replacing their Frame Relay WAN with an MPLS VPN service, where the PE-to-CE routing protocol is BGP. The company has 3000 routes in their distribution routers, and they would like to advertise their access routers through the MPLS network. Their service provider, however, only supports 1000 prefixes per VRF. Which two design solutions can be applied to ensure that your access routers will be able to reach all devices in your network? (Choose two.)
Options
- AUse prefix lists on your distribution routers to control which routes are sent to the MPLS network.
- BOn your distribution routers, configure null routes and aggregate routes for the prefixes in your
- CConfigure your distribution routers to send a default route to the MPLS network.
- DSummarize the routes on the MPLS WAN interfaces of your distribution routers.
How the community answered
(22 responses)- A14% (3)
- B55% (12)
- C32% (7)
Why each option
With a 1000-prefix VRF limit and 3000 routes to advertise, route aggregation and summarization reduce the advertised prefix count while preserving full reachability across the MPLS network.
Prefix lists filter which specific routes are advertised but do not aggregate them, so the total count can still exceed 1000 prefixes and some destinations would become unreachable.
Configuring aggregate routes on distribution routers reduces many specific prefixes into a single summarized advertisement, and pairing each aggregate with a null route prevents routing loops by dropping traffic locally when the specific destination is unreachable. This keeps the advertised prefix count within the provider's 1000-prefix-per-VRF limit while maintaining reachability.
Advertising only a default route into the MPLS network tells the provider how to send traffic toward the distribution routers, but does not give the provider the prefix information needed to route return traffic back to all 3000 specific destinations.
Summarizing routes on the MPLS WAN interfaces of the distribution routers reduces the number of prefixes injected into the BGP PE-CE session, allowing the 3000-route network to be represented by far fewer aggregated prefixes that fit within the 1000-prefix constraint.
Concept tested: Route summarization and aggregation for MPLS VPN prefix limits
Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/mp_l3_vpns/configuration/xe-16/mp-l3-vpns-xe-16-book/mp-bgp-mpls-vpn.html
Topics
Community Discussion
No community discussion yet for this question.