VLAN アタッチメントを表示する

プロジェクト内のすべての VLAN アタッチメントのリストと、その詳細を表示できます。たとえば、アタッチメントの名前、アッタチメントが Dedicated Interconnect 用か Partner Interconnect 用か、関連する Cloud Router を表示できます。

コンソール

  1. Google Cloud コンソールで、Cloud Interconnect の [VLAN アタッチメント] タブに移動します。

    [VLAN アタッチメント] に移動

  2. VLAN アタッチメントを選択して、その詳細を表示します。

gcloud

  1. プロジェクト内のすべての VLAN アタッチメントをリストします。

    gcloud compute interconnects attachments list
    

    出力は次のようになります。

    NAME: my-attachment
    REGION: us-east1
    TYPE: PARTNER
    INTERCONNECT: some-partner-interconnect
    ROUTER: my-router
    
    NAME: my-second-attachment
    REGION: us-west1
    TYPE: DEDICATED
    INTERCONNECT: some-dedicated-interconnect
    ROUTER: my-second-router
    ...
    
  2. 詳細を表示する VLAN アタッチメントを describe コマンドに指定します。

    gcloud compute interconnects attachments describe NAME
    

    NAME は、VLAN アタッチメントの名前に置き換えます。

    IPv4 VLAN アタッチメントの出力は次のようになります。

    adminEnabled: false
    edgeAvailabilityDomain: AVAILABILITY_DOMAIN_1
    bandwidth: BPS_1G
    cloudRouterIpAddress: 169.254.67.201/29
    creationTimestamp: '2017-12-01T08:29:09.886-08:00'
    customerRouterIpAddress: 169.254.67.202/29
    id: '7976913826166357434'
    kind: compute#interconnectAttachment
    labelFingerprint: 42WmSpB8rSM=
    name: NAME
    pairingKey: 7e51371e-72a3-40b5-b844-2e3efefaee59/us-central1/2
    partnerMetadata:
      interconnectName: New York (2)
      partnerName: My Service Provider Inc
      portalUrl: https://service-provider-portal.com
    region: https://www.googleapis.com/compute/v1/projects/customer-project/regions/us-central1
    router: https://www.googleapis.com/compute/v1/projects/customer-project/regions/us-central1/routers/my-router
    selfLink: https://www.googleapis.com/compute/v1/projects/customer-project/regions/us-central1/interconnectAttachments/NAME
    stackType: IPV4_ONLY
    state: PENDING_CUSTOMER
    type: PARTNER
    vlanTag8021q: 1000
    

    IPv4 と IPv6 のデュアル スタック VLAN アタッチメントの出力は次のようになります。

    adminEnabled: true
    edgeAvailabilityDomain: AVAILABILITY_DOMAIN_1
    bandwidth: BPS_1G
    cloudRouterIpAddress: 169.254.67.201/29
    cloudRouterIpv6Address: 2600:2d00:0:1::1/125
    creationTimestamp: '2017-12-01T08:31:11.580-08:00'
    customerRouterIpAddress: 169.254.67.202/29
    customerRouterIpv6Address: 2600:2d00:0:1::2/125
    description: Interconnect for Customer 1
    id: '7193021941765913888'
    interconnect: https://www.googleapis.com/compute/alpha/projects/partner-project/global/interconnects/lga-2
    kind: compute#interconnectAttachment
    labelFingerprint: 42WmSpB8rSM=
    name: partner-attachment
    partnerMetadata:
      interconnectName: New York (2)
      partnerName: Partner Inc
      portalUrl: https://partner-portal.com
    region: https://www.googleapis.com/compute/alpha/projects/partner-project/regions/us-central1
    selfLink: https://www.googleapis.com/compute/alpha/projects/partner-project/regions/us-central1/interconnectAttachments/customer-attachment
    stackType: IPV4_IPV6
    state: ACTIVE
    type: PARTNER
    vlanTag8021q: 1000
    

アタッチメントの Dataplane バージョンを確認する

VLAN アタッチメントを作成した後、アタッチメントの Dataplane バージョンを確認できます。

VLAN アタッチメントの Dataplane のバージョンは、Google Cloud CLI と Compute Engine API でのみ確認できます。アタッチメントの Dataplane バージョンは、Google Cloud コンソールには表示されません。

双方向フォワーディング検出(BFD)などの特定の機能を有効にする前に、アタッチメントで Dataplane v2 が使用されていることを確認する必要があります。

gcloud

アタッチメントの Dataplane バージョンを確認するには、次のコマンドを実行します。

gcloud compute interconnects attachments describe ATTACHMENT_NAME

ATTACHMENT_NAME は、確認するアタッチメントの名前に置き換えます。

出力で、値が 2dataplaneVersion フィールドを探します。

出力に dataplaneVersion フィールドが表示されない場合は、VLAN アタッチメントはバージョン 1 を使用しています。

次の出力例は、Dataplane v2 を使用する VLAN アタッチメントを示しています。

    adminEnabled: false
    edgeAvailabilityDomain: AVAILABILITY_DOMAIN_1
    bandwidth: BPS_1G
    cloudRouterIpAddress: 169.254.67.201/29
    creationTimestamp: '2017-12-01T08:29:09.886-08:00'
    customerRouterIpAddress: 169.254.67.202/29
    dataplaneVersion: 2
    id: '7976913826166357434'
    kind: compute#interconnectAttachment
    labelFingerprint: 42WmSpB8rSM=
    name: my-attachment
    pairingKey: 7e51371e-72a3-40b5-b844-2e3efefaee59/us-central1/2
    partnerMetadata:
      interconnectName: New York (2)
      partnerName: My Service Provider Inc
      portalUrl: https://service-provider-portal.com
    region: https://www.googleapis.com/compute/v1/projects/customer-project/regions/us-central1
    router: https://www.googleapis.com/compute/v1/projects/customer-project/regions/us-central1/routers/my-router
    selfLink: https://www.googleapis.com/compute/v1/projects/customer-project/regions/us-central1/interconnectAttachments/ATTACHMENT_NAME
    state: PENDING_CUSTOMER
    type: PARTNER
    vlanTag8021q: 1000
    

API

interconnectAttachments.get メソッドを使用して dataplaneVersion フィールドの値を取得します。

GET https://compute.googleapis.com/compute/v1/projects/PROJECT_ID/regions/REGION/interconnectAttachments/ATTACHMENT_NAME

次のように置き換えます。

  • PROJECT_ID: VLAN アタッチメントを含むプロジェクト
  • REGION: VLAN アタッチメントが配置されているリージョン
  • ATTACHMENT_NAME: VLAN アタッチメントの名前

出力で、値が 2 の dataplaneVersion フィールドを探します。

出力に dataplaneVersion フィールドが表示されない場合は、VLAN アタッチメントはバージョン 1 を使用しています。

次のステップ