From 37b1c127d0df8ef2aa6d496ea1bdda842f29ea8f Mon Sep 17 00:00:00 2001 From: marciocloudflare Date: Mon, 28 Apr 2025 11:19:49 +0100 Subject: [PATCH 1/2] refined name --- .../partials/networking-services/routing/configure-routes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/partials/networking-services/routing/configure-routes.mdx b/src/content/partials/networking-services/routing/configure-routes.mdx index 4a700c2fc027c7..55a0bb40e6aab2 100644 --- a/src/content/partials/networking-services/routing/configure-routes.mdx +++ b/src/content/partials/networking-services/routing/configure-routes.mdx @@ -299,7 +299,7 @@ You need to configure two ASNs: If you already have set up your Cloudflare account ASN, you can skip steps two and three below. 1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account. -2. Go to **{props.productName}** > **Configuration** > **BGP**. +2. Go to **{props.productName}** > **Configuration** > **BGP configuration**. 3. In **CF Account ASN**, enter Cloudflare's ASN. 4. Go to **Interconnects**. 5. Find the Direct CNI interconnect you want to configure with BGP > select the **three dots** next to it > **Configure BGP**. From 545f5a68583e91286f1641697e8a0633866055f8 Mon Sep 17 00:00:00 2001 From: marciocloudflare Date: Mon, 28 Apr 2025 11:21:22 +0100 Subject: [PATCH 2/2] refined step --- .../partials/networking-services/routing/configure-routes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/partials/networking-services/routing/configure-routes.mdx b/src/content/partials/networking-services/routing/configure-routes.mdx index 55a0bb40e6aab2..c4eafe5ed70062 100644 --- a/src/content/partials/networking-services/routing/configure-routes.mdx +++ b/src/content/partials/networking-services/routing/configure-routes.mdx @@ -308,4 +308,4 @@ If you already have set up your Cloudflare account ASN, you can skip steps two a 8. (Optional) In **Advertised prefix list**, input the additional prefixes automatically assigned by Cloudflare during the creation of the CNI interconnect, to advertise alongside your existing routes. Leave blank if you do not want to advertise extra routes.
Typical prefixes to configure here include: - A route to `0.0.0.0/0`, the default route — to attract all Internet-bound traffic if using {props.productGatewayOrEgress}. - A route to `100.96.0.0/12`, the portion of CGNAT space [used by default with WARP clients](/cloudflare-one/connections/connect-networks/private-net/warp-connector/user-to-site/#add-route-to-router). -9. Select **Enable BGP**. \ No newline at end of file +9. Select **Save**. \ No newline at end of file