Skip to content

Commit d202cc3

Browse files
[BGP] Updates 4-byte setting (cloudflare#21139)
* removed 4-byte ASN limitation * added info
1 parent be66ee1 commit d202cc3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/content/partials/network-interconnect/bgp-peering.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ BGP support currently has the following limitations:
103103
- The Cloudflare account ASN and the customer device ASN must be different. Only eBGP is supported.
104104
- Routes are always injected with a priority of `100`.
105105
- Bidirectional Forwarding Detection (BFD) is not supported.
106-
- 4-byte ASNs are not supported.
107106

108107
<Markdown text={props.mtLimitations} />
109108

@@ -113,7 +112,7 @@ BGP support currently has the following limitations:
113112

114113
## How to choose an ASN for BGP peering
115114

116-
The Magic routing table is managed by the customer, who can select both the Cloudflare-side ASN and the ASN for their customer device.
115+
The Magic routing table is managed by the customer, who can select both the Cloudflare-side ASN and the ASN for their customer device. The customer device ASN can be 2-byte or 4-byte. [Public ASNs used for Magic Transit](/magic-transit/how-to/advertise-prefixes/#cloudflare-asn-vs-your-own-asn) are verified during the onboarding process.
117116

118117
By default, each BGP peering session will use the same Cloudflare-side ASN to represent peering with the {props.productName} routing table. This ASN is called the **CF Account ASN** and is set to `13335`. This can be configured to a private 2-byte ASN (for example, any values between `64512` and `65534`). To set this ASN:
119118

0 commit comments

Comments
 (0)