Skip to content

Commit c7a1cc6

Browse files
added bgp note to static routes
1 parent 0e9beaf commit c7a1cc6

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

src/content/docs/magic-transit/how-to/configure-static-routes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: Magic Transit uses a static configuration to route your traffic
1212

1313
import { Render } from "~/components"
1414

15-
<Render file="static-routes/static-routes1" params={{ productName: "Magic Transit", anycastURL: "/magic-transit/reference/tunnels/", trafficSteering: "/magic-transit/reference/traffic-steering/", magicWANecmp: "" }} />
15+
<Render file="static-routes/static-routes1" params={{ productName: "Magic Transit", BGPpath: "/magic-transit/how-to/bgp-peering/", anycastURL: "/magic-transit/reference/tunnels/", trafficSteering: "/magic-transit/reference/traffic-steering/", magicWANecmp: "" }} />
1616

1717
<Render file="static-routes/static-routes2-prefixes-smaller-24" />
1818

src/content/docs/magic-wan/configuration/manually/how-to/configure-static-routes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ description: Magic WAN uses a static configuration to route your traffic through
1111

1212
import { Render } from "~/components"
1313

14-
<Render file="static-routes/static-routes1" product="magic-transit" params={{ productName: "Magic WAN", anycastURL: "/magic-wan/reference/tunnels/", trafficSteering: "/magic-wan/reference/traffic-steering/", magicWANecmp: "The maximum number of routes you can have with the same priority is 64." }} />
14+
<Render file="static-routes/static-routes1" product="magic-transit" params={{ productName: "Magic WAN", BGPpath: "/magic-wan/configuration/manually/how-to/bgp-peering/", anycastURL: "/magic-wan/reference/tunnels/", trafficSteering: "/magic-wan/reference/traffic-steering/", magicWANecmp: "The maximum number of routes you can have with the same priority is 64." }} />
1515

1616
<Render file="static-routes/static-routes3" product="magic-transit" params={{ createPath: "Magic WAN > Configuration", tunnelEndpoints: "/magic-wan/configuration/manually/how-to/configure-tunnels/", ipRanges: "<br /> When using Magic WAN and Cloudflare Tunnel together, remember to consider the IP ranges utilized in the static routes of Cloudflare Tunnel when selecting static routes for Magic WAN. For more information, refer to [Cloudflare Tunnel](/magic-wan/zero-trust/cloudflare-tunnel/).<br>" }} />

src/content/docs/magic-wan/configuration/manually/how-to/configure-tunnels.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,5 @@ import { GlossaryTooltip, Render } from "~/components";
8888
## Next steps
8989

9090
Now that you have set up your tunnel endpoints, you need to configure <GlossaryTooltip term="static route" link="/magic-wan/configuration/manually/how-to/configure-static-routes/">static routes</GlossaryTooltip> to route your traffic through Cloudflare.
91+
92+
If you are connecting to Cloudflare through a [Direct CNI connection](/network-interconnect/express-cni/), you can [configure BGP routing instead](/magic-wan/configuration/manually/how-to/bgp-peering/) instead.

src/content/partials/magic-transit/static-routes/static-routes1.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
---
22
params:
33
- productName
4+
- BGPpath
45
- anycastURL
56
- trafficSteering
67
- magicWANecmp
78
---
89

910
import { GlossaryTooltip, Markdown } from "~/components";
1011

12+
:::note
13+
If you are connecting to Cloudflare via a [Direct CNI connection](/network-interconnect/express-cni/), refer to <a href={props.BGPpath}>BGP peering</a> to learn how to take advantage of this routing protocol. If not, continue reading.
14+
:::
15+
1116
{props.productName} uses a static configuration to route your traffic through <GlossaryTooltip term="anycast" link={props.anycastURL}>anycast tunnels</GlossaryTooltip> from Cloudflare's global network to your locations.
1217

1318
You must assign a route priority to each tunnel-subnet pair in your configuration, as follows:

0 commit comments

Comments
 (0)