צפייה בצירופים ל-VLAN ובקבוצות

אתם יכולים לראות רשימה של כל חיבורי ה-VLAN בפרויקט ופרטים על כל אחד מהם. לדוגמה, אפשר לראות את השם של קובץ מצורף, אם הוא קובץ מצורף ל-Dedicated Interconnect או ל-Partner Interconnect, ואת Cloud Router שמשויך אליו. אפשר גם לבדוק את הגרסה של Dataplane.

הצגת צירופים ל-VLAN והפרטים שלהם

המסוף

  1. במסוף Google Cloud , עוברים לכרטיסייה VLAN attachments של Cloud Interconnect.

    מעבר לצירופים ל-VLAN

  2. בוחרים צירוף ל-VLAN כדי לראות את הפרטים שלו.

gcloud

  1. כדי להציג רשימה של כל הצירופים ל-VLAN בפרויקט:

    gcloud compute interconnects attachments list
    

    הפלט אמור להיראות כך:

    NAME: my-attachment
    REGION: us-east1
    TYPE: PARTNER
    INTERCONNECT: example-partner-interconnect
    ROUTER: my-router
    ATTACHMENT_GROUP: example-attachment-group
    
    NAME: my-second-attachment
    REGION: us-west1
    TYPE: DEDICATED
    INTERCONNECT: example-dedicated-interconnect
    ROUTER: my-second-router
    ATTACHMENT_GROUP: example-attachment-group
    ...
    
  2. כדי לראות מידע נוסף על הצירוף ל-VLAN, מתארים אותו:

    gcloud compute interconnects attachments describe my-attachment
    

    הפלט אמור להיראות כך:

    adminEnabled: true
    attachmentGroup: https://www.googleapis.com/compute/v1/projects/customer-project/global/interconnectAttachmentGroups/example-attachment-group
    bandwidth: BPS_10G
    cloudRouterIpAddress: 169.254.194.169/29
    creationTimestamp: '2022-03-04T10:08:51.610-08:00'
    customerRouterIpAddress: 169.254.194.170/29
    dataplaneVersion: 2
    id: '8652605636960316252'
    interconnect: https://www.googleapis.com/compute/v1/projects/customer-project/global/interconnects/example-dedicated-interconnect
    kind: compute#interconnectAttachment
    mtu: 1460
    name: my-second-attachment
    operationalStatus: OS_ACTIVE
    privateInterconnectInfo:
      tag8021q: 1101
    region: https://www.googleapis.com/compute/v1/projects/customer-project/regions/us-west1
    router: https://www.googleapis.com/compute/v1/projects/customer-project/regions/us-west1/routers/my-second-router
    selfLink: https://www.googleapis.com/compute/v1/projects/customer-project/regions/us-west1/interconnectAttachments/my-second-attachment
    state: ACTIVE
    type: DEDICATED
    vlanTag8021q: 1101
    

הצגת קבוצות של צירופים ל-VLAN והפרטים שלהם

המסוף

  1. נכנסים לכרטיסייה VLAN attachments ב-Cloud Interconnect במסוף Google Cloud .

    מעבר לצירופים ל-VLAN

  2. בשדה קבוצות קבצים מצורפים, לוחצים על השם של קבוצת קבצים מצורפים כדי לראות פרטים נוספים על הקבוצה.

gcloud

  1. כדי להציג את כל קבוצות הצירופים ל-VLAN בפרויקט, מריצים את הפקודה הבאה:

    gcloud compute interconnects attachments groups list
    

    הפלט אמור להיראות כך:

    NAME                ATTACHMENTS             INTENDED_SLA             CONFIGURED_SLA
    attachment-group-1                          PRODUCTION_NON_CRITICAL  NO_SLA
    attachment-group-2  us-east4/attachment-1   PRODUCTION_NON_CRITICAL  PRODUCTION_NON_CRITICAL
                        us-east4/attachment-2
    attachment-group-3  us-east4/attachment-3   PRODUCTION_CRITICAL      PRODUCTION_CRITICAL
                        us-east4/attachment-4
                        us-west2/attachment-5
                        us-west2/attachment-6
    
  2. כדי לראות מידע נוסף על צירוף ל-VLAN ספציפי, משתמשים בפקודה הבאה ומחליפים את GROUP_NAME בשם של קבוצת החיבור.

    gcloud compute interconnects attachments groups describe GROUP_NAME
    

    הפלט אמור להיראות כך:

    attachments:
      us-east4/attachment-1:
        attachment: https://www.googleapis.com/compute/v1/projects/my-project/regions/us-east4/interconnectAttachments/attachment-1
      us-east4/attachment-2:
        attachment: https://www.googleapis.com/compute/v1/projects/my-project/regions/us-east4/interconnectAttachments/attachment-2
    configured:
      availabilitySla:
        effectiveSla: PRODUCTION_NON_CRITICAL
    description: my attachment group
    intent:
      availabilitySla: PRODUCTION_NON_CRITICAL
    kind: compute#interconnectAttachmentGroup
    logicalStructure:
      regions:
      - metros:
        - facilities:
          - facility: '1'
            zones:
            - attachments:
              - https://www.googleapis.com/compute/v1/projects/my-project/regions/us-east4/interconnectAttachments/attachment-1
              zone: zone1
            - attachments:
              - https://www.googleapis.com/compute/v1/projects/my-project/regions/us-east4/interconnectAttachments/attachment-2
              zone: zone2
          metro: IAD
        region: us-east4
    name: attachment-group-2
    selfLink: https://www.googleapis.com/compute/v1/projects/my-project/global/interconnectAttachmentGroups/attachment-group-2
    

המאמרים הבאים