You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/changelogs/magic-transit.yaml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,10 @@ productLink: "/magic-wan/"
5
5
productArea: Cloudflare One
6
6
productAreaLink: /cloudflare-one/changelog/
7
7
entries:
8
+
- publish_date: "2024-12-17"
9
+
title: BGP support for Cloudflare Network Interconnect (CNI)
10
+
description: |-
11
+
Magic Transit customers can now establish BGP peering over CNI circuits. Customers can now dynamically exchange routes and path availability status between their router device and the Magic Transit routing table.
8
12
- publish_date: "2024-10-01"
9
13
title: Early access testing for BGP on CNI 2.0 circuits
Copy file name to clipboardExpand all lines: src/content/changelogs/magic-wan.yaml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,10 @@ productLink: "/magic-wan/"
5
5
productArea: Cloudflare One
6
6
productAreaLink: /cloudflare-one/changelog/
7
7
entries:
8
+
- publish_date: "2024-12-17"
9
+
title: BGP support for Cloudflare Network Interconnect (CNI)
10
+
description: |-
11
+
Magic WAN customers can now establish BGP peering over CNI circuits. Customers can now dynamically exchange routes and path availability status between their router device and the Magic WAN table.
8
12
- publish_date: "2024-10-01"
9
13
title: Early access testing for BGP on CNI 2.0 circuits
title: BGP support for Cloudflare Network Interconnect (CNI)
10
+
description: |-
11
+
Magic WAN and Magic Transit customers can now establish BGP peering over CNI circuits. Customers can now dynamically exchange routes and path availability status between their router device and the Magic WAN or Magic Transit routing table.
8
12
- publish_date: "2024-10-01"
9
13
title: Early access testing for BGP on CNI 2.0 circuits
@@ -89,6 +88,11 @@ After receiving your information, Cloudflare will update firewall filters to est
89
88
When you withdraw a prefix using BGP, you must ensure the prefix is withdrawn across all BGP sessions on all route reflectors. Otherwise, your prefix will not be withdrawn from Cloudflare's global network.
90
89
:::
91
90
91
+
### BGP peering
92
+
93
+
If you use Direct CNI as a way to on-ramp your network traffic to Magic Transit, refer to [BGP peering](/magic-transit/how-to/bgp-peering/) to learn how to configure BGP peering.
94
+
95
+
92
96
### Regional settings
93
97
94
98
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.
Copy file name to clipboardExpand all lines: src/content/docs/magic-transit/network-interconnect.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ When working with Magic Transit and CNI, there are a few guidelines you should f
22
22
23
23
With [Direct CNI](/network-interconnect/express-cni/) you can use the Cloudflare dashboard to provision a connection to Cloudflare in three minutes or less. This type of connection supports IP packets with 1,500 bytes, both for ingress and egress traffic.
24
24
25
-
For the time being, Direct CNI does not support BGP. If your use case calls for BGP anycast prefix withdrawal or BGP based connection failover, you need to use [Classic CNI](/network-interconnect/classic-cni/) with a Magic Transit GRE tunnel.
25
+
With Direct CNI you can also setup BGP peering between your network and Cloudflare.
Copy file name to clipboardExpand all lines: src/content/docs/magic-wan/network-interconnect.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ When working with Magic WAN and Cloudflare Network Interconnect (CNI), there are
18
18
19
19
With [Direct CNI](/network-interconnect/express-cni/) you can use the Cloudflare dashboard to provision a connection to Cloudflare in three minutes or less. This type of connection supports IP packets with 1,500 bytes, both for ingress and egress traffic.
20
20
21
-
For the time being, Direct CNI does not support BGP. You need to create policy-based routes to ensure traffic is routed correctly. You also need to implement tracking of network traffic to ensure that the CNI and Cloudflare data center is functioning properly.
21
+
With Direct CNI you can also setup BGP peering between your network and Cloudflare.
Copy file name to clipboardExpand all lines: src/content/partials/magic-transit/static-routes/static-routes3.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ customer service manager.
64
64
65
65
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account.
66
66
2. Go to **{props.createPath}**.
67
-
3. From the **Static Routes** tab, select **Create** to add a new route.
67
+
3. From the **Routes** tab, select **Create** to add a new route.
68
68
4. Enter a descriptive name for your route in **Description**.
69
69
5. In **Prefix**, enter your range of IP addresses. For example, `10.10.10.100/24`.
70
70
6. In **Tunnel/Next hop** select which tunnel you want your route to go through. Choose from the tunnels you have created in <ahref={props.tunnelEndpoints}>Configure tunnel endpoints</a>.
0 commit comments