A cloud engineering team is planning to expand the primary IP address range of an active custom-mode Virtual Private Cloud (VPC) subnet connected to an on-premises data center via Cloud Router using BGP. What is the correct sequence of steps the team must perform to safely plan, execute, and propagate this subnet expansion?
- 1Audit contiguous IP space across both the GCP VPC and connected on-premises networks to verify the prospective expanded block is unallocated.
- 2Verify that the planned CIDR modification decreases the netmask prefix length (e.g., from to ) without changing the network start address.
- 3Run the subnet expansion operation in Google Cloud to update the primary IP range of the subnet.
- 4Update the Cloud Router custom route advertisement configuration to broadcast the newly expanded CIDR block to on-premises BGP peers.
Cevap
The correct procedural order begins with auditing contiguous IP space across hybrid networks to prevent IP collisions, validating GCP subnet expansion constraints (prefix length reduction only without shifting base IP), performing the subnet expansion in GCP, and finally updating Cloud Router BGP custom route advertisements to inform on-premises networks.
The sequence follows the required architectural workflow: auditing hybrid IP space first to prevent overlap, verifying GCP netmask expansion rules, modifying the VPC subnet resource, and updating BGP routing advertisements on Cloud Router to complete hybrid connectivity.
Adım Adım Çözüm
Anahtar Kavram
Planning and executing non-disruptive primary subnet CIDR expansions in hybrid VPC topologies