From 405b9630b0a1b01f92f2bb47e0f20bb852c3bf36 Mon Sep 17 00:00:00 2001 From: Marcio Date: Wed, 10 Sep 2025 10:19:52 +0100 Subject: [PATCH 1/3] refined text --- .../configuration/common-settings/custom-ike-id-ipsec.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/magic-wan/configuration/common-settings/custom-ike-id-ipsec.mdx b/src/content/docs/magic-wan/configuration/common-settings/custom-ike-id-ipsec.mdx index d5327cba7d6188b..1affe8edda86ca2 100644 --- a/src/content/docs/magic-wan/configuration/common-settings/custom-ike-id-ipsec.mdx +++ b/src/content/docs/magic-wan/configuration/common-settings/custom-ike-id-ipsec.mdx @@ -13,7 +13,7 @@ This feature is only available via API. There are no configuration options for a VeloCloud has a high availability mechanism that allows customers to specify one set of IKE parameters (like IKE ID) and multiple remote IPs. Customers create an IKE ID, and then assign the same custom IKE ID to their primary IPsec tunnel and their backup IPsec tunnel. FQDN is the only supported type for custom IKE IDs. -Magic WAN customers can set a custom IKE ID for an IPsec tunnel using the following API call. Customers will need to fill in the appropriate values for <account_id>, <tunnel_id>, and the FQDN wildcard before running the API call. +Magic WAN customers can set a custom IKE ID for an IPsec tunnel using the following API call. Customers will need to fill in the appropriate values for ``, ``, and the FQDN wildcard before running the API call. ```txt % cloudflared access curl From 181015e2f3e8908f20bba835e4d354ebc7f57661 Mon Sep 17 00:00:00 2001 From: Marcio Date: Wed, 10 Sep 2025 10:26:27 +0100 Subject: [PATCH 2/3] refined command --- .../common-settings/custom-ike-id-ipsec.mdx | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/content/docs/magic-wan/configuration/common-settings/custom-ike-id-ipsec.mdx b/src/content/docs/magic-wan/configuration/common-settings/custom-ike-id-ipsec.mdx index 1affe8edda86ca2..8da748aa83da4b4 100644 --- a/src/content/docs/magic-wan/configuration/common-settings/custom-ike-id-ipsec.mdx +++ b/src/content/docs/magic-wan/configuration/common-settings/custom-ike-id-ipsec.mdx @@ -5,6 +5,8 @@ sidebar: order: 6 --- +import { CURL } from "~/components"; + Magic WAN customers can configure a custom IKE ID for their IPsec tunnels. Customers that are using Magic WAN and a VeloCloud SD-WAN device together should utilize this option to create a high availability configuration. :::note @@ -15,8 +17,11 @@ VeloCloud has a high availability mechanism that allows customers to specify one Magic WAN customers can set a custom IKE ID for an IPsec tunnel using the following API call. Customers will need to fill in the appropriate values for ``, ``, and the FQDN wildcard before running the API call. -```txt -% cloudflared access curl -https://conduit-api.cfdata.org/accounts//ipsec_tunnels/ --XPUT -d '{"custom_remote_identities": {"fqdn_id": "*..custom.ipsec.cloudflare.com"}}' -``` +..custom.ipsec.cloudflare.com"} + }} +/> From 4387aef8b740c254fbd8d239538a2ecfc754e94c Mon Sep 17 00:00:00 2001 From: Marcio Date: Wed, 10 Sep 2025 10:27:12 +0100 Subject: [PATCH 3/3] refined text --- .../configuration/common-settings/custom-ike-id-ipsec.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/magic-wan/configuration/common-settings/custom-ike-id-ipsec.mdx b/src/content/docs/magic-wan/configuration/common-settings/custom-ike-id-ipsec.mdx index 8da748aa83da4b4..e92bd80bdd00a88 100644 --- a/src/content/docs/magic-wan/configuration/common-settings/custom-ike-id-ipsec.mdx +++ b/src/content/docs/magic-wan/configuration/common-settings/custom-ike-id-ipsec.mdx @@ -18,7 +18,7 @@ VeloCloud has a high availability mechanism that allows customers to specify one Magic WAN customers can set a custom IKE ID for an IPsec tunnel using the following API call. Customers will need to fill in the appropriate values for ``, ``, and the FQDN wildcard before running the API call.