TL;DR — “There is no evidence of the imminent collapse of BGP” and none of the metrics indicate that growth is anything other than within router capacity. When we look at BGP (•) performance, and possible issues, there are two main things we tend to be concerned about • Routing Table Size : since each router has a local db containing all the prefixes for each routing peer, and each of its line cards contains a decent subset thereof. Which translates to, at line speed, the need to do an imprecise 32-bit lookup on this ever-growing db in less than 5ns (yes, that’s hard!) • Update frequency (route churn) : As this goes up, the router starts to lag, and eventually just drop, updates. At best, this means “ghost routes”, with the router reflecting some past state of the network. At worst, router loops, where a packet just goes round and round till it times out. Each just worsens the problem. Geoff Huston looks at these problems , with metrics, and, defin...