אתם יכולים לראות רשימה של כל חיבורי ה-VLAN בפרויקט שלכם ופרטים על כל אחד מהם. לדוגמה, אפשר לראות את השם של קובץ מצורף, אם הוא קובץ מצורף ל-Dedicated Interconnect או ל-Partner Interconnect, ואת Cloud Router שמשויך אליו.
המסוף
במסוף Cloud de Confiance , עוברים לכרטיסייה VLAN attachments של Cloud Interconnect.
בוחרים צירוף ל-VLAN כדי לראות את הפרטים שלו.
gcloud
כדי להציג רשימה של כל הצירופים ל-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 ...
כדי לראות מידע נוסף על הצירוף ל-VLAN, מתארים אותו:
gcloud compute interconnects attachments describe NAME
מחליפים את
NAMEבשם של הצירוף ל-VLAN.הפלט של צירופי VLAN של IPv4 אמור להיראות כך:
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
הפלט אמור להיראות כך עבור חיבורי VLAN של IPv4 ו-IPv6 (מערך כפול):
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
המאמרים הבאים
כדי ליצור חיבור Partner Interconnect, אפשר לעיין בסקירה הכללית של הקצאת Partner Interconnect.
מידע נוסף על אפשרויות Cloud Interconnect זמין במאמר סקירה כללית על Cloud Interconnect.
כדי לעזור לכם לפתור בעיות נפוצות שאתם עשויים להיתקל בהן במהלך השימוש ב-Partner Interconnect, תוכלו לעיין במאמר בנושא פתרון בעיות.