PROFESSIONAL-CLOUD-NETWORK-ENGINEER · Question #152
You configured Cloud VPN with dynamic routing via Border Gateway Protocol (BGP). You added a custom route to advertise a network that is reachable over the VPN tunnel. However, the on- premises…
The correct answer is A. resource.type= "gce_router". When Cloud VPN uses dynamic routing via BGP, it is the Cloud Router - not the VPN tunnel itself - that manages BGP sessions and advertises routes. In Cloud Logging, Cloud Router activity is captured under the resource type 'gce_router'. Filtering on this type lets you inspect…
Question
Options
- Aresource.type= "gce_router"
- Bresource.type= "gce_network_region"
- Cresource.type= "vpn_tunnel"
- Dresource.type= "vpn_gateway"
How the community answered
(27 responses)- A78% (21)
- B4% (1)
- C7% (2)
- D11% (3)
Explanation
When Cloud VPN uses dynamic routing via BGP, it is the Cloud Router - not the VPN tunnel itself - that manages BGP sessions and advertises routes. In Cloud Logging, Cloud Router activity is captured under the resource type 'gce_router'. Filtering on this type lets you inspect which BGP route advertisements are being sent and received, helping you confirm whether your custom route is actually being advertised to the on-premises peer. The 'vpn_tunnel' and 'vpn_gateway' resource types log tunnel connectivity events (IKE negotiation, tunnel up/down), not BGP routing decisions. 'gce_network_region' is not a valid log resource type for this purpose.
Topics
Community Discussion
No community discussion yet for this question.