352-001 · Question #630
The BGP table contains hundreds of thousands of routes. Which design technique improves the convergence time?
The correct answer is A. Enable TCP path MTU discovery to every neighbor. Enabling TCP path MTU discovery prevents fragmentation of large BGP UPDATE messages, which reduces retransmission delays and accelerates convergence when the BGP table contains hundreds of thousands of routes.
Question
The BGP table contains hundreds of thousands of routes. Which design technique improves the convergence time?
Options
- AEnable TCP path MTU discovery to every neighbor
- BUse TCP ports higher than 1024 for your BGP sessions
- CDeploy BGP route reflectors instead of full-mesh iBGP
- DDeploy BGP confederations within your backbone
How the community answered
(20 responses)- A60% (12)
- B5% (1)
- C25% (5)
- D10% (2)
Why each option
Enabling TCP path MTU discovery prevents fragmentation of large BGP UPDATE messages, which reduces retransmission delays and accelerates convergence when the BGP table contains hundreds of thousands of routes.
When a BGP routing table contains hundreds of thousands of routes, the resulting UPDATE messages can exceed the path MTU and be fragmented at the IP layer. TCP path MTU discovery allows the BGP TCP session to dynamically learn the optimal MSS along the path, avoiding fragmentation and the associated retransmission overhead, which directly improves the speed at which large routing tables are exchanged and convergence is reached.
BGP is standardized to use TCP destination port 179; using non-standard ports does not affect UPDATE message size, fragmentation, or the efficiency of routing table exchange.
Route reflectors reduce the number of required iBGP sessions from O(n^2) to a hub-and-spoke model, which improves scalability and session overhead, but they do not address TCP-level fragmentation that slows the exchange of large routing tables.
BGP confederations divide an AS into sub-ASes to reduce full-mesh iBGP requirements and improve scalability, but like route reflectors they do not resolve the IP fragmentation issue that impedes convergence when transmitting hundreds of thousands of routes per session.
Concept tested: BGP convergence optimization via TCP path MTU discovery
Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_bgp/configuration/xe-16/irg-xe-16-book/bgp-support-for-tcp-path-mtu-disc.html
Topics
Community Discussion
No community discussion yet for this question.