Skip to content

Commit 72d29e9

Browse files
[WAN Tunnels] Reverted naming conventions to MWAN (#26192)
* reverted to previous naming convention * top-level name * consistent magicword * names * anchor links * names and links * names * link * refined * refined * corrected var * refined solution * typo * vars refine * hardcoded magic wan for connectors * corrected vars * refined vars * var * vars * refined vars * refined * fix vars * missing comma * commas * dashanme * typo * var fix * vars * hardcoded mwan * var * duplicate vars
1 parent e157808 commit 72d29e9

File tree

153 files changed

+413
-469
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+413
-469
lines changed

src/content/docs/cloudflare-one/networks/connectors/wan-tunnels/analytics/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pcx_content_type: reference
44
sidebar:
55
order: 10
66
head: []
7-
description: Use WAN Tunnels' different analytic options for an overview of the
7+
description: Use Magic WAN's different analytic options for an overview of the
88
performance of your sites, or to troubleshoot potential issues.
99

1010
---
@@ -15,7 +15,7 @@ import { Render } from "~/components";
1515
product="networking-services"
1616
params={{
1717
magicWord: "WAN Tunnels",
18-
productName: "WAN Tunnels",
18+
productName: "Magic WAN",
1919
analyticsAnchorHeading: "#wan-tunnels-network-analytics",
2020
networkAnalyticsURL: "/cloudflare-one/networks/connectors/wan-tunnels/analytics/network-analytics/",
2121
traceRoutes: "/cloudflare-one/networks/connectors/wan-tunnels/analytics/traceroutes/",

src/content/docs/cloudflare-one/networks/connectors/wan-tunnels/analytics/network-analytics.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ sidebar:
55
order: 2
66
head:
77
- tag: title
8-
content: WAN Tunnels Network Analytics
8+
content: Magic WAN Network Analytics
99
---
1010

1111
import { Render } from "~/components";
1212

1313
<Render file="magic-wan/analytics/network-analytics"
1414
product="networking-services"
1515
params={{
16-
productName: "WAN Tunnels"
16+
productName: "Magic WAN"
1717

1818
}}
1919
/>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
pcx_content_type: configuration
3-
title: Querying WAN Tunnels tunnel bandwidth analytics with GraphQL
3+
title: Querying Magic WAN tunnel bandwidth analytics with GraphQL
44
sidebar:
55
order: 5
66

@@ -10,5 +10,5 @@ import { Render } from "~/components"
1010

1111
<Render file="graphql/query-magic-transit-bandwidth-graphql"
1212
product="networking-services"
13-
params={{ productName: "WAN Tunnels" }}
13+
params={{ productName: "Magic WAN" }}
1414
/>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
pcx_content_type: configuration
3-
title: Querying WAN Tunnels tunnel health check results with GraphQL
3+
title: Querying Magic WAN tunnel health check results with GraphQL
44
sidebar:
55
order: 6
66

@@ -10,4 +10,4 @@ import { Render } from "~/components"
1010

1111
<Render file="graphql/query-magic-transit-health-checks"
1212
product="networking-services"
13-
params={{ productName: "WAN Tunnels" }} />
13+
params={{ productName: "Magic WAN" }} />

src/content/docs/cloudflare-one/networks/connectors/wan-tunnels/analytics/site-analytics.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 1
66
head:
77
- tag: title
8-
content: WAN Tunnels site analytics
8+
content: Magic WAN site analytics
99

1010
---
1111

@@ -17,7 +17,7 @@ import { Render } from "~/components"
1717
params={{
1818
instructions: "Refer to [Set up a site](/cloudflare-one/networks/connectors/wan-tunnels/configuration/common-settings/sites/) for more information on how to set up a site.",
1919
magicWord: "WAN Tunnels",
20-
productName: "WAN Tunnels",
20+
productName: "Magic WAN",
2121
networkOverviewPageName: "Network visibility",
2222
magicTunnelHcsURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/common-settings/configure-magic-tunnel-health-alerts/",
2323
setGeoCoordinatesURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/common-settings/sites/#set-geographic-coordinates"
@@ -30,7 +30,7 @@ import { Render } from "~/components"
3030
file="analytics/set-thresholds-site-health"
3131
product="networking-services"
3232
params={{
33-
productName: "WAN Tunnels",
33+
productName: "Magic WAN",
3434
magicTunnelHcsURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/common-settings/configure-magic-tunnel-health-alerts/"
3535
}}
3636
/>

src/content/docs/cloudflare-one/networks/connectors/wan-tunnels/analytics/traceroutes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import { Render } from "~/components";
1111
file="analytics/traceroutes"
1212
product="networking-services"
1313
params={{
14-
productName: "WAN Tunnels",
14+
productName: "Magic WAN",
1515
dashButtonPath: "/?to=/:account/magic-wan/tunnel-healthchecks",
16-
magicWord: "wan-tunnels",
16+
magicWord: "WAN Tunnels",
1717
}}
1818
/>

src/content/docs/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/configure-hardware-connector/index.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
pcx_content_type: how-to
3-
title: Configure hardware Appliances
3+
title: Configure hardware Connector
44
sidebar:
55
order: 3
6-
label: Configure hardware Appliances
6+
label: Configure hardware Connector
77
---
88

99
import { Render } from "~/components";
@@ -12,21 +12,21 @@ import { Render } from "~/components";
1212
product="networking-services"
1313
params={{
1414
magicWord: "hardware",
15-
productName: "Appliances",
15+
productName: "Magic WAN Connector",
1616
maintenanceURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/maintenance/",
17-
productOriginalName: "WAN Tunnels",
17+
dashName: "WAN Tunnels",
1818
sfpURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/configure-hardware-connector/sfp-port-information/",
19-
wan: "refers to the physical Appliances Ethernet port that you are using for your WAN. The ports are labeled `GE1`, `GE2`, `GE3`, `GE4`, `GE5`, and `GE6`. Choose the number corresponding to the port that you are using in Appliance. <br/> If you need a throughput higher than 1 Gbps, you can use one of the SFP+ ports. Refer to [SFP+ port information](/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/configure-hardware-connector/sfp-port-information/) for more information on the hardware supported.",
20-
lan: "refers to the physical Appliances Ethernet port that you are using for your WAN. The ports are labeled `GE1`, `GE2`, `GE3`, `GE4`, `GE5`, and `GE6`. Choose a number corresponding to the port that you are using in Appliance. <br/> If you need a throughput higher than 1 Gbps, you can use one of the SFP+ ports. Refer to [SFP+ port information](/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/configure-hardware-connector/sfp-port-information/) for more information on the hardware supported.",
21-
noConnectorShows: "You need to have bought an Appliance already for it to show up here. Refer to [Prerequisites](#prerequisites) if no Appliance shows up in this list.",
19+
wan: "refers to the physical Connector Ethernet port that you are using for your WAN. The ports are labeled `GE1`, `GE2`, `GE3`, `GE4`, `GE5`, and `GE6`. Choose the number corresponding to the port that you are using in Connector. <br/> If you need a throughput higher than 1 Gbps, you can use one of the SFP+ ports. Refer to [SFP+ port information](/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/configure-hardware-connector/sfp-port-information/) for more information on the hardware supported.",
20+
lan: "refers to the physical Connector Ethernet port that you are using for your WAN. The ports are labeled `GE1`, `GE2`, `GE3`, `GE4`, `GE5`, and `GE6`. Choose a number corresponding to the port that you are using in Connector. <br/> If you need a throughput higher than 1 Gbps, you can use one of the SFP+ ports. Refer to [SFP+ port information](/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/configure-hardware-connector/sfp-port-information/) for more information on the hardware supported.",
21+
noConnectorShows: "You need to have bought a Connector already for it to show up here. Refer to [Prerequisites](#prerequisites) if no Connector shows up in this list.",
2222
networkSegmentationURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/network-options/network-segmentation/",
2323
dhcpServerURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/network-options/dhcp/dhcp-server/",
2424
dhcpRelayURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/network-options/dhcp/dhcp-relay/",
2525
reserveIpAddressesURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/network-options/dhcp/dhcp-static-address-reservation/",
26-
shippedLanguage: "The Appliances is shipped to you deactivated",
27-
hardSoftConn: "You need to deploy two Appliances in your premises before you can set up a site in high availability.",
26+
shippedLanguage: "The Connector is shipped to you deactivated",
27+
hardSoftConn: "You need to deploy two Connectors in your premises before you can set up a site in high availability.",
2828
hcConfigsURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/reference/#high-availability-configurations",
29-
finalInstructions: "Follow the instructions in [Set up your Appliances](#set-up-your-appliances) and [Activate appliance](#activate-appliance) to finish setting up your Appliances.",
29+
finalInstructions: "Follow the instructions in [Set up your Connector](#set-up-your-connector) and [Activate Connector](#activate-connector) to finish setting up your Connector.",
3030
ipsecTunnelsRefURL: "/cloudflare-one/networks/connectors/wan-tunnels/reference/gre-ipsec-tunnels/#ipsec-tunnels",
3131
trafficSteeringURL: "/cloudflare-one/networks/connectors/wan-tunnels/reference/traffic-steering/",
3232
vlanIdURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/reference/#vlan-id",

src/content/docs/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/configure-hardware-connector/sfp-port-information.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ import { Render } from "~/components";
99
<Render file="mconn/spf-port-info"
1010
product="networking-services"
1111
params={{
12-
productName: "Appliances",
13-
productNameVirtual: "Virtual Appliances",
12+
productName: "Magic WAN Connector",
13+
productNameVirtual: "Virtual Connector",
1414
}} />

src/content/docs/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/configure-virtual-connector.mdx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
pcx_content_type: how-to
3-
title: Configure Virtual Appliances
4-
description: Learn how to configure WAN Tunnels Virtual Appliances on VMWare ESXi or Proxmox Virtual Environment
3+
title: Configure Virtual Connector
4+
description: Learn how to configure Magic WAN Virtual Connector on VMWare ESXi or Proxmox Virtual Environment
55
sidebar:
66
order: 4
77
---
@@ -12,21 +12,21 @@ import { Render } from "~/components";
1212
product="networking-services"
1313
params={{
1414
magicWord: "virtual",
15-
productName: "Appliances",
16-
productNameVirtual: "Virtual Appliance",
15+
productName: "Magic WAN Connector",
16+
productNameVirtual: "Virtual Connector",
1717
maintenanceURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/maintenance/",
18-
productOriginalName: "WAN Tunnels",
19-
wan: "needs to correspond to the virtual network interface on the Virtual Appliances instance you have set up in VMware. Following our example from the previous steps, you need to choose port `1` since that is what corresponds to the `eno1` port we set up in VMware.",
20-
lan: "needs to correspond to the virtual LAN interface on the Virtual Appliances instance you have set up in VMware. Following our example from the previous steps, you need to choose port `2` since that is what corresponds to the `eno2` port we set up in VMware.",
21-
noConnectorShows: "For a Virtual Appliance to show up you need to: <br /><ul><li><strong>VMWare:</strong> Have already obtained your OVA package and license keys if you are installing on VMWare.</li><li><strong>Proxmox:</strong> Have already obtained your Virtual Appliance Script and license keys if you are installing on Proxmox.</li></ul>\nFor more information, refer to [Configure a virtual machine](#configure-a-virtual-machine) and select the appropriate tab.\n",
18+
dashName: "WAN Tunnels",
19+
wan: "needs to correspond to the virtual network interface on the Virtual Connector instance you have set up in VMware. Following our example from the previous steps, you need to choose port `1` since that is what corresponds to the `eno1` port we set up in VMware.",
20+
lan: "needs to correspond to the virtual LAN interface on the Virtual Connector instance you have set up in VMware. Following our example from the previous steps, you need to choose port `2` since that is what corresponds to the `eno2` port we set up in VMware.",
21+
noConnectorShows: "For a Virtual Connector to show up you need to: <br /><ul><li><strong>VMWare:</strong> Have already obtained your OVA package and license keys if you are installing on VMWare.</li><li><strong>Proxmox:</strong> Have already obtained your Virtual Connector Script and license keys if you are installing on Proxmox.</li></ul>\nFor more information, refer to [Configure a virtual machine](#configure-a-virtual-machine) and select the appropriate tab.\n",
2222
networkSegmentationURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/network-options/network-segmentation/",
2323
dhcpServerURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/network-options/dhcp/dhcp-server/",
2424
dhcpRelayURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/network-options/dhcp/dhcp-relay/",
2525
reserveIpAddressesURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/network-options/dhcp/dhcp-static-address-reservation/",
26-
shippedLanguage: "Virtual Appliance is deactivated after you install it",
27-
hardSoftConn: "You need to install two Virtual Appliances before you can set up a site in high availability.",
26+
shippedLanguage: "Virtual Connector is deactivated after you install it",
27+
hardSoftConn: "You need to install two Virtual Connectors before you can set up a site in high availability.",
2828
hcConfigsURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/reference/#high-availability-configurations",
29-
finalInstructions: "Follow the instructions in [Activate appliance](#activate-appliance) to finish setting up your Appliances.",
29+
finalInstructions: "Follow the instructions in [Activate Connector](#activate-connector) to finish setting up your Connectors.",
3030
ipsecTunnelsRefURL: "/cloudflare-one/networks/connectors/wan-tunnels/reference/gre-ipsec-tunnels/#ipsec-tunnels",
3131
trafficSteeringURL: "/cloudflare-one/networks/connectors/wan-tunnels/reference/traffic-steering/",
3232
vlanIdURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/reference/#vlan-id",

src/content/docs/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/device-metrics.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { Render } from "~/components";
1111
file="mconn/device-metrics"
1212
product="networking-services"
1313
params={{
14-
productName: "Appliance",
14+
productName: "Magic WAN Connector",
1515
troubleshootingURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/troubleshooting/"
1616
}}
1717
/>

0 commit comments

Comments
 (0)