diff --git a/src/content/docs/magic-transit/how-to/configure-static-routes.mdx b/src/content/docs/magic-transit/how-to/configure-static-routes.mdx
index 318e091fb2f3950..e96fe837bdcb2c7 100644
--- a/src/content/docs/magic-transit/how-to/configure-static-routes.mdx
+++ b/src/content/docs/magic-transit/how-to/configure-static-routes.mdx
@@ -22,7 +22,6 @@ import { Render } from "~/components"
trafficSteering: "/magic-transit/reference/traffic-steering/",
magicWANecmp: " ",
createPath: "Magic Transit > Configuration",
- tunnelEndpoints: "/magic-transit/how-to/configure-tunnels/",
- ipRanges: " "
+ tunnelEndpoints: "/magic-transit/how-to/configure-tunnels/"
}}
/>
diff --git a/src/content/docs/magic-wan/configuration/manually/how-to/configure-static-routes.mdx b/src/content/docs/magic-wan/configuration/manually/how-to/configure-static-routes.mdx
index cb579911a4dcb5d..1d8a08d9d38dcda 100644
--- a/src/content/docs/magic-wan/configuration/manually/how-to/configure-static-routes.mdx
+++ b/src/content/docs/magic-wan/configuration/manually/how-to/configure-static-routes.mdx
@@ -15,14 +15,14 @@ import { Render } from "~/components"
file="static-routes"
product="magic-transit"
params={{
+ magicProduct: "Magic WAN",
productName: "Magic WAN",
BGPpath: "/magic-wan/configuration/manually/how-to/bgp-peering/",
anycastURL: "/magic-wan/reference/tunnels/",
trafficSteering: "/magic-wan/reference/traffic-steering/",
magicWANecmp: "The maximum number of routes you can have with the same priority is 64.",
createPath: "Magic WAN > Configuration",
- tunnelEndpoints: "/magic-wan/configuration/manually/how-to/configure-tunnels/",
- ipRanges: " When using Magic WAN and Cloudflare Tunnel together, remember to consider the IP ranges utilized in the static routes of Cloudflare Tunnel when selecting static routes for Magic WAN. For more information, refer to [Cloudflare Tunnel](/magic-wan/zero-trust/cloudflare-tunnel/).
"
+ tunnelEndpoints: "/magic-wan/configuration/manually/how-to/configure-tunnels/"
}}
/>
diff --git a/src/content/partials/magic-transit/static-routes.mdx b/src/content/partials/magic-transit/static-routes.mdx
index 9036c0e4571daaa..73a0b8ebde8fa82 100644
--- a/src/content/partials/magic-transit/static-routes.mdx
+++ b/src/content/partials/magic-transit/static-routes.mdx
@@ -8,10 +8,9 @@ params:
- magicWANecmp?
- createPath
- tunnelEndpoints
- - ipRanges?
---
-import { GlossaryTooltip, Markdown, AnchorHeading, Render, TabItem, Tabs } from "~/components";
+import { Aside, GlossaryTooltip, Markdown, AnchorHeading, Render, TabItem, Tabs } from "~/components";
:::note
If you are connecting to Cloudflare via a [Direct CNI connection](/network-interconnect/express-cni/), refer to BGP peering to learn how to take advantage of this [routing](https://www.cloudflare.com/learning/network-layer/what-is-routing/) protocol. If not, continue reading.
@@ -68,6 +67,29 @@ In the example below, `TUNNEL_2_IAD` is likely to receive twice as much traffic
)
}
+{ props.magicProduct === "Magic Transit" && (
+ <>
+
+
+
+ >
+ )
+}
+
## Scoped routes for anycast GRE or IPsec tunnels
To reduce latency for your anycastGRE or IPsec tunnel configurations, especially if you operate your own anycast network, Cloudflare can steer your traffic by scoping it to specific Cloudflare data center regions. Equal cost routes maintain an equal cost on a global scale so long as the routes are not scoped to specific regions. For example, if you use region-scoped routes, traffic from end users in New York will always land at their Ashburn network unless that tunnel is unhealthy.
@@ -107,17 +129,42 @@ Cloudflare has nine geographic regions across the world which are listed below.
Configure scoping for your traffic in the **Region code** section when adding or editing a static route. Refer to [Create a static route](#create-a-static-route) and [Edit a static route](#edit-a-static-route) more information.
-## Allowed IP ranges
+{ props.magicProduct === "Magic Transit" && (
+ <>
+
+
+ >
+ )
+}
-By default, you can only add static routes with [RFC 1918](https://datatracker.ietf.org/doc/html/rfc1918) IP prefixes like:
+{ props.magicProduct === "Magic WAN" && (
+ <>
+
+
+ >
+ )
+}
-
-If your use case requires IP prefixes outside RFC 1918, contact your Cloudflare
-customer service manager.
## Create a static route