From c7a1cc65262593b241202404a93ec951ee29e2c8 Mon Sep 17 00:00:00 2001 From: marciocloudflare Date: Wed, 15 Jan 2025 10:40:28 +0000 Subject: [PATCH 1/5] added bgp note to static routes --- .../docs/magic-transit/how-to/configure-static-routes.mdx | 2 +- .../manually/how-to/configure-static-routes.mdx | 2 +- .../configuration/manually/how-to/configure-tunnels.mdx | 2 ++ .../partials/magic-transit/static-routes/static-routes1.mdx | 5 +++++ 4 files changed, 9 insertions(+), 2 deletions(-) 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 5272b09e50e680..42df1f014617f3 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 @@ -12,7 +12,7 @@ description: Magic Transit uses a static configuration to route your traffic import { Render } from "~/components" - + 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 3b7d09cdc7758f..9e6cc37bf7c051 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 @@ -11,6 +11,6 @@ description: Magic WAN uses a static configuration to route your traffic through import { Render } from "~/components" - + 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/).
" }} /> diff --git a/src/content/docs/magic-wan/configuration/manually/how-to/configure-tunnels.mdx b/src/content/docs/magic-wan/configuration/manually/how-to/configure-tunnels.mdx index a98e86df0216ba..1d2bd997044e3c 100644 --- a/src/content/docs/magic-wan/configuration/manually/how-to/configure-tunnels.mdx +++ b/src/content/docs/magic-wan/configuration/manually/how-to/configure-tunnels.mdx @@ -88,3 +88,5 @@ import { GlossaryTooltip, Render } from "~/components"; ## Next steps Now that you have set up your tunnel endpoints, you need to configure static routes to route your traffic through Cloudflare. + +If you are connecting to Cloudflare through a [Direct CNI connection](/network-interconnect/express-cni/), you can [configure BGP routing instead](/magic-wan/configuration/manually/how-to/bgp-peering/) instead. diff --git a/src/content/partials/magic-transit/static-routes/static-routes1.mdx b/src/content/partials/magic-transit/static-routes/static-routes1.mdx index 6827644cfef79e..f87b0e15b66e7a 100644 --- a/src/content/partials/magic-transit/static-routes/static-routes1.mdx +++ b/src/content/partials/magic-transit/static-routes/static-routes1.mdx @@ -1,6 +1,7 @@ --- params: - productName + - BGPpath - anycastURL - trafficSteering - magicWANecmp @@ -8,6 +9,10 @@ params: import { GlossaryTooltip, Markdown } 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 protocol. If not, continue reading. +::: + {props.productName} uses a static configuration to route your traffic through anycast tunnels from Cloudflare's global network to your locations. You must assign a route priority to each tunnel-subnet pair in your configuration, as follows: From b8b66ea1bf4038c1b196db5f7bbb6fd480a27ea1 Mon Sep 17 00:00:00 2001 From: marciocloudflare Date: Wed, 15 Jan 2025 10:42:27 +0000 Subject: [PATCH 2/5] changed menu name --- .../docs/magic-transit/how-to/configure-static-routes.mdx | 2 +- .../configuration/manually/how-to/configure-static-routes.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 42df1f014617f3..db51c9a42f5b0d 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 @@ -1,6 +1,6 @@ --- pcx_content_type: how-to -title: Configure static routes +title: Configure routes sidebar: order: 2 head: [] 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 9e6cc37bf7c051..30fd9da20f20bf 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 @@ -1,5 +1,5 @@ --- -title: Configure static routes +title: Configure routes pcx_content_type: how-to sidebar: order: 2 From c99f7831a29063148fa7f7c5ffa67a9bf5258e06 Mon Sep 17 00:00:00 2001 From: marciocloudflare Date: Wed, 15 Jan 2025 10:43:13 +0000 Subject: [PATCH 3/5] changed page weight --- src/content/docs/magic-transit/how-to/advertise-prefixes.mdx | 2 +- src/content/docs/magic-transit/how-to/bgp-peering.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/magic-transit/how-to/advertise-prefixes.mdx b/src/content/docs/magic-transit/how-to/advertise-prefixes.mdx index 89445b30b61457..770337ae5c85ab 100644 --- a/src/content/docs/magic-transit/how-to/advertise-prefixes.mdx +++ b/src/content/docs/magic-transit/how-to/advertise-prefixes.mdx @@ -2,7 +2,7 @@ pcx_content_type: how-to title: Advertise prefixes sidebar: - order: 3 + order: 4 --- import { Details, GlossaryTooltip } from "~/components" diff --git a/src/content/docs/magic-transit/how-to/bgp-peering.mdx b/src/content/docs/magic-transit/how-to/bgp-peering.mdx index 06d0070ddc05ca..f4e46a77b1532f 100644 --- a/src/content/docs/magic-transit/how-to/bgp-peering.mdx +++ b/src/content/docs/magic-transit/how-to/bgp-peering.mdx @@ -2,7 +2,7 @@ pcx_content_type: how-to title: Configure BGP peering sidebar: - order: 4 + order: 3 --- import { Render } from "~/components" From d9ab280d9ed1b4d0d9684f077366dcd23c9e980c Mon Sep 17 00:00:00 2001 From: marciocloudflare Date: Wed, 15 Jan 2025 10:44:32 +0000 Subject: [PATCH 4/5] refined next steps --- src/content/docs/magic-transit/how-to/configure-tunnels.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/docs/magic-transit/how-to/configure-tunnels.mdx b/src/content/docs/magic-transit/how-to/configure-tunnels.mdx index 15ff29cc9b8e26..7d8793b47ba281 100644 --- a/src/content/docs/magic-transit/how-to/configure-tunnels.mdx +++ b/src/content/docs/magic-transit/how-to/configure-tunnels.mdx @@ -81,3 +81,5 @@ import { GlossaryTooltip, Render } from "~/components"; ## Next steps Now that you have set up your tunnel endpoints, you need to configure static routes to route your traffic through Cloudflare. + +If you are connecting to Cloudflare through a [Direct CNI connection](/network-interconnect/express-cni/), you can [configure BGP routing instead](/magic-transit/how-to/bgp-peering/) instead. \ No newline at end of file From f4f2bbcc9675c6492bc5fc22b7ffa45e8e2579ed Mon Sep 17 00:00:00 2001 From: marciocloudflare Date: Wed, 15 Jan 2025 10:47:48 +0000 Subject: [PATCH 5/5] refined text --- src/content/docs/magic-transit/how-to/configure-tunnels.mdx | 2 +- .../configuration/manually/how-to/configure-tunnels.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/magic-transit/how-to/configure-tunnels.mdx b/src/content/docs/magic-transit/how-to/configure-tunnels.mdx index 7d8793b47ba281..59fd946e03152c 100644 --- a/src/content/docs/magic-transit/how-to/configure-tunnels.mdx +++ b/src/content/docs/magic-transit/how-to/configure-tunnels.mdx @@ -82,4 +82,4 @@ import { GlossaryTooltip, Render } from "~/components"; Now that you have set up your tunnel endpoints, you need to configure static routes to route your traffic through Cloudflare. -If you are connecting to Cloudflare through a [Direct CNI connection](/network-interconnect/express-cni/), you can [configure BGP routing instead](/magic-transit/how-to/bgp-peering/) instead. \ No newline at end of file +If you are connecting to Cloudflare through a [Direct CNI connection](/network-interconnect/express-cni/), you can [configure BGP routing](/magic-transit/how-to/bgp-peering/) instead. \ No newline at end of file diff --git a/src/content/docs/magic-wan/configuration/manually/how-to/configure-tunnels.mdx b/src/content/docs/magic-wan/configuration/manually/how-to/configure-tunnels.mdx index 1d2bd997044e3c..4d18972a52e756 100644 --- a/src/content/docs/magic-wan/configuration/manually/how-to/configure-tunnels.mdx +++ b/src/content/docs/magic-wan/configuration/manually/how-to/configure-tunnels.mdx @@ -89,4 +89,4 @@ import { GlossaryTooltip, Render } from "~/components"; Now that you have set up your tunnel endpoints, you need to configure static routes to route your traffic through Cloudflare. -If you are connecting to Cloudflare through a [Direct CNI connection](/network-interconnect/express-cni/), you can [configure BGP routing instead](/magic-wan/configuration/manually/how-to/bgp-peering/) instead. +If you are connecting to Cloudflare through a [Direct CNI connection](/network-interconnect/express-cni/), you can [configure BGP routing](/magic-wan/configuration/manually/how-to/bgp-peering/) instead.