exam questions

Exam Professional Cloud Network Engineer All Questions

View all questions & answers for the Professional Cloud Network Engineer exam

Exam Professional Cloud Network Engineer topic 1 question 64 discussion

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

Your on-premises data center has 2 routers connected to your GCP through a VPN on each router. All applications are working correctly; however, all of the traffic is passing across a single VPN instead of being load-balanced across the 2 connections as desired.
During troubleshooting you find:
"¢ Each on-premises router is configured with the same ASN.
"¢ Each on-premises router is configured with the same routes and priorities.
"¢ Both on-premises routers are configured with a VPN connected to a single Cloud Router.
"¢ The VPN logs have no-proposal-chosen lines when the VPNs are connecting.
"¢ BGP session is not established between one on-premises router and the Cloud Router.
What is the most likely cause of this problem?

  • A. One of the VPN sessions is configured incorrectly.
  • B. A firewall is blocking the traffic across the second VPN connection.
  • C. You do not have a load balancer to load-balance the network traffic.
  • D. BGP sessions are not established between both on-premises routers and the Cloud Router.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
ArizonaClassics
Highly Voted 3 years, 7 months ago
I will go with A Reason: If the VPN logs show a no-proposal-chosen error, this error indicates that Cloud VPN and your peer VPN gateway were unable to agree on a set of ciphers. For IKEv1, the set of ciphers must match exactly. For IKEv2, there must be at least one common cipher proposed by each gateway. Make sure that you use supported ciphers to configure your peer VPN gateway. https://cloud.google.com/network-connectivity/docs/vpn/support/troubleshooting#:~:text=If%20the%20VPN%20logs%20show,of%20ciphers%20must%20match%20exactly.&text=Make%20sure%20that%20you%20use,configure%20your%20peer%20VPN%20gateway.
upvoted 17 times
AzureDP900
1 year, 11 months ago
Agree with your explanation!
upvoted 1 times
...
...
BenMS
Highly Voted 10 months ago
Selected Answer: A
While it's necessary for BGP sessions to be established with both onprem routers to activate ECMP (option D) this is a symptom rather than the cause. The message in the logs indicates a problem with negotiating a connection, which supports the hypothesis that one of the VPN tunnels is incorrectly configured (option A).
upvoted 5 times
...
ian_gcpca
Most Recent 3 months, 3 weeks ago
Selected Answer: D
One BGP session not established: This directly confirms that one of your routers isn't correctly peering with the Cloud Router, preventing traffic distribution.
upvoted 1 times
...
thewalker
6 months ago
Selected Answer: D
The correct answer is D. BGP sessions are not established between both on-premises routers and the Cloud Router. When you have multiple VPN tunnels between your on-premises network and GCP, BGP is used to advertise routes between the two networks. If BGP sessions are not established between both on-premises routers and the Cloud Router, then the on-premises routers will not be able to learn about the routes that are advertised by the Cloud Router. This will cause all of the traffic to flow across the single VPN connection that is working.
upvoted 2 times
thewalker
6 months ago
To resolve this issue, you need to ensure that BGP sessions are established between both on-premises routers and the Cloud Router. You can do this by checking the BGP configuration on both the on-premises routers and the Cloud Router. You should also check the firewall rules on both the on-premises routers and the Cloud Router to ensure that they are not blocking the BGP traffic. Once you have verified that the BGP sessions are established and that the firewall rules are not blocking the traffic, you should be able to load-balance the traffic across both VPN connections.
upvoted 1 times
...
...
Gurminderjit
10 months, 2 weeks ago
I think it’s A
upvoted 1 times
...
Hetavi
1 year, 5 months ago
BGP sessions are not established between both on-premises routers and the Cloud Router. - this observation is already made in question . Hence this cannot be answer. correct answer is A
upvoted 1 times
...
EueChan
1 year, 6 months ago
Selected Answer: A
https://cloud.google.com/network-connectivity/docs/vpn/support/troubleshooting#:~:text=If%20the%20VPN%20logs%20show,of%20ciphers%20must%20match%20exactly.&text=Make%20sure%20that%20you%20use,configure%20your%20peer%20VPN%20gateway
upvoted 2 times
...
Komal697
1 year, 6 months ago
Selected Answer: D
Option D is the correct answer because it correctly identifies the root cause of the problem. The fact that BGP sessions are not established between both on-premises routers and the Cloud Router means that the routers are not sharing routing information with each other or with the cloud network. This can cause traffic to be routed across a single VPN instead of being load balanced across multiple connections. Option A is incorrect because it only addresses one of the VPN sessions, and the problem is not limited to just one of the sessions. Option B is incorrect because a firewall issue would likely cause a complete loss of connectivity, rather than just affecting load balancing. Option C is incorrect because the question doesn't mention the need for a load balancer, and load balancing is not the root cause of the problem.
upvoted 2 times
desertlotus1211
1 year, 5 months ago
Please read the answers carefully... Answers D says: BGP sessions are not established between both on-premises routers and the Cloud Router. BOTH on premise routers... This is incorrect as the issue is with ONE router. Therefore the correct answer is A
upvoted 2 times
...
...
pk349
1 year, 9 months ago
• A. One of the VPN sessions is configured ***** incorrectly.
upvoted 1 times
...
drg01
2 years, 6 months ago
I will go with A. You can not use the same ASN, needs to be different
upvoted 2 times
...
kumarp6
2 years, 9 months ago
Answer is : A
upvoted 2 times
...
danzcamacho
2 years, 9 months ago
right option is B, for the table in this link https://cloud.google.com/kubernetes-engine/docs/concepts/alias-ips#cluster_sizing_secondary_range_pods
upvoted 1 times
...
desertlotus1211
2 years, 10 months ago
Answer is A: https://cloud.google.com/network-connectivity/docs/vpn/concepts/classic-topologies This seems to be a case for classic VPN. The BGP session is not established because the VPN session is not configured correctly. LBs are not needed... Thoughts?
upvoted 3 times
...
JesusMariaJose
2 years, 11 months ago
Selected Answer: A
A is answer
upvoted 2 times
...
pentium2000
3 years, 7 months ago
I'll go A, only A makes sense in this situation.
upvoted 2 times
...
Vidyasagar
3 years, 7 months ago
Correct one C
upvoted 1 times
...
Ocedoc
3 years, 8 months ago
I'm going with D here. Lack of load balancer isn't preventing one of the BGP sessions from establishing. The second BGP session not being established is preventing load balancing to the alternate vpn. As far as the wording of D, (BGP sessions are NOT established between BOTH on-premises routers and ...) think of it this way: Not both, only one. If only one of your eyes can see, then you cannot see with both eyes.
upvoted 3 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago