このページの情報の一部またはすべては、S3NS の Trusted Cloud には適用されない場合があります。
Cross-Cloud Interconnect 接続を注文する
Alibaba Cloud との接続プロセスを開始するには、Cross-Cloud Interconnect 接続を注文します。
始める前に
このセクションでは、必要な権限、情報、設定手順について説明します。
必要なロール
続行するには、必要な権限が付与されている必要があります。Compute ネットワーク管理者(roles/compute.networkAdmin
)の IAM ロールが付与されていることを管理者に確認してください。ロールの付与の詳細については、Identity and Access Management(IAM)のドキュメントのプロジェクト、フォルダ、組織へのアクセスを管理するをご覧ください。
使用するリモート ロケーションと Trusted Cloud ロケーションの名前を確認します。この情報がない場合は、ロケーションを選択するをご覧ください。
プロジェクトの選択
Google Cloud CLI を使用している場合は、gcloud config set
コマンドを使用してプロジェクト ID を設定します。
gcloud config set project PROJECT_ID
このページの gcloud CLI の手順では、プロジェクト ID がすでに設定されていることを前提としています。
接続を注文する
Cross-Cloud Interconnect 接続を注文すると、Google は、指定されたロケーションにあるルーターにポートを予約します。Google Cloud は、後でこのポートを使用して、Alibaba ルーターとの接続を作成します。
Cross-Cloud Interconnect のサービスレベル契約の条件を満たすため、プライマリ接続と冗長接続の 2 つの接続を注文します。
注文を確定すると、注文の確認メールが届きます。
コンソール
- Trusted Cloud コンソールで、Cloud Interconnect の [物理接続] タブに移動します。
[物理接続] に移動
- [物理接続を設定] をクリックします。
- 表示されたフォームで [Cross-Cloud Interconnect 接続] を選択し、[続行] をクリックします。
- 次のページで、デフォルトの [新しい Cross-Cloud Interconnect 接続を注文] を選択したままにして、[続行] をクリックします。
- [Create Cross-Cloud Interconnect connection] ページで、プライマリ接続の詳細を入力します。
- 接続の名前を入力します。
- (省略可)説明を入力します。
- [リモート クラウド プロバイダ] フィールドで、[Alibaba Cloud] を選択します。
- [リモート ロケーション] フィールドで、Alibaba のロケーションを選択します。
- [Google Cloud のロケーション] フィールドで、Cross-Cloud Interconnect のロケーションを選択します。
-
[容量] を 10 Gb/s に設定します。Alibaba Cloud は LACP と 100 Gb/s のリンクをサポートしていないため、他のオプションは無効です。
[リモート ロケーション] フィールドまたは [ロケーション] フィールドの設定については、ロケーションを選択するをご覧ください。
- [次へ] をクリックします。
- 次のフォームに、冗長接続に関する詳細を入力します。
- 接続の名前を入力します。
- (省略可)説明を入力します。
- [リモート ロケーション] フィールドと [Google Cloud のロケーション] フィールドは、プライマリ接続に選択したものと同じ値のままにします。
- [次へ] をクリックします。
- [技術面に関する連絡先] フィールドにメールアドレスを入力します。
- [次へ] をクリックします。
- 請求に関する情報など、注文を確認します。概要が正しい場合は、[注文] をクリックします。正しくない場合は、前に戻って接続の詳細を編集してください。その後、このステップに戻って注文します。
- 注文確認ダイアログで [送信] をクリックします。
gcloud
gcloud compute interconnects create
コマンドを使用します。
このコマンドについて以下の点に注意してください。
- Cross-Cloud Interconnect は、パートナー プロバイダを使用する必要がないという点で、Dedicated Interconnect に似ています。このため、
--interconnect-type
フラグを DEDICATED
に設定します。
- Alibaba Cloud では、Link Aggregation Control Protocol(LACP)や 100 Gb/秒のリンクはサポートされていません。このため、
--requested-link-count
を 1
に設定し、--link-type
を LING_TYPE_ETHERNET_10G_LR
に設定します。さらに容量が必要な場合は、追加の Cross-Cloud Interconnect 接続を注文してください。
次の手順を完了します。
プライマリ接続を作成します。
gcloud compute interconnects create CONNECTION_NAME_1 \
--interconnect-type=DEDICATED \
--link-type=CAPACITY \
--requested-link-count=1 \
--location=GOOGLE_CLOUD_LOCATION_1 \
--remote-location=REMOTE_LOCATION \
--description=DESCRIPTION_1 \
--noc-contact-email=CONTACT_EMAIL_1
次のように置き換えます。
CONNECTION_NAME_1
: プライマリ Cross-Cloud Interconnect 接続の名前
CAPACITY
: 接続の容量(LINK_TYPE_ETHERNET_10G_LR
、LINK_TYPE_ETHERNET_100G_LR
など)
GOOGLE_CLOUD_LOCATION_1
: 使用する Trusted Cloud のロケーションに関連付けられた 2 つのエッジ アベイラビリティ ゾーンのいずれか(例: fra-zone1-58
)
REMOTE_LOCATION
: リモート ロケーション
DESCRIPTION_1
: 接続の説明(省略可)
CONTACT_EMAIL_1
: Google からの連絡に使用できるメールアドレス
冗長接続を作成します。
gcloud compute interconnects create CONNECTION_NAME_2 \
--interconnect-type=DEDICATED \
--link-type=CAPACITY \
--requested-link-count=1 \
--location=GOOGLE_CLOUD_LOCATION_2 \
--remote-location=REMOTE_LOCATION \
--description=DESCRIPTION_2 \
--noc-contact-email=CONTACT_EMAIL_2
次のように置き換えます。
CONNECTION_NAME_2
: 冗長な Cross-Cloud Interconnect 接続の名前
CAPACITY
: 接続の容量。この値は、プライマリ接続の容量と同じにする必要があります。
GOOGLE_CLOUD_LOCATION_2
: 使用する Trusted Cloud のロケーションに関連付けられた 2 つのエッジ アベイラビリティ ゾーンのいずれか。プライマリ ロケーションに使用したものと同じゾーンを使用しないでください。たとえば、プライマリ接続に fra-zone1-58
を選択した場合、セカンダリ接続に fra-zone2-58
を使用します。
REMOTE_LOCATION
: 前の手順でプライマリ接続の作成時に指定したリモート ロケーション
DESCRIPTION_2
: 冗長接続の説明(省略可)
CONTACT_EMAIL_2
: 冗長ロケーションに関する連絡先として Google が使用できるメールアドレス
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-08-19 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-08-19 UTC。"],[],[],null,["# Order Cross-Cloud Interconnect connections\n\nTo begin the process of connecting to Alibaba Cloud, order your\nCross-Cloud Interconnect connections.\n\nBefore you begin\n----------------\n\nThis section describes required permissions, information, and setup steps.\n\n### Required roles\n\nBefore proceeding, you need the required permissions. Ask your administrator to make sure that\nyou have the [Compute Network Admin](/compute/docs/access/iam#compute.networkAdmin)\n(`roles/compute.networkAdmin`) IAM role on the project. For more information about\ngranting roles, see\n[Manage access to projects, folders, and organizations](/iam/docs/granting-changing-revoking-access)\nin the Identity and Access Management (IAM) documentation.\n\n### Required information\n\nMake sure that you have the names of the remote location and Google Cloud location that\nyou want to use. If you don't have this information, see\n[Choose your locations](/network-connectivity/docs/interconnect/how-to/cci/alibaba/choose-locations).\n\n### Project selection\n\nIf you're using the Google Cloud CLI, set your project ID by using the\n[`gcloud config set` command](/sdk/gcloud/reference/config/set). \n\n```\ngcloud config set project PROJECT_ID\n```\n\nThe gcloud CLI instructions on this page assume that you have set your project ID.\n\nOrder your connections\n----------------------\n\nWhen you order a Cross-Cloud Interconnect connection, Google reserves a port\non a router at the location that you specify. Google later uses this port to create your connection\nto an Alibaba router.\n\nTo satisfy the Cross-Cloud Interconnect [service level agreement](/network-connectivity/docs/interconnect/sla), order\ntwo connections: a primary connection and a redundant one.\n\nAfter you place each order, you get an email confirming your order.\n\n### Console\n\n1. In the Google Cloud console, go to the Cloud Interconnect **Physical\n connections** tab.\n2. [Go to **Physical\n connections**](https://console.cloud.google.com/hybrid/interconnects/list?tab=interconnects)\n3. Click **Set up physical connection**.\n4. In the form that's displayed, select **Cross-Cloud Interconnect connection** , and then click **Continue**.\n5. On the next page, keep the default selection of **Order new Cross-Cloud Interconnect connection** , and then click **Continue**.\n6. On the **Create Cross-Cloud Interconnect connection** page, enter details about the primary connection:\n - Enter a **Name** for the connection.\n - Optional: Enter a **Description**.\n - In the **Remote cloud provider** field, select **Alibaba Cloud**.\n - In the **Remote location** field, select the Alibaba location.\n - In the **Google Cloud location** field, select the Cross-Cloud Interconnect location.\n - Set **Capacity** to **10 Gb/s**. Because Alibaba Cloud does not support LACP and does not support 100 Gb/s links, the other options are not valid.\n\n\n For help with setting the **Remote location** or **Location** field, see\n\n [Choose your locations](/network-connectivity/docs/interconnect/how-to/cci/alibaba/choose-locations).\n7. Click **Next**.\n8. In the next form, enter details about your redundant connection:\n - Enter a **Name** for the connection.\n - Optional: Enter a **Description**.\n - Leave the **Remote location** and **Google Cloud location** fields set to the same values that you selected for the primary connection.\n9. Click **Next**.\n10. Enter an email address in the **Technical contact** field.\n11. Click **Next**.\n12. Review the order, including the information about billing. If the summary of your details is correct, click **Place order**. If not, go back and edit the connection details. Then return to this step and place the order.\n13. In the order confirmation dialog, click **Submit**.\n\n### gcloud\n\nUse the\n[`gcloud compute interconnects create` command](/sdk/gcloud/reference/compute/interconnects/create).\n\nRelated to this command, note the following:\n\n- Cross-Cloud Interconnect is similar to Dedicated Interconnect in the sense that it does not require you to use a partner provider. For that reason, set the `--interconnect-type` flag to `DEDICATED`.\n- Alibaba Cloud does not support [Link Aggregation Control Protocol (LACP)](https://en.wikipedia.org/wiki/Link_aggregation) and doesn't support 100 Gb/s links. For that reason, set `--requested-link-count` to `1` and set `--link-type` to `LING_TYPE_ETHERNET_10G_LR`. If you need more capacity, order additional Cross-Cloud Interconnect connections.\n\nComplete the following steps:\n\n1. Create the primary connection:\n\n ```\n gcloud compute interconnects create CONNECTION_NAME_1 \\\n --interconnect-type=DEDICATED \\\n --link-type=CAPACITY \\\n --requested-link-count=1 \\\n --location=GOOGLE_CLOUD_LOCATION_1 \\\n --remote-location=REMOTE_LOCATION \\\n --description=DESCRIPTION_1 \\\n --noc-contact-email=CONTACT_EMAIL_1\n ```\n\n Replace the following:\n - \u003cvar translate=\"no\"\u003eCONNECTION_NAME_1\u003c/var\u003e: the name of the primary Cross-Cloud Interconnect connection\n - \u003cvar translate=\"no\"\u003eCAPACITY\u003c/var\u003e: the capacity of the connection---for example, `LINK_TYPE_ETHERNET_10G_LR` or `LINK_TYPE_ETHERNET_100G_LR`\n - \u003cvar translate=\"no\"\u003eGOOGLE_CLOUD_LOCATION_1\u003c/var\u003e: one of the two edge availability zones associated with the Google Cloud location you want to use---for example, `fra-zone1-58`\n - \u003cvar translate=\"no\"\u003eREMOTE_LOCATION\u003c/var\u003e: the remote location\n - \u003cvar translate=\"no\"\u003eDESCRIPTION_1\u003c/var\u003e: an optional description of your connection\n - \u003cvar translate=\"no\"\u003eCONTACT_EMAIL_1\u003c/var\u003e: an email address that Google can use to contact you\n2. Create the redundant connection:\n\n ```\n gcloud compute interconnects create CONNECTION_NAME_2 \\\n --interconnect-type=DEDICATED \\\n --link-type=CAPACITY \\\n --requested-link-count=1 \\\n --location=GOOGLE_CLOUD_LOCATION_2 \\\n --remote-location=REMOTE_LOCATION \\\n --description=DESCRIPTION_2 \\\n --noc-contact-email=CONTACT_EMAIL_2\n ```\n\n Replace the following:\n - \u003cvar translate=\"no\"\u003eCONNECTION_NAME_2\u003c/var\u003e: the name of the redundant Cross-Cloud Interconnect connection\n - \u003cvar translate=\"no\"\u003eCAPACITY\u003c/var\u003e: the capacity of the connection; this value must be the same as the capacity of the primary connection\n - \u003cvar translate=\"no\"\u003eGOOGLE_CLOUD_LOCATION_2\u003c/var\u003e: one of the two edge availability zones associated with the Google Cloud location you want to use; do not use the same zone that you used for the primary location---for example, if you chose `fra-zone1-58` for the primary connection, use `fra-zone2-58` for the secondary one\n - \u003cvar translate=\"no\"\u003eREMOTE_LOCATION\u003c/var\u003e: the same remote location that you specified in the preceding step, when you created the primary connection\n - \u003cvar translate=\"no\"\u003eDESCRIPTION_2\u003c/var\u003e: an optional description of your redundant connection\n - \u003cvar translate=\"no\"\u003eCONTACT_EMAIL_2\u003c/var\u003e: an email address that Google can use to contact you about the redundant location\n\n| For help with setting the **Remote location** or **Location** field, see [Choose your locations](/network-connectivity/docs/interconnect/how-to/cci/alibaba/choose-locations)."]]