Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam Professional Cloud Network Engineer topic 1 question 13 discussion

Actual exam question from Google's Professional Cloud Network Engineer
Question #: 13
Topic #: 1
[All Professional Cloud Network Engineer Questions]

You want to deploy a VPN Gateway to connect your on-premises network to GCP. You are using a non BGP-capable on-premises VPN device. You want to minimize downtime and operational overhead when your network grows. The device supports only IKEv2, and you want to follow Google-recommended practices.
What should you do?

  • A. "¢ Create a Cloud VPN instance. "¢ Create a policy-based VPN tunnel per subnet. "¢ Configure the appropriate local and remote traffic selectors to match your local and remote networks. "¢ Create the appropriate static routes.
  • B. "¢ Create a Cloud VPN instance. "¢ Create a policy-based VPN tunnel. "¢ Configure the appropriate local and remote traffic selectors to match your local and remote networks. "¢ Configure the appropriate static routes.
  • C. "¢ Create a Cloud VPN instance. "¢ Create a route-based VPN tunnel. "¢ Configure the appropriate local and remote traffic selectors to match your local and remote networks. "¢ Configure the appropriate static routes.
  • D. "¢ Create a Cloud VPN instance. "¢ Create a route-based VPN tunnel. "¢ Configure the appropriate local and remote traffic selectors to 0.0.0.0/0. "¢ Configure the appropriate static routes.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
Reference:
https://cloud.google.com/vpn/docs/concepts/choosing-networks-routing

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Windows98
Highly Voted 3 years, 5 months ago
D - Because you can't update the selectors after creating the VPN they need to be left open. This from GCP: When you create a route based tunnel using the Cloud Console, Classic VPN performs both of the following tasks: Sets the tunnel's local and remote traffic selectors to any IP address (0.0.0.0/0) For each range in Remote network IP ranges, Google Cloud creates a custom static route whose destination (prefix) is the range's CIDR, and whose next hop is the tunnel.
upvoted 24 times
...
sizzlelee
Highly Voted 3 years, 7 months ago
with route-based, you dont have to select local networks, only remote networks.. Answer should be B
upvoted 7 times
sc00by
3 years, 1 month ago
Option D is better, because everytime you add a new remote network you have to delete and recreate the tunnel again adding up the new remote network. With option D you do not have to recreate the tunnel.
upvoted 4 times
...
Loved
2 years, 6 months ago
But the device support only IKEv2... and with IKEv2 is not possible to use policy-based
upvoted 2 times
desertlotus1211
1 year ago
Yes it is....
upvoted 1 times
...
...
...
javiles91
Most Recent 1 month ago
Selected Answer: D
-With route-based when using gcloud the local and remote selector are specified[1] -Also when using gcloud it is necessary to use commands to create the static routes[2] -It makes more sense selecting D, because that option will avoid having to modify the traffic selector when the network grows [1]https://cloud.google.com/network-connectivity/docs/vpn/how-to/creating-static-vpns#:~:text=To%20configure%20a%20route%2Dbased%20VPN%20tunnel%2C%20run%20the%20following%20command%3A [2]If you use the gcloud CLI to create the tunnel, you must use additional gcloud commands to create the routes
upvoted 1 times
...
xhilmi
4 months, 2 weeks ago
Selected Answer: B
Choose B. Explanation: Cloud VPN Instance: You need to create a Cloud VPN instance to establish the VPN connection between your on-premises network and GCP. Policy-Based VPN Tunnel: In this option, a policy-based VPN tunnel is chosen. This approach uses traffic selectors to determine which traffic should be sent over the VPN tunnel. It is a valid option, especially when dealing with non-BGP-capable on-premises VPN devices that support only IKEv2. Local and Remote Traffic Selectors: Configure the local and remote traffic selectors to match your on-premises and GCP networks. This ensures that the correct traffic is allowed through the VPN tunnel. Static Routes: Configure the appropriate static routes to direct traffic through the VPN tunnel. This is essential for routing traffic between your on-premises network and GCP.
upvoted 2 times
...
BenMS
4 months, 2 weeks ago
Selected Answer: D
To minimise operational downtime for future network growth you need to preselect all possible addresses - i.e. option D
upvoted 2 times
EtnME
4 months ago
https://cloud.google.com/network-connectivity/docs/vpn/how-to/creating-static-vpns#:~:text=Important%3A%20Traffic%20selectors%20cannot%20be%20changed%20after%20a%20tunnel%20has%20been%20created.%20If%20traffic%20selectors%20need%20to%20be%20changed%20in%20the%20future%2C%20you%20must%20delete%20and%20re%2Dcreate%20the%20tunnel.
upvoted 1 times
...
...
GHOST1985
7 months, 1 week ago
hi can anyone send the PDF exam with answers and discussions to [email protected] thank you so much !
upvoted 1 times
...
didek1986
8 months, 3 weeks ago
Selected Answer: B
https://cloud.google.com/network-connectivity/docs/vpn/concepts/choosing-networks-routing
upvoted 1 times
...
Jason_Cloud_at
10 months ago
Selected Answer: B
Final answer is B , only in policy based we can configure both remote and local ranges , and we can omit option A coz it cant be configured per subnet level
upvoted 1 times
...
pferl
1 year ago
Selected Answer: D
Cloud VPN disallows editing any traffic selectors after you have created a VPN. To change either the local or the remote traffic selector for a Cloud VPN tunnel, you must delete the tunnel and then re-create it. You do not have to delete the Cloud VPN gateway, though.
upvoted 1 times
...
Ben756
1 year, 1 month ago
Selected Answer: B
Option B is the correct answer. Since the on-premises VPN device is not BGP-capable, policy-based VPN is the only option. Also, following Google-recommended practices, a single policy-based VPN tunnel should be used instead of creating one per subnet.
upvoted 1 times
Jason_Cloud_at
10 months, 2 weeks ago
based on your point , Policy based VPN isnt the only option, we can create route based also
upvoted 1 times
...
...
TD24
1 year, 4 months ago
You want to minimize downtime and operational overhead when your network grows For above, I may go with D
upvoted 1 times
...
pfilourenco
1 year, 4 months ago
Selected Answer: B
B. You don't specify dest Routes incase of Route based VPN tunnels. https://cloud.google.com/network-connectivity/docs/vpn/concepts/choosing-networks-routing#ts-tun-routing
upvoted 2 times
...
pfilourenco
1 year, 4 months ago
Selected Answer: D
D is correct answer for me. To support IKEv2 and reduce the operational overhead.
upvoted 1 times
nextgencloud00
1 year, 4 months ago
have you taken the exam using this site?
upvoted 1 times
...
pfilourenco
1 year, 4 months ago
changing my answer to B! Ikev2 is supported on policy-based Classic VPN. https://cloud.google.com/network-connectivity/docs/vpn/concepts/choosing-networks-routing#ts-ip-ranges
upvoted 2 times
Jason_Cloud_at
10 months, 2 weeks ago
Based on your recent comment , IKEv2 also supports route based VPN, its not only supports policy based VPN, i think your initial answer D is correct, since the question asks for operational overhead and possible network growth in future.
upvoted 1 times
Jason_Cloud_at
10 months ago
Sorry , Answer is definitely B , with option D you cant create both local and remote ranges in route based option.
upvoted 2 times
...
...
...
...
AMohanty
1 year, 6 months ago
B. You don't specify dest Routes incase of Route based VPN tunnels.
upvoted 1 times
...
GCP72
1 year, 8 months ago
Selected Answer: B
Correct answer is B, select to any IP address (0.0.0.0/0) is not recommended solution.
upvoted 1 times
...
kapara
1 year, 8 months ago
Selected Answer: B
The answer is : B If you check the settings for route based configuration you will find that you cant select local selectors and only provide remote address list. and as all answers provide the following sentence : "Configure the appropriate local and remote traffic selectors". This eliminates answer D as you cant select local selectors on route based VPN. "Route-based VPN. When you use the Google Cloud console to create a route-based VPN, you only specify a list of remote IP ranges. Those ranges are used only to create routes in your VPC network to peer resources."
upvoted 1 times
...
[Removed]
2 years, 1 month ago
The IKEv1 protocol only supports a single CIDR per Child SA as defined in RFC 2407 and RFC 2409. Because Cloud VPN requires a single Child SA per VPN tunnel, when you use IKEv1, you can only supply a single CIDR for the local traffic selector and a single CIDR for the remote traffic selector. When you create a policy-based Classic VPN tunnel, if you use IKEv2, you can specify multiple CIDRs per traffic selector. Cloud VPN always uses a single Child Security Association (SA), regardless of IKE version. https://cloud.google.com/network-connectivity/docs/vpn/concepts/choosing-networks-routing#ts-ip-ranges B should be better.
upvoted 2 times
[Removed]
2 years, 1 month ago
"You want to minimize downtime and operational overhead when your network grows" is mentioned in question. So multiple CIDRS per traffic selector should be better.
upvoted 2 times
...
AzureDP900
1 year, 5 months ago
Yes, Agreed B. "¢ Create a Cloud VPN instance. "¢ Create a policy-based VPN tunnel. "¢ Configure the appropriate local and remote traffic selectors to match your local and remote networks. "¢ Configure the appropriate static routes.
upvoted 2 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...