Google Cloud Professional Cloud Network Engineer — Question 163

You are configuring your organization's Google Cloud environment to connect to your on-premises network, which does not support Border Gateway Protocol (BGP). Your on-premises network has 30 CIDR ranges that must be reachable from Google Cloud. Your VPN gateway creates a unique child security association (SA) per CIDR. You must ensure that the 30 CIDR ranges in your on-premises network are reachable from Google Cloud.

Following Google-recommended practices, which two methods can you use to accomplish this? (Choose two.)

Answer options

Correct answer: A, C

Explanation

The correct answers are A and C. Option A allows for a single tunnel using route-based VPN, which is efficient for managing multiple CIDRs. Option C also works by creating multiple tunnels but ensures that each tunnel is dedicated to a single CIDR block for better organization. Options B, D, and E are incorrect as they do not align with the requirement to manage 30 CIDRs effectively without exceeding the limits set by the VPN gateway's SA constraints.