300-320 · Question #76
300-320 Question #76: Real Exam Question with Answer & Explanation
The correct answer is A: Configure route reflectors.. IBGP requires a full mesh of sessions by default - every IBGP speaker must peer with every other, which grows as n*(n-1)/2. With 20+ routers this becomes unmanageable. The two standard solutions are: Route reflectors (A) - a designated router (RR) reflects IBGP routes to its clie
Question
Options
- AConfigure route reflectors.
- BUse OSPF instead of EIGRP as an underlying routing protocol.
- CCreate a full mesh at Layer 1.
- DConfigure confederations.
- EConfigure static routes between all routers.
Explanation
IBGP requires a full mesh of sessions by default - every IBGP speaker must peer with every other, which grows as n*(n-1)/2. With 20+ routers this becomes unmanageable. The two standard solutions are: Route reflectors (A) - a designated router (RR) reflects IBGP routes to its clients, eliminating the full mesh requirement; and Confederations (D) - the AS is divided into sub-ASes that use EBGP-like peering between them, dramatically reducing full-mesh session counts within each sub-AS. Using OSPF vs. EIGRP (B) is irrelevant to IBGP mesh scaling, a full Layer 1 mesh (C) is impractical, and static routes (E) defeat the purpose of BGP.
Community Discussion
No community discussion yet for this question.