Skip to content

Commit ba19043

Browse files
[MWAN] corrected var (#25931)
* corrected var * corrected vars
1 parent e536cb3 commit ba19043

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

src/content/docs/magic-wan/configuration/manually/third-party/sonicwall.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ import { Render } from "~/components";
1313
ipsecTunnelsUrl: "/magic-wan/configuration/manually/how-to/configure-tunnel-endpoints/",
1414
creatingYourIpsecTunnelsUrl: "/magic-wan/configuration/manually/how-to/configure-tunnel-endpoints/#add-tunnels",
1515
createYourStaticRoutesUrl: "/magic-wan/configuration/manually/how-to/configure-routes/#create-a-static-route",
16-
configureMagicWanHealthChecksUrl: "/magic-wan/configuration/manually/how-to/configure-tunnel-endpoints/#add-tunnels",
1716
checkTunnelHealthInTheDashboardUrl: "/magic-wan/configuration/common-settings/check-tunnel-health-dashboard/"
1817
}} />

src/content/partials/networking-services/magic-wan/get-started.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@ params:
1212

1313
import { GlossaryTooltip, Render } from "~/components";
1414

15-
{props.productName} allows you to achieve any-to-any connectivity across branch and retail sites and data centers, with Cloudflare connectivity cloud.
15+
{props.productNameManual} allows you to achieve any-to-any connectivity across branch and retail sites and data centers, with Cloudflare connectivity cloud.
1616

1717
## Before you begin
1818

19-
{props.productName} is an Enterprise-only product. [Contact Cloudflare](https://www.cloudflare.com/magic-wan/) to acquire Magic WAN. If you plan on using {props.productNameConnector} to automatically onboard your locations to Cloudflare, you will need to purchase Magic WAN first.
19+
{props.productNameManual} is an Enterprise-only product. [Contact Cloudflare](https://www.cloudflare.com/magic-wan/) to acquire Magic WAN. If you plan on using {props.productNameConnector} to automatically onboard your locations to Cloudflare, you will need to purchase Magic WAN first.
2020

2121
## Set up method
2222

23-
{props.productName} supports an automatic setup and a manual setup. The automatic setup through {props.productNameConnector} is the preferred method.
23+
{props.productNameManual} supports an automatic setup and a manual setup. The automatic setup through {props.productNameConnector} is the preferred method.
2424

2525
### Automatic set up
2626

27-
Setting up {props.productName} automatically is done through {props.productNameConnector}, and is the preferred method. You can choose between the hardware version and the virtual version of the {props.productNameConnector}. The virtual version can be installed on your own machines.
27+
Setting up {props.productNameManual} automatically is done through {props.productNameConnector}, and is the preferred method. You can choose between the hardware version and the virtual version of the {props.productNameConnector}. The virtual version can be installed on your own machines.
2828

2929
If you plan on using {props.productNameConnector}, you can skip the prerequisites below, and refer to <a href={props.configureConnectorUrl}>Configure with Connector</a> for more information on how to continue.
3030

3131
### Manual set up
3232

33-
Setting up {props.productName} manually is done through a combination of third-party devices in your premises and the Cloudflare dashboard. To be successful, you need to:
33+
Setting up {props.productNameManual} manually is done through a combination of third-party devices in your premises and the Cloudflare dashboard. To be successful, you need to:
3434

3535
1. Read the [Prerequisites](#prerequisites) below.
3636
2. Follow the steps in <a href={props.configureMwanManually}>Manual configuration</a>.

src/content/partials/networking-services/magic-wan/reference/bandwidth-measurement.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ params:
55
- warpURL
66
---
77

8-
Cloudflare measures Magic WAN usage based on the 95th percentile of bandwidth utilized by the customer's configured network.
8+
Cloudflare measures {props.productName} usage based on the 95th percentile of bandwidth utilized by the customer's configured network.
99

10-
Configured Magic WAN network's bandwidth refers to the sum of traffic routed in and out of Magic WAN network namespace by measuring and summing each active customer's configured [GRE](https://www.cloudflare.com/learning/network-layer/what-is-gre-tunneling/), [IPSEC](https://www.cloudflare.com/learning/network-layer/what-is-ipsec/), <a href={props.cloudflareTunnelURL}>Cloudflare Tunnel</a> and [Cloudflare Network Interconnect](/network-interconnect/) tunnel's highest P95th percentile (ingress or egress traffic). The usage measurement excludes <a href={props.warpURL}>WARP</a> traffic.
10+
Configured {props.productName} network's bandwidth refers to the sum of traffic routed in and out of Magic WAN network namespace by measuring and summing each active customer's configured [GRE](https://www.cloudflare.com/learning/network-layer/what-is-gre-tunneling/), [IPSEC](https://www.cloudflare.com/learning/network-layer/what-is-ipsec/), <a href={props.cloudflareTunnelURL}>Cloudflare Tunnel</a> and [Cloudflare Network Interconnect](/network-interconnect/) tunnel's highest P95th percentile (ingress or egress traffic). The usage measurement excludes <a href={props.warpURL}>WARP</a> traffic.
1111

1212
To measure 95th percentile bandwidth at each tunnel, Cloudflare records bandwidth incoming and leaving our global network at five minute intervals, sorts these measurements in descending order, and discards the top 5% of recorded measurements. The highest remaining value constitutes the 95th percentile bandwidth measurement for that time period.

src/content/partials/networking-services/magic-wan/third-party/sonicwall.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ params:
44
- ipsecTunnelsUrl
55
- creatingYourIpsecTunnelsUrl
66
- createYourStaticRoutesUrl
7-
- configureMagicWanHealthChecksUrl
87
- checkTunnelHealthInTheDashboardUrl
98
---
109

0 commit comments

Comments
 (0)