AZ-801 · Question #51
You have an on-premises network and an Azure virtual network. You establish a Site-to-Site VPN connection from the on-premises network to the Azure virtual network, but the connection frequently disco
The correct answer is D. TunnelDiagnosticLog. To debug frequent disconnections of an IPsec tunnel in an Azure Site-to-Site VPN connection, the TunnelDiagnosticLog should be reviewed for specific tunnel health and event information.
Question
Options
- AGatewayDiagnosticLog
- BRouteDiagnosticLog
- CIKEDiagnosticLog
- DTunnelDiagnosticLog
How the community answered
(24 responses)- A8% (2)
- B4% (1)
- D88% (21)
Why each option
To debug frequent disconnections of an IPsec tunnel in an Azure Site-to-Site VPN connection, the TunnelDiagnosticLog should be reviewed for specific tunnel health and event information.
GatewayDiagnosticLog captures general health and activity for the VPN Gateway but does not provide the granular, tunnel-specific details needed to debug frequent IPsec tunnel disconnections.
RouteDiagnosticLog focuses on routing information and BGP routes, which is less directly relevant for diagnosing frequent disconnections of an established IPsec tunnel.
IKEDiagnosticLog provides details about IKE phase 1 and phase 2 negotiations; while IKE issues can cause tunnel failures, the TunnelDiagnosticLog offers a more comprehensive view of the entire tunnel state for disconnection problems.
The TunnelDiagnosticLog specifically provides information related to the health, state, and events of the IPsec tunnel, including disconnections and rekeying failures, which is crucial for troubleshooting VPN tunnel stability issues.
Concept tested: Azure VPN Gateway tunnel diagnostics
Source: https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-diagnostics
Topics
Community Discussion
No community discussion yet for this question.