350-401 · Question #521
350-401 Question #521: Real Exam Question with Answer & Explanation
The correct answer is D: router ospf 1 default-information originate always end. To resolve the issue of a BGP-learned default route not being advertised into OSPF, the OSPF process must be explicitly configured to originate default information.
Question
Refer to the exhibit. Router BRDR-1 is configured to receive the 0.0.0.0/0 and 172.17.1.0/24 networks via BGP and advertise them into OSPF area 0. An engineer has noticed that the OSPF domain is receiving only the 172.17.1.0/24 route and default route 0.0.0.0/0 is still missing. Which configuration must an engineer apply to resolve the problem?
Options
- Arouter ospf 1 redistribute bgp 65001 metric 100 route-policy BGP-TO-OSPF end
- Brouter ospf 1 default-information originate end
- Crouter ospf 1 default-metric 100 end
- Drouter ospf 1 default-information originate always end
Explanation
To resolve the issue of a BGP-learned default route not being advertised into OSPF, the OSPF process must be explicitly configured to originate default information.
Common mistakes.
- A. While
redistribute bgpis necessary to bring BGP routes into OSPF, it typically does not by itself originate a default route (0.0.0.0/0) into OSPF, requiring an explicitdefault-information originatecommand. - B. The
default-information originatecommand withoutalwayswill only advertise a default route if the router already has an active default route in its routing table, butalwaysprovides a more robust guarantee of propagation in all circumstances. - C. The
default-metriccommand sets the metric for routes being redistributed into OSPF, but it does not enable the advertisement of the default route itself.
Concept tested. OSPF default route origination
Topics
Community Discussion
No community discussion yet for this question.