300-320 · Question #584
What feature can be used to enable BGP load balance manually?
The correct answer is A. maximum-path. The maximum-paths command (A) in BGP enables load balancing by allowing BGP to install multiple equal-cost paths into the routing table simultaneously. By default, BGP only installs a single best path. When maximum-paths is configured (e.g., maximum-paths 4), BGP can select up…
Question
What feature can be used to enable BGP load balance manually?
Options
- Amaximum-path
- Bmaximum-prefix
How the community answered
(18 responses)- A94% (17)
- B6% (1)
Explanation
The maximum-paths command (A) in BGP enables load balancing by allowing BGP to install multiple equal-cost paths into the routing table simultaneously. By default, BGP only installs a single best path. When maximum-paths is configured (e.g., maximum-paths 4), BGP can select up to that number of paths and distribute traffic across them, effectively enabling multipath load balancing. This is a manual configuration that overrides BGP's default single-path behavior. The maximum-prefix command (B) serves an entirely different purpose - it limits the maximum number of prefixes that BGP will accept from a neighbor, acting as a protective measure to prevent routing table overflow from a misbehaving peer. It has nothing to do with load balancing.
Topics
Community Discussion
No community discussion yet for this question.