Skip to content

Commit d77cdd3

Browse files
added content
1 parent 5b66358 commit d77cdd3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/content/partials/magic-transit/tunnels-reference/tunnels-encapsulation.mdx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ params:
66
- tunnelEndpoints
77
---
88

9-
import { GlossaryTooltip, Markdown, Details } from "~/components";
9+
import { AnchorHeading, GlossaryTooltip, Markdown, Details } from "~/components";
1010

1111
## Tunnels and encapsulation
1212

@@ -215,3 +215,12 @@ Additionally, the IKE ID type of `ID_IPV4_ADDR` is supported if the following tw
215215
:::caution
216216
Make sure each IPsec tunnel has a unique combination of a <a href={props.tunnelEndpoints}>Cloudflare endpoint and customer endpoint</a>. 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.
217217
:::
218+
219+
{ props.magicWord === "Magic Transit" && (
220+
<>
221+
<AnchorHeading title="Network Analytics" depth={2} />
222+
<p>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.</p>
223+
<p>For more information, refer to [Analytics](/magic-transit/analytics/).</p>
224+
</>
225+
)
226+
}

0 commit comments

Comments
 (0)