diff --git a/src/content/docs/magic-transit/cloudflare-ips.mdx b/src/content/docs/magic-transit/cloudflare-ips.mdx index df4b212447503d6..8d811fe7be326f3 100644 --- a/src/content/docs/magic-transit/cloudflare-ips.mdx +++ b/src/content/docs/magic-transit/cloudflare-ips.mdx @@ -13,7 +13,7 @@ In addition to using Magic Transit with your own IP address, you can use Magic T To protect your network using a Cloudflare IP address, contact your account manager. After receiving your IP address, you will need to: - [Create a tunnel](/magic-transit/how-to/configure-tunnels/). -- [Set up static routes](/magic-transit/how-to/configure-static-routes). +- [Set up static routes](/magic-transit/how-to/configure-static-routes) or [BGP peering](/magic-transit/how-to/bgp-peering/). - [Configure health checks](/magic-transit/how-to/run-endpoint-health-checks). - Confirm [tunnel](/magic-transit/how-to/tunnel-health-checks/) and endpoint health checks were properly configured. - Update your infrastructure at your own pace to use the allocated Cloudflare IPs. diff --git a/src/content/docs/magic-transit/get-started.mdx b/src/content/docs/magic-transit/get-started.mdx index ddaf2fc09ace4fc..0a6fe4b243602aa 100644 --- a/src/content/docs/magic-transit/get-started.mdx +++ b/src/content/docs/magic-transit/get-started.mdx @@ -92,13 +92,13 @@ Refer to [Maximum transmission unit and maximum segment size](/magic-transit/ref [Configure the tunnels](/magic-transit/how-to/configure-tunnels/) on both the Cloudflare side and your router side to connect to your origin infrastructure. -## 4. Configure static routes +## 4. Configure static routes or BGP peering -Configure [static routes](/magic-transit/how-to/configure-static-routes/) to route traffic from Cloudflare's global network to your locations. +Configure [static routes](/magic-transit/how-to/configure-static-routes/) or [BGP peering](/magic-transit/how-to/bgp-peering/) to route traffic from Cloudflare's global network to your locations. ## 5. Run pre-flight checks -After setting up your tunnels and static routes, Cloudflare validates tunnel connectivity, tunnel and endpoint [health checks](/magic-transit/reference/tunnel-health-checks/#tunnel-health-checks), Letter of Agency (LOA), Internet Routing Registry (IRR), and maximum segment size (MSS) configurations. Configurations for Cloudflare global network are applied and take around one day to rollout. +After setting up your tunnels and routes, Cloudflare validates tunnel connectivity, tunnel and endpoint [health checks](/magic-transit/reference/tunnel-health-checks/#tunnel-health-checks), Letter of Agency (LOA), Internet Routing Registry (IRR), and maximum segment size (MSS) configurations. Configurations for Cloudflare global network are applied and take around one day to rollout. ## 6. Advertise prefixes 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 770337ae5c85abe..da776c142fda876 100644 --- a/src/content/docs/magic-transit/how-to/advertise-prefixes.mdx +++ b/src/content/docs/magic-transit/how-to/advertise-prefixes.mdx @@ -96,7 +96,7 @@ If you use Direct CNI as a way to on-ramp your network traffic to Magic Transit, ### Regional settings -Magic Transit requires static routing to steer traffic from Cloudflare's network over one of your configured tunnel off-ramps (GRE, IPsec or CNI). Currently, advertisement of routes for traffic engineering purposes is not supported. As a best practice to reduce last-hop latency, you should consider scoping your routes regionally. The default setting for static route regions is **All Regions**. Refer to [Configure static routes](/magic-transit/how-to/configure-static-routes/) for more information. +Magic Transit requires static routing to steer traffic from Cloudflare's network over one of your configured tunnel off-ramps (for GRE and IPsec tunnels). For CNI, both static routing and [BGP](/magic-transit/how-to/bgp-peering/) options are available. Currently, advertisement of routes for traffic engineering purposes is not supported. As a best practice to reduce last-hop latency, you should consider scoping your routes regionally. The default setting for static route regions is **All Regions**. Refer to [Configure static routes](/magic-transit/how-to/configure-static-routes/) for more information. ## Example router configurations