nerdexam
Cisco

400-007 · Question #86

A BGP route reflector in the network is taking longer than expected to coverage during large network changes. Troubleshooting shows that the router cannot handle all the TCP acknowledgements during…

The correct answer is A. Increase the size of the hold queue. When a BGP router is overwhelmed by TCP acknowledgements during large route updates, increasing the input hold queue size allows more packets to be buffered before being dropped, giving the CPU time to process the backlog.

Designing Management and Operations

Question

A BGP route reflector in the network is taking longer than expected to coverage during large network changes. Troubleshooting shows that the router cannot handle all the TCP acknowledgements during route updates. Which action can be performed to tune the device performance?

Options

  • AIncrease the size of the hold queue.
  • BIncrease the size of the large buffers.
  • CDecrease the size of the small buffers.
  • DIncrease the keepalive timers for each BGP neighbor.

How the community answered

(60 responses)
  • A
    77% (46)
  • B
    7% (4)
  • C
    3% (2)
  • D
    13% (8)

Why each option

When a BGP router is overwhelmed by TCP acknowledgements during large route updates, increasing the input hold queue size allows more packets to be buffered before being dropped, giving the CPU time to process the backlog.

AIncrease the size of the hold queue.Correct

The hold queue is an input buffer that stores incoming packets while the router's process level is busy. Increasing its size prevents TCP ACK packets from being tail-dropped during burst periods caused by large BGP route updates, allowing the router to catch up without losing acknowledgements that would trigger retransmissions and further instability. This directly addresses the symptom of the router being unable to handle all TCP acknowledgements during convergence.

BIncrease the size of the large buffers.

Large buffers are used to accommodate larger-sized packets in memory, but the symptom is insufficient queuing capacity for incoming TCP ACK packets, not a buffer size issue for oversized frames.

CDecrease the size of the small buffers.

Decreasing small buffer size would reduce the router's capacity to hold small packets such as TCP ACKs, which directly worsens the problem described.

DIncrease the keepalive timers for each BGP neighbor.

BGP keepalive timers control session liveness detection intervals and have no effect on the router's ability to process incoming TCP acknowledgements during route updates.

Concept tested: IOS hold queue tuning for BGP TCP performance

Source: https://www.cisco.com/c/en/us/support/docs/routers/7500-series-routers/28219-hold-queue.html

Topics

#BGP route reflector#TCP performance tuning#hold queue#router scalability

Community Discussion

No community discussion yet for this question.

Full 400-007 Practice