4A0-102 · Question #42
Which of the following best describes the purpose of advertise-external?
The correct answer is B. It enables a BGP speaker to advertise its best external route to iBGP peers when the best overall route is an internal. Option B is correct because advertise-external solves a specific iBGP limitation: normally, if a router's best path for a prefix is an iBGP-learned (internal) route, it will not advertise any competing eBGP route to its iBGP peers. With advertise-external enabled, the router…
Question
Options
- AIt enables a BGP speaker to advertise multiple external routes to iBGP peers.
- BIt enables a BGP speaker to advertise its best external route to iBGP peers when the best overall route is an internal.
- CIt enables a BGP speaker to advertise its best external route to eBGP peers without an import policy.
- DIt enables a BGP speaker to advertise its best internal route to eBGP peers without an export policy.
How the community answered
(15 responses)- A13% (2)
- B80% (12)
- D7% (1)
Explanation
Option B is correct because advertise-external solves a specific iBGP limitation: normally, if a router's best path for a prefix is an iBGP-learned (internal) route, it will not advertise any competing eBGP route to its iBGP peers. With advertise-external enabled, the router will additionally send its best eBGP-learned route to iBGP peers alongside the best internal route, giving peers more path options for redundancy and load-balancing.
Why the others are wrong:
- A is wrong because
advertise-externaladvertises the single best external route - not multiple external routes. (That's a different feature, such asadd-path.) - C is wrong on two counts: the target peers are iBGP, not eBGP, and import policy is unrelated to this feature.
- D is wrong because the feature advertises the best external (eBGP-learned) route, not an internal one - and again, the target is iBGP peers, not eBGP peers.
Memory tip: Focus on the word "external" in the feature name - it's about getting an external path seen by internal (iBGP) peers. When your best overall route is already internal, advertise-external lets you say: "Hey iBGP peers, here's also what I learned from outside, just in case."
Topics
Community Discussion
No community discussion yet for this question.