A cloud network architect is planning a Virtual Private Cloud (VPC) network in Google Cloud to support a hybrid enterprise environment connected to an on-premises data center via Cloud VPN. The on-premises network uses the CIDR range for internal services. The planned GCP footprint requires a primary subnet in region `us-central1` starting at and another primary subnet in region `us-east1` allocated at .
Which TWO subnet planning and design requirements must be applied to ensure seamless hybrid connectivity and prevent IP address collisions? (Select TWO.)
- Provision the VPC network in custom mode because auto-mode VPC networks automatically allocate subnets within the range, which creates an IP address space collision with the on-premises network.Cevap
- BProvision the VPC network in auto mode to streamline cross-region route propagation, and modify the automatically generated subnet CIDRs after creation.
- Ensure that any future expansion of the primary subnet CIDR block retains the same start IP address or aligns with contiguous CIDR boundaries while avoiding overlap with or on-premises networks.Cevap
- DExpand the primary subnet in `us-central1` to when additional IP capacity is required, allowing Google Cloud to automatically merge the subnet into the newly expanded range.
Cevap
The network architect must provision the VPC network in custom mode to prevent auto-mode's default subnets from colliding with the on-premises range, and ensure any future subnet expansions follow contiguous CIDR boundary rules without overlapping existing regional subnets or hybrid network ranges.
Provisioning the VPC in custom mode is essential because auto-mode automatically creates subnets in the range, which directly collides with the on-premises network range over Cloud VPN. Additionally, expanding a primary subnet's IP range requires adhering to contiguous CIDR boundary rules while ensuring the expanded block does not overlap with existing subnets such as the one in or on-premises spaces.
Adım Adım Çözüm
Anahtar Kavram
VPC Network Modes and Subnet Expansion Rules in GCP