nerdexam
Cisco

352-001 · Question #575

An enterprise network has two core routers that connect to 200 distribution routers and uses full- mesh iBGP peering between these routers as its routing method. The distribution routers are…

The correct answer is C. Implement route reflectors on the two core routers. Full-mesh iBGP between 202 routers creates an unsustainable number of peering sessions, causing CPU exhaustion on distribution routers. Route reflectors solve this by eliminating the full-mesh requirement.

Layer 3 Control Plane

Question

An enterprise network has two core routers that connect to 200 distribution routers and uses full- mesh iBGP peering between these routers as its routing method. The distribution routers are experiencing high CPU utilization due to the BGP process. Which design solution is the most effective?

Options

  • AIncrease the memory on the distribution routers
  • BIncrease the memory on the core routers
  • CImplement route reflectors on the two core routers
  • DIncrease bandwidth between the core routers
  • EImplement eBGP between the core and distribution routers

How the community answered

(47 responses)
  • A
    4% (2)
  • C
    83% (39)
  • D
    11% (5)
  • E
    2% (1)

Why each option

Full-mesh iBGP between 202 routers creates an unsustainable number of peering sessions, causing CPU exhaustion on distribution routers. Route reflectors solve this by eliminating the full-mesh requirement.

AIncrease the memory on the distribution routers

Adding memory does not reduce the number of BGP sessions or the CPU cycles required to process BGP updates across a full-mesh topology.

BIncrease the memory on the core routers

The core routers are not identified as the bottleneck - distribution routers are experiencing high CPU, so upgrading core router memory does not address the problem.

CImplement route reflectors on the two core routersCorrect

In a full-mesh iBGP topology with n routers, each router requires n-1 peering sessions, resulting in n(n-1)/2 total sessions. With 202 routers, this is over 20,000 sessions. Implementing route reflectors on the two core routers allows distribution routers to peer only with the reflectors instead of every other router, reducing peering sessions from hundreds to just two per distribution router, which directly resolves the CPU issue.

DIncrease bandwidth between the core routers

Bandwidth between core routers is unrelated to the BGP session count and processing overhead on distribution routers.

EImplement eBGP between the core and distribution routers

eBGP is used between autonomous systems, not within one AS - using eBGP between core and distribution routers would change the AS design fundamentally and is not the correct fix for full-mesh scaling.

Concept tested: BGP route reflectors eliminating full-mesh iBGP

Source: https://www.cisco.com/c/en/us/support/docs/ip/border-gateway-protocol-bgp/13753-bgp-rr.html

Topics

#iBGP#route reflector#BGP scalability#full mesh peering

Community Discussion

No community discussion yet for this question.

Full 352-001 Practice