[Magic Transit] Clarify that Cloudflare-originated traffic counts toward bandwidth#31116
[Magic Transit] Clarify that Cloudflare-originated traffic counts toward bandwidth#31116alpdot wants to merge 3 commits into
Conversation
Review
Warnings (2)
CommandsOnly codeowners can run commands. Post a comment with the command to trigger it.
|
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
| - **Internet traffic** to 10.0.1.0/24 reaches you via your ISP because the global Internet routing table uses Longest Prefix Match. | ||
| - **Cloudflare-originated traffic** to 10.0.1.0/24 is routed through your Magic Transit tunnels and interconnects because Cloudflare keeps that traffic inside its own network when the covering /20 prefix is onboarded. This traffic counts toward your bandwidth usage. | ||
|
|
||
| **To avoid this:** If you do not want Cloudflare-originated traffic flowing through your Magic Transit tunnel, withdraw the prefix from Cloudflare. The traffic will then egress to the Internet and follow standard Internet routing (including your more specific ISP routes). |
There was a problem hiding this comment.
Clarify which prefix to withdraw, and remove trailing whitespace.
| **To avoid this:** If you do not want Cloudflare-originated traffic flowing through your Magic Transit tunnel, withdraw the prefix from Cloudflare. The traffic will then egress to the Internet and follow standard Internet routing (including your more specific ISP routes). | |
| **To avoid this:** If you do not want Cloudflare-originated traffic flowing through your Magic Transit tunnel, withdraw the covering prefix from Cloudflare. The traffic will then egress to the Internet and follow standard Internet routing (including your more specific ISP routes). |
|
Review posted to PR #31116. Labels applied: Summary: I found and flagged 3 style guide issues in
All fixes were submitted as inline review suggestions so the author can accept them directly. |
….mdx Co-authored-by: ask-bonk[bot] <249159057+ask-bonk[bot]@users.noreply.github.com>
|
/review |
|
/review |
|
Preview URL: https://1799271b.preview.developers.cloudflare.com Files with changes (up to 15) |
Summary
Customers have reported unexpected bandwidth charges because it was not documented that traffic originating from Cloudflare services (for example, CDN) is routed through Magic Transit tunnels when the destination prefix is onboarded and advertised, even if a more specific route exists via their ISP.
Changes
bandwidth-measurement.mdx): Added section explaining that Cloudflare-originated traffic counts toward bandwidth, with a/20and/24example. Also added guidance on how to avoid this traffic pattern.Related
This addresses customer confusion where more specific ISP routes do not affect how Cloudflare delivers traffic that originates from our own network.