An enterprise organization is configuring a global Shared VPC network on Google Cloud spanning the us-central1 and europe-west1 regions. On-premises data centers are connected to us-central1 via a pair of Dedicated Interconnect attachments with BGP sessions established on regional Cloud Routers. Workloads deployed in europe-west1 require low-latency connectivity to on-premises databases, and workloads in both regions must seamlessly reach internal load balancers deployed in either region. The network administration team must ensure optimal route propagation across all regions without introducing unnecessary VPN overlays or invalid routing assumptions. Which VPC network topology configuration meets these requirements?
- Set the Shared VPC dynamic routing mode to Global, enabling Cloud Routers in us-central1 to dynamically propagate learned on-premises BGP routes across all regions to instances in europe-west1.Answer
- BProvision a separate regional VPC network in europe-west1, create a VPC Network Peering connection between the europe-west1 VPC and the us-central1 VPC, and rely on standard VPC Peering to transitively forward on-premises traffic received over Dedicated Interconnect.
- CMaintain the default Regional Dynamic Routing mode on the Shared VPC, and establish an IPsec HA VPN tunnel between Cloud Routers in europe-west1 and us-central1 to manually relay on-premises BGP routes between regions.
- DConfigure VPC Service Controls security perimeters around us-central1 and europe-west1 projects to automatically bridge cross-region internal load balancer IP addresses and bypass Cloud Router requirements.
Answer
Setting the Shared VPC dynamic routing mode to Global allows regional Cloud Routers to automatically propagate on-premises routes globally to all subnets across regions.
Enabling Global Dynamic Routing on a GCP Virtual Private Cloud (VPC) network configures Cloud Routers to advertise and propagate learned BGP routes across all regions within that VPC. This enables instances in europe-west1 to seamlessly communicate with on-premises networks via the Dedicated Interconnect attached in us-central1 without extra tunnels or complex routing architectures.
Step-by-Step Solution
Key Concept
VPC Global Dynamic Routing and Route Propagation
Estimated Time:3m 0s