Interface VPNGatewayConnectionTunnelStatusReason.Code
- Enclosing class:
VPNGatewayConnectionTunnelStatusReason
public static interface VPNGatewayConnectionTunnelStatusReason.Code
A reason code for this status:
- `cannot_authenticate_connection`: Failed to authenticate a connection because of
mismatched IKE ID and PSK (check IKE ID and PSK in peer VPN configuration)
- `internal_error`: Internal error (contact IBM support)
- `ike_policy_mismatch`: None of the proposed IKE crypto suites was acceptable (check
the IKE policies on both sides of the VPN)
- `ike_v1_id_local_remote_cidr_mismatch`: Invalid IKE ID or mismatched local CIDRs and
remote CIDRs in IKE V1 (check the IKE ID or the local CIDRs and remote CIDRs in IKE
V1 configuration)
- `ike_v2_local_remote_cidr_mismatch`: Mismatched local CIDRs and remote CIDRs in IKE
V2 (check the local CIDRs and remote CIDRs in IKE V2 configuration)
- `ipsec_policy_mismatch`: None of the proposed IPsec crypto suites was acceptable
(check the IPsec policies on both sides of the VPN)
- `peer_not_responding`: No response from peer (check network ACL configuration, peer
availability, and on-premise firewall configuration)
The enumerated values for this property may
[expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
cannot_authenticate_connection.static final String
ike_policy_mismatch.static final String
ike_v1_id_local_remote_cidr_mismatch.static final String
ike_v2_local_remote_cidr_mismatch.static final String
internal_error.static final String
ipsec_policy_mismatch.static final String
peer_not_responding.
-
Field Details
-
CANNOT_AUTHENTICATE_CONNECTION
-
IKE_POLICY_MISMATCH
-
IKE_V1_ID_LOCAL_REMOTE_CIDR_MISMATCH
ike_v1_id_local_remote_cidr_mismatch.- See Also:
-
IKE_V2_LOCAL_REMOTE_CIDR_MISMATCH
-
INTERNAL_ERROR
-
IPSEC_POLICY_MISMATCH
-
PEER_NOT_RESPONDING
-