H12-821_V1.0 · Question #537
Regarding BGP route announcement, which of the following descriptions is wrong? (Multiple choice)
The correct answer is A. Only routes learned from IGP can be advertised to other BGP neighbors. A is the wrong description because BGP is not restricted to advertising only IGP-learned routes - it can redistribute and announce routes from static routes, directly connected networks, and routes learned from other BGP sessions as well. B is actually also a wrong description…
Question
Options
- AOnly routes learned from IGP can be advertised to other BGP neighbors.
- BAll BGP routes learned from all BGP neighbors are advertised to other BGP neighbors.
- COnly the best route preferred by BGP can be announced to other BGP neighbors.
- DBy default, routes learned from IBGP are not forwarded to other IBGP neighbors.
How the community answered
(32 responses)- A81% (26)
- B3% (1)
- C6% (2)
- D9% (3)
Explanation
A is the wrong description because BGP is not restricted to advertising only IGP-learned routes - it can redistribute and announce routes from static routes, directly connected networks, and routes learned from other BGP sessions as well. B is actually also a wrong description (the stated correct answer may be incomplete): due to IBGP split-horizon, routes learned from an IBGP peer are not re-advertised to other IBGP peers, so "all routes from all neighbors" is false - but since D correctly captures this rule, B and D contradict each other, making B the implicit trap. C is a correct statement: BGP performs best-path selection and only installs and advertises a single best route per prefix to its neighbors, which is standard BGP behavior. D is also correct: the IBGP full-mesh requirement exists precisely because IBGP split-horizon prevents route propagation between IBGP peers - this is why network engineers deploy route reflectors or confederations.
Memory tip: Think of BGP as "best one out, not IGP-only in, and never loop IBGP back." - it sends only its best path (C), accepts routes from any source not just IGP (A is wrong), and blocks IBGP-to-IBGP re-advertisement to prevent loops (D).
Topics
Community Discussion
No community discussion yet for this question.