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";
-
-
diff --git a/src/content/docs/magic-wan/reference/tunnels.mdx b/src/content/docs/magic-wan/reference/tunnels.mdx
index 675262e005742f0..4300b5c2f62917a 100644
--- a/src/content/docs/magic-wan/reference/tunnels.mdx
+++ b/src/content/docs/magic-wan/reference/tunnels.mdx
@@ -10,13 +10,12 @@ description: Magic WAN uses Generic Routing Encapsulation (GRE) and IPsec
import { Render } from "~/components";
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/).
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 94%
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
index b55a3d8d686cea9..8a4bc4d2d479cc4 100644
--- a/src/content/partials/magic-transit/tunnels-reference/tunnels-encapsulation-opening.mdx
+++ b/src/content/partials/magic-transit/tunnels-reference/tunnels-encapsulation.mdx
@@ -1,12 +1,13 @@
---
params:
+ - magicWord?
- productName
- mssURL
- productURL
- tunnelEndpoints
---
-import { GlossaryTooltip, Markdown, Details } from "~/components";
+import { AnchorHeading, GlossaryTooltip, Markdown, Details } from "~/components";
## Tunnels and encapsulation
@@ -215,3 +216,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.
+ >
+ )
+}
\ No newline at end of file