From 5b6635893632c820fa19aca08cc1490c386f5739 Mon Sep 17 00:00:00 2001 From: marciocloudflare Date: Tue, 25 Mar 2025 12:27:58 +0000 Subject: [PATCH 1/8] changed name to tunnels-encapsulation --- ...unnels-encapsulation-opening.mdx => tunnels-encapsulation.mdx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/content/partials/magic-transit/tunnels-reference/{tunnels-encapsulation-opening.mdx => tunnels-encapsulation.mdx} (100%) diff --git a/src/content/partials/magic-transit/tunnels-reference/tunnels-encapsulation-opening.mdx b/src/content/partials/magic-transit/tunnels-reference/tunnels-encapsulation.mdx similarity index 100% rename from src/content/partials/magic-transit/tunnels-reference/tunnels-encapsulation-opening.mdx rename to src/content/partials/magic-transit/tunnels-reference/tunnels-encapsulation.mdx From d77cdd3dcb36bd70861e12e924dc40de203e8cc8 Mon Sep 17 00:00:00 2001 From: marciocloudflare Date: Tue, 25 Mar 2025 12:30:08 +0000 Subject: [PATCH 2/8] added content --- .../tunnels-reference/tunnels-encapsulation.mdx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/content/partials/magic-transit/tunnels-reference/tunnels-encapsulation.mdx b/src/content/partials/magic-transit/tunnels-reference/tunnels-encapsulation.mdx index b55a3d8d686cea9..dff974f2c306da0 100644 --- a/src/content/partials/magic-transit/tunnels-reference/tunnels-encapsulation.mdx +++ b/src/content/partials/magic-transit/tunnels-reference/tunnels-encapsulation.mdx @@ -6,7 +6,7 @@ params: - tunnelEndpoints --- -import { GlossaryTooltip, Markdown, Details } from "~/components"; +import { AnchorHeading, GlossaryTooltip, Markdown, Details } from "~/components"; ## Tunnels and encapsulation @@ -215,3 +215,12 @@ Additionally, the IKE ID type of `ID_IPV4_ADDR` is supported if the following tw :::caution Make sure each IPsec tunnel has a unique combination of a Cloudflare endpoint and customer endpoint. If this combination is not unique among your IPsec tunnels, you should use one of the custom IKE formats (`ID_RFC822_ADDR`, `ID_FQDN`, or `ID_KEY_ID`) to specify the tunnel ID and account ID. This helps Cloudflare link the IKE packet to the right IPsec tunnel for tasks like authentication. ::: + +{ props.magicWord === "Magic Transit" && ( + <> + +

Cloudflare's Network Analytics provides near real-time visibility into network and transport layer traffic patterns and DDoS attacks which can help troubleshoot IP traffic issues. You can also use Network Analytics to view information about the traffic that leaves Cloudflare's global network by reviewing ingress and egress tunnel traffic over a specific amount of time.

+

For more information, refer to [Analytics](/magic-transit/analytics/).

+ + ) +} \ No newline at end of file From 79daffab8e7c687b0d10fc5cb13ca845d0126fd2 Mon Sep 17 00:00:00 2001 From: marciocloudflare Date: Tue, 25 Mar 2025 12:30:28 +0000 Subject: [PATCH 3/8] added magicword var --- .../magic-transit/tunnels-reference/tunnels-encapsulation.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/partials/magic-transit/tunnels-reference/tunnels-encapsulation.mdx b/src/content/partials/magic-transit/tunnels-reference/tunnels-encapsulation.mdx index dff974f2c306da0..4923702d74c67d0 100644 --- a/src/content/partials/magic-transit/tunnels-reference/tunnels-encapsulation.mdx +++ b/src/content/partials/magic-transit/tunnels-reference/tunnels-encapsulation.mdx @@ -1,5 +1,6 @@ --- params: + - magicWord? - productName - mssURL - productURL From d591fc6beab9f248a8e14aff96c6743f109afde2 Mon Sep 17 00:00:00 2001 From: marciocloudflare Date: Tue, 25 Mar 2025 12:30:43 +0000 Subject: [PATCH 4/8] deleted old partial --- .../tunnels-encapsulation-mt-network-analytics.mdx | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/content/partials/magic-transit/tunnels-reference/tunnels-encapsulation-mt-network-analytics.mdx diff --git a/src/content/partials/magic-transit/tunnels-reference/tunnels-encapsulation-mt-network-analytics.mdx b/src/content/partials/magic-transit/tunnels-reference/tunnels-encapsulation-mt-network-analytics.mdx deleted file mode 100644 index 285bca1b1bf892f..000000000000000 --- a/src/content/partials/magic-transit/tunnels-reference/tunnels-encapsulation-mt-network-analytics.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -{} - ---- - -## Network Analytics - -Cloudflare's Network Analytics provides near real-time visibility into network and transport layer traffic patterns and DDoS attacks which can help troubleshoot IP traffic issues. You can also use Network Analytics to view information about the traffic that leaves Cloudflare's global network by reviewing ingress and egress tunnel traffic over a specific amount of time. - -For more information, refer to [Analytics](/magic-transit/analytics/). From 591e724bdedc45c5318d32c4b48534a1c966f1ee Mon Sep 17 00:00:00 2001 From: marciocloudflare Date: Tue, 25 Mar 2025 12:31:31 +0000 Subject: [PATCH 5/8] updated mt page --- src/content/docs/magic-transit/reference/tunnels.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/content/docs/magic-transit/reference/tunnels.mdx b/src/content/docs/magic-transit/reference/tunnels.mdx index 964691a3c86106d..ba4224f95e8fe80 100644 --- a/src/content/docs/magic-transit/reference/tunnels.mdx +++ b/src/content/docs/magic-transit/reference/tunnels.mdx @@ -10,13 +10,12 @@ description: Magic Transit uses Generic Routing Encapsulation (GRE) and IPsec import { Render } from "~/components"; - - From 71915470ef6111c41095090aa83919d410914f94 Mon Sep 17 00:00:00 2001 From: marciocloudflare Date: Tue, 25 Mar 2025 12:32:01 +0000 Subject: [PATCH 6/8] refined mwan page --- src/content/docs/magic-wan/reference/tunnels.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/content/docs/magic-wan/reference/tunnels.mdx b/src/content/docs/magic-wan/reference/tunnels.mdx index 675262e005742f0..f2f2c552e121dab 100644 --- a/src/content/docs/magic-wan/reference/tunnels.mdx +++ b/src/content/docs/magic-wan/reference/tunnels.mdx @@ -16,7 +16,6 @@ import { Render } from "~/components"; productName: "Magic WAN", mssURL: "/magic-wan/get-started/#set-maximum-segment-size", productURL: "/magic-wan/reference/anti-replay-protection/", - tunnelEndpoints: - "/magic-wan/configuration/manually/how-to/configure-tunnels/", + tunnelEndpoints: "/magic-wan/configuration/manually/how-to/configure-tunnels/" }} /> From 0c5504f7b3c377333125526a8e8e78c4128b0eaa Mon Sep 17 00:00:00 2001 From: marciocloudflare Date: Tue, 25 Mar 2025 12:33:16 +0000 Subject: [PATCH 7/8] corrected partial name --- src/content/docs/magic-wan/reference/tunnels.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/magic-wan/reference/tunnels.mdx b/src/content/docs/magic-wan/reference/tunnels.mdx index f2f2c552e121dab..4300b5c2f62917a 100644 --- a/src/content/docs/magic-wan/reference/tunnels.mdx +++ b/src/content/docs/magic-wan/reference/tunnels.mdx @@ -10,7 +10,7 @@ description: Magic WAN uses Generic Routing Encapsulation (GRE) and IPsec import { Render } from "~/components"; Date: Tue, 25 Mar 2025 12:35:02 +0000 Subject: [PATCH 8/8] corrected link --- .../magic-transit/tunnels-reference/tunnels-encapsulation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/partials/magic-transit/tunnels-reference/tunnels-encapsulation.mdx b/src/content/partials/magic-transit/tunnels-reference/tunnels-encapsulation.mdx index 4923702d74c67d0..8a4bc4d2d479cc4 100644 --- a/src/content/partials/magic-transit/tunnels-reference/tunnels-encapsulation.mdx +++ b/src/content/partials/magic-transit/tunnels-reference/tunnels-encapsulation.mdx @@ -221,7 +221,7 @@ Make sure each IPsec tunnel has a unique combination of a

Cloudflare's Network Analytics provides near real-time visibility into network and transport layer traffic patterns and DDoS attacks which can help troubleshoot IP traffic issues. You can also use Network Analytics to view information about the traffic that leaves Cloudflare's global network by reviewing ingress and egress tunnel traffic over a specific amount of time.

-

For more information, refer to [Analytics](/magic-transit/analytics/).

+

For more information, refer to Analytics.

) } \ No newline at end of file