Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ import { Render } from "~/components";
ipsecTunnelsUrl: "/magic-wan/configuration/manually/how-to/configure-tunnel-endpoints/",
creatingYourIpsecTunnelsUrl: "/magic-wan/configuration/manually/how-to/configure-tunnel-endpoints/#add-tunnels",
createYourStaticRoutesUrl: "/magic-wan/configuration/manually/how-to/configure-routes/#create-a-static-route",
configureMagicWanHealthChecksUrl: "/magic-wan/configuration/manually/how-to/configure-tunnel-endpoints/#add-tunnels",
checkTunnelHealthInTheDashboardUrl: "/magic-wan/configuration/common-settings/check-tunnel-health-dashboard/"
}} />
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@ params:

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

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

## Before you begin

{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.
{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.

## Set up method

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

### Automatic set up

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.
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.

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.

### Manual set up

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:
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:

1. Read the [Prerequisites](#prerequisites) below.
2. Follow the steps in <a href={props.configureMwanManually}>Manual configuration</a>.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ params:
- warpURL
---

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

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.
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.

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.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ params:
- ipsecTunnelsUrl
- creatingYourIpsecTunnelsUrl
- createYourStaticRoutesUrl
- configureMagicWanHealthChecksUrl
- checkTunnelHealthInTheDashboardUrl
---

Expand Down
Loading