352-001 · Question #646
What is an implication of using route reflectors in an iBGP topology?
The correct answer is E. Multipath information is difficult to propagate in a route reflector topology.. Route reflectors simplify iBGP peering but advertise only the single best path, making multipath propagation difficult without additional extensions.
Question
What is an implication of using route reflectors in an iBGP topology?
Options
- ARoute reflection limits the total number of iBGP routers.
- BRoute reflection causes traffic to flow in a hub-and-spoke fashion.
- CThe manipulation of BGP attributes is not supported on the other routers than the route reflectors.
- DRoute reflectors can create routing loops when more than one router reflector is used in the same
- EMultipath information is difficult to propagate in a route reflector topology.
How the community answered
(29 responses)- A3% (1)
- B14% (4)
- C7% (2)
- D3% (1)
- E72% (21)
Why each option
Route reflectors simplify iBGP peering but advertise only the single best path, making multipath propagation difficult without additional extensions.
Route reflection is specifically designed to scale iBGP to larger numbers of routers by eliminating the full-mesh peering requirement, so it imposes no limit on the total number of iBGP routers.
While BGP update propagation in an RR topology follows a hub-and-spoke model, actual traffic forwarding paths are determined by the routing table and are not constrained to flow hub-and-spoke.
BGP attribute manipulation via route-maps and policies is fully supported on all routers in an iBGP topology, not restricted to route reflectors.
Route reflectors include built-in loop-prevention mechanisms - the originator-id and cluster-list attributes - that prevent routing loops even when multiple route reflectors are deployed in the same topology.
A route reflector selects only the single best BGP path and reflects that one path to its clients, discarding all alternate equal-cost paths. Propagating multipath information across the topology requires enabling BGP Add-Path (RFC 7911) or similar extensions, which are not part of a standard RR deployment.
Concept tested: BGP route reflector multipath propagation limitations
Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_bgp/configuration/xe-16/irg-xe-16-book/bgp-route-reflectors.html
Topics
Community Discussion
No community discussion yet for this question.