From 4d83c7f340264644cb30078eea48a30b2dfa0e7b Mon Sep 17 00:00:00 2001 From: marciocloudflare Date: Wed, 18 Dec 2024 16:56:56 +0000 Subject: [PATCH 1/2] refined language --- src/content/partials/network-interconnect/bgp-peering.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/partials/network-interconnect/bgp-peering.mdx b/src/content/partials/network-interconnect/bgp-peering.mdx index bbd21c74d3d6bf1..cae84a283a3fc91 100644 --- a/src/content/partials/network-interconnect/bgp-peering.mdx +++ b/src/content/partials/network-interconnect/bgp-peering.mdx @@ -45,7 +45,7 @@ BGP support currently has the following limitations: The Magic routing table is managed by the customer, who can select both the Cloudflare-side ASN and the ASN for their customer device. -By default, each BGP peering session will use the same Cloudflare-side ASN to represent peering with the {props.productName} routing table. This default ASN is called the **CF Account ASN** and should be configured to a private 2-byte ASN (`64512` and `65534`). To set this ASN: +By default, each BGP peering session will use the same Cloudflare-side ASN to represent peering with the {props.productName} routing table. This default ASN is called the **CF Account ASN** and should be configured to a private 2-byte ASN (for example, any vales between `64512` and `65534`). To set this ASN: 1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account. 2. Go to **{props.productName}** > **Configuration** > **BGP**. From 75a54a65e572688fadb480361377c87d67edea2c Mon Sep 17 00:00:00 2001 From: marciocloudflare Date: Wed, 18 Dec 2024 16:57:07 +0000 Subject: [PATCH 2/2] typo --- src/content/partials/network-interconnect/bgp-peering.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/partials/network-interconnect/bgp-peering.mdx b/src/content/partials/network-interconnect/bgp-peering.mdx index cae84a283a3fc91..7b1a188281c3233 100644 --- a/src/content/partials/network-interconnect/bgp-peering.mdx +++ b/src/content/partials/network-interconnect/bgp-peering.mdx @@ -45,7 +45,7 @@ BGP support currently has the following limitations: The Magic routing table is managed by the customer, who can select both the Cloudflare-side ASN and the ASN for their customer device. -By default, each BGP peering session will use the same Cloudflare-side ASN to represent peering with the {props.productName} routing table. This default ASN is called the **CF Account ASN** and should be configured to a private 2-byte ASN (for example, any vales between `64512` and `65534`). To set this ASN: +By default, each BGP peering session will use the same Cloudflare-side ASN to represent peering with the {props.productName} routing table. This default ASN is called the **CF Account ASN** and should be configured to a private 2-byte ASN (for example, any values between `64512` and `65534`). To set this ASN: 1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account. 2. Go to **{props.productName}** > **Configuration** > **BGP**.