ERROR_IPSEC_IKE_SA_DELETED - 13807 (0x35EF)

IKE SA deleted by peer before establishment completed.

Updated: Feb 21, 2026

Technical Meaning

The ERROR_IPSEC_IKE_SA_DELETED error (13807, 0x35EF) indicates that an Internet Protocol Security (IPsec) Internet Key Exchange (IKE) Security Association (SA) was deleted by the peer before its establishment could be completed. This typically occurs in scenarios where one party initiates an IPsec session but the other party terminates it prematurely.

Error Details

This error is specific to the IPsec/IKE protocol stack and relates to the management of security associations during the IKE negotiation process. The IKE SA, which is a key component for establishing secure communication channels between two parties, was terminated by the peer before the establishment could be fully completed. This can happen due to various reasons such as policy changes, network issues, or misconfiguration.

Usage Context

This error typically appears in scenarios where IPsec/IKE negotiations are initiated but fail due to premature termination of the SA by the peer. It is commonly encountered during troubleshooting and debugging of IPsec tunneling issues.

Developer Interpretation

Developers should interpret this error as an indication that the IKE SA was terminated prematurely, which can disrupt secure communication between two parties. This error does not provide specific details about why the termination occurred but serves as a general indicator that the negotiation process did not complete successfully.

Related Errors

  • ERROR_IPSEC_IKE_AUTHENTICATION_FAILURE (13806, 0x35E6): Indicates an authentication failure during IKE negotiation.
  • ERROR_IPSEC_IKE_NEGOTIATION_FAILED (13809, 0x35EB): Indicates that the IKE negotiation failed for reasons other than premature SA deletion.

FAQ

Q: What does the ERROR_IPSEC_IKE_SA_DELETED error mean?

A: It indicates that an IKE Security Association was deleted by the peer before its establishment could be completed.

Q: How can I troubleshoot this issue?

A: Review the context of the IPsec/IKE negotiation, validate parameters, and ensure correct configuration on both ends. Check for any policy changes or network issues that might have caused the premature termination of the SA.

Summary

The ERROR_IPSEC_IKE_SA_DELETED error is a specific indication that an IKE Security Association was terminated prematurely by the peer during IPsec/IKE negotiations. Developers should interpret this as a general failure in establishing secure communication and take appropriate steps to resolve any underlying issues.