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
publicAsnMT: "[Public ASNs used for Magic Transit](/magic-transit/how-to/advertise-prefixes/#cloudflare-asn-vs-your-own-asn) are verified during the onboarding process.",
21
-
productGatewayOrEgress: "Magic Transit with Egress"
21
+
productGatewayOrEgress: "Magic Transit with Egress",
publicAsnMT: "[Public ASNs used for Magic Transit](/magic-transit/how-to/advertise-prefixes/#cloudflare-asn-vs-your-own-asn) are verified during the onboarding process.",
24
-
productGatewayOrEgress: "Magic Transit with Egress"
24
+
productGatewayOrEgress: "Magic Transit with Egress",
Magic Networking uses a routing table to steer your traffic via next-hop from Cloudflare's global network to your connected networks. Entries can be added to the Magic routing table via static route configuration or via routes learned through BGP peering (only available over Direct CNI).
16
17
@@ -32,20 +33,22 @@ Refer to <a href={props.trafficSteeringPage}>Traffic Steering</a> for more infor
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account.
36
-
2. Go to **{props.productName}** > **Configuration**.
37
-
3. From the **Routes** tab, select **Create** to add a new route.
38
-
4. Enter a descriptive name for your route in **Description**.
39
-
5. In **Prefix**, enter your range of IP addresses. For example, `10.10.10.100/24`.
40
-
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>.
41
-
7. Choose the **Priority** for your route. Lower numbers have higher priorities.
36
+
1. In the Cloudflare dashboard, go to {props.productName}'s **Configuration** page.
37
+
38
+
<DashButtonurl={props.dashButtonPath} />
39
+
40
+
2. From the **Routes** tab, select **Create** to add a new route.
41
+
3. Enter a descriptive name for your route in **Description**.
42
+
4. In **Prefix**, enter your range of IP addresses. For example, `10.10.10.100/24`.
43
+
5. 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>.
44
+
6. Choose the **Priority** for your route. Lower numbers have higher priorities.
42
45
:::note
43
46
<Renderfile="longest-prefix-match"product="networking-services/reference" /> Have this in mind when configuring priorities for your routes. Refer to <ahref={props.routePrioritization}>Route prioritization</a> for more information.
44
47
:::
45
-
8. (Optional) Choose a **Weight** for your route. Refer to <ahref={props.chooseWeights}>Set priority and weights for static routes</a> for examples.
46
-
9. (Optional) If you need to scope your route to a specific region, you can do it in **Region code**.
47
-
10. (Optional) We highly recommend testing your route before adding it by selecting **Test routes**.
48
-
11. Select **Add routes** when you are done.
48
+
7. (Optional) Choose a **Weight** for your route. Refer to <ahref={props.chooseWeights}>Set priority and weights for static routes</a> for examples.
49
+
8. (Optional) If you need to scope your route to a specific region, you can do it in **Region code**.
50
+
9. (Optional) We highly recommend testing your route before adding it by selecting **Test routes**.
51
+
10. Select **Add routes** when you are done.
49
52
50
53
</TabItem> <TabItemlabel="API">
51
54
@@ -263,8 +266,11 @@ The Magic routing table is managed by the customer, who can select both the Clou
263
266
264
267
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:
265
268
266
-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account.
267
-
2. Go to **{props.productName}** > **Configuration** > **BGP**.
269
+
1. In the Cloudflare dashboard, go to {props.productName}'s **Configuration** page.
270
+
271
+
<DashButtonurl={props.dashButtonPath} />
272
+
273
+
2. Go to **BGP configuration**.
268
274
3. In **CF Account ASN**, enter Cloudflare's ASN.
269
275
4. Select **Update**.
270
276
@@ -313,8 +319,11 @@ You need to configure two ASNs:
313
319
314
320
If you already have set up your Cloudflare account ASN, you can skip steps two and three below.
315
321
316
-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account.
317
-
2. Go to **{props.productName}** > **Configuration** > **BGP configuration**.
322
+
1. In the Cloudflare dashboard, go to {props.productName}'s **Configuration** page.
323
+
324
+
<DashButtonurl={props.dashButtonPath} />
325
+
326
+
2. Go to **BGP configuration**.
318
327
3. In **CF Account ASN**, enter Cloudflare's ASN.
319
328
4. Go to **Interconnects**.
320
329
5. Find the Direct CNI interconnect you want to configure with BGP > select the **three dots** next to it > **Configure BGP**.
0 commit comments