class Ikev2Session

..
+-Transport
+-Host
+-IpsecTunnel
+-Ikev2Session

Ikev2Session is used to specify that IKEv2 should be used to negotiate SA’s for the tunnel.

It contains parameters specific to the IKEv2 protocol.

References to:
Ikev2PolicyProfile;
Actions
void
installPreSharedKey ( PresharedKey presharedKey );
Install a preshared key for the IKEv2 session.

The installation of the pre-shared key is completed if the action is completed without error. Any error returned by the action indicates that the installation is not performed.
If both credential and trustCategory have valid references, then the preshared key is not used even if it is installed.

Parameters

Name: presharedKey
Description: String used as presharedkey.

Attributes
Identity[0..1]
restricted
identityRemote
Identity of the IKEv2 peer.

If identityRemote is not specified, the session will validate the remote IKE identify as follows:
a) In case of certificate based authentication, the peer’s IKE ID must be consistent with either the subject alt name or the subject field in the peers certificate;
b) In case of pre-shared key based authentication, the peer's IKE ID must be consistent with the configured IP address of the peer.
Ikev2PolicyProfile
mandatory
restricted
ikev2PolicyProfile
Reference to an IKE policy profile instance.
string
key
mandatory
noNotification
restricted
ikev2SessionId
Value component of the RDN.
string[0..1]
restricted
userLabel
Label for free use.

  class Ikev2Session