350-501 · Question #295
350-501 Question #295: Real Exam Question with Answer & Explanation
The correct answer is A: configure terminal. To make P4 the primary internet gateway, it must advertise a default route into OSPF with a better metric than P5, using default-information originate since it already receives a default route via eBGP, and include any necessary area summarization.
Question
Refer to the exhibit. Routers P4 and P5 receive the 0.0.0.0/0 route from the ISP via eBGP peering. P4 is the primary Internet gateway router, and P5 is its backup. P5 is already advertising a default route into the OSPF domain. Which configuration must be applied to P4 so that it advertises a default route into OSPF and becomes the primary Internet gateway for the network?
Options
- Aconfigure terminal
- Bconfigure terminal
- Cconfigure terminal
- Dconfigure terminal
Explanation
To make P4 the primary internet gateway, it must advertise a default route into OSPF with a better metric than P5, using default-information originate since it already receives a default route via eBGP, and include any necessary area summarization.
Common mistakes.
- B. The
alwayskeyword would cause P4 to advertise a default route even if it loses its eBGP-learned default route, potentially leading to traffic blackholing. - C. Similar to B, the
alwayskeyword is inappropriate for a router that relies on an external default route and needs to stop advertising it if the external route disappears. - D. While
default-information originatewith the correct metric is present, this option omits thearea 0 range ... not-advertisecommand which is included in the correct answer, implying it's part of the required configuration.
Concept tested. OSPF default route origination and metric manipulation
Topics
Community Discussion
No community discussion yet for this question.