Skip to content

Commit 42a9b6f

Browse files
[MT] Patch (#22489)
* added space * aded ul list * spell mistake
1 parent f6b9308 commit 42a9b6f

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

src/content/docs/learning-paths/data-center-protection/concepts/benefits-magic-transit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { PublicStats } from "~/components";
99

1010
Magic Transit leverages Cloudflare's global anycast network. As of writing this guide, Cloudflare's global network spans <PublicStats id="data_center_cities" />, and has <PublicStats id="total_bandwidth" />. This bandwidth allows it to absorb all manners of attack that otherwise would overwhelm a typical data center or on-premise hardware Distributed Denial-of-Service (DDoS) appliances.
1111

12-
The number of DDoS attacks has been steadily increasing in recent years. In the first quarter of 2025, Cloudflared [mitigated 16.8 million network-layer DDoS attacks](https://blog.cloudflare.com/ddos-threat-report-for-2025-q1/#ddos-attacks-in-numbers). This represents a 397% increase quarter over quarter and a 509% increase year over year.
12+
The number of DDoS attacks has been steadily increasing in recent years. In the first quarter of 2025, Cloudflare [mitigated 16.8 million network-layer DDoS attacks](https://blog.cloudflare.com/ddos-threat-report-for-2025-q1/#ddos-attacks-in-numbers). This represents a 397% increase quarter over quarter and a 509% increase year over year.
1313

1414
Other advantages of choosing Magic Transit:
1515

src/content/partials/networking-services/magic-transit/get-started.mdx

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,21 @@ Refer to [Maximum transmission unit and maximum segment size](/magic-transit/ref
127127
{ props.magicWord === "Magic Transit" && (
128128
<>
129129
<AnchorHeading title="Configure tunnels" depth={2} />
130-
<a href="/magic-transit/how-to/configure-tunnels/">Configure the tunnels</a>on both the Cloudflare side and your router side to connect to your origin infrastructure.
130+
<a href="/magic-transit/how-to/configure-tunnels/">Configure the tunnels</a> on both the Cloudflare side and your router side to connect to your origin infrastructure.
131131

132132
<AnchorHeading title="Configure static routes or BGP peering" depth={2} />
133-
<p>Configure <a href="/magic-transit/how-to/configure-routes/#configure-static-routes">static routes</a> or <a href="/magic-transit/how-to/configure-routes/#configure-bgp-routes">BGP peering</a>to route traffic from Cloudflare's global network to your locations.</p>
133+
<p>Configure <a href="/magic-transit/how-to/configure-routes/#configure-static-routes">static routes</a> or <a href="/magic-transit/how-to/configure-routes/#configure-bgp-routes">BGP peering</a> to route traffic from Cloudflare's global network to your locations.</p>
134134

135135
<AnchorHeading title="Run pre-flight checks" depth={2} />
136-
<p>After setting up your tunnels and routes, Cloudflare validates tunnel connectivity, tunnel and endpoint <a href="/magic-transit/reference/tunnel-health-checks/#tunnel-health-checks">health checks</a>, <GlossaryTooltip term="letter of agency">Letter of Agency (LOA)</GlossaryTooltip>, Internet Routing Registry (IRR), and <GlossaryTooltip term="maximum segment size (MSS)">maximum segment size (MSS) configurations</GlossaryTooltip>. Configurations for Cloudflare global network are applied and take around one day to rollout.</p>
136+
<p>After setting up your tunnels and routes, Cloudflare validates:</p>
137+
<ul>
138+
<li>Tunnel connectivity</li>
139+
<li>Tunnel and endpoint <a href="/magic-transit/reference/tunnel-health-checks/#tunnel-health-checks">health checks</a></li>
140+
<li><GlossaryTooltip term="letter of agency">Letter of Agency (LOA)</GlossaryTooltip></li>
141+
<li>Internet Routing Registry (IRR)</li>
142+
<li><GlossaryTooltip term="maximum segment size (MSS)">Maximum segment size (MSS) configurations</GlossaryTooltip></li>
143+
</ul>
144+
<p>Configurations for Cloudflare global network are applied and take around one day to rollout.</p>
137145

138146
<AnchorHeading title="Advertise prefixes" depth={2} />
139147
<Render file="magic-transit/advertise-prefixes" product="networking-services" />

0 commit comments

Comments
 (0)