6 min read
|
Saved February 14, 2026
|
Copied!
Do you care about this?
This article explains BGP zombies, which are routing entries that linger in the Internet's routing tables despite being withdrawn. It describes how path hunting can lead to these zombies forming and discusses the operational challenges they create for network operators. The piece also illustrates scenarios where BGP zombies can occur, both between networks and within a single network.
If you do, here's more
Cloudflare is tackling a specific issue within BGP (Border Gateway Protocol) called BGP zombies. These "zombies" arise when routes that should no longer exist remain stuck in the Default-Free Zone (DFZ) of the internet. The problem typically stems from factors like software bugs or delays in route processing. When a BGP prefix is withdrawn, if not all routers update their routes promptly, some may continue to route traffic toward an outdated prefix, causing inefficiencies and operational headaches for network operators.
Path hunting is a significant contributor to the formation of BGP zombies. This process occurs when routers search for the best available route after a more-specific prefix is withdrawn. For instance, if the prefix 2001:db8::/48 is retracted, routers must switch to a less-specific prefix like 2001:db8::/32. If some routers lag in processing this change due to various factors, they may still attempt to route traffic through the withdrawn prefix, leading to temporary routing issues.
The article highlights that BGP zombies are increasingly noticed among customers using Bring-Your-Own-IP (BYOIP) services. In on-demand scenarios, frequent announcement and withdrawal cycles can exacerbate the zombie problem. Variants of this issue can occur both between different ISPs and within a single network. For example, delays in updates among upstream ISPs can create routing loops, while individual devices in a network may also take time to withdraw outdated routes. Both situations can lead to inefficient traffic routing and impact overall network performance.
Questions about this article
No questions yet.