class Ikev1Session

..
+-Transport
+-Host
+-IpsecTunnel
+-Ikev1Session

Runtime information on IKEv2 session.

References to:
Ikev1PolicyProfile;
Actions
void
installPreSharedKey ( string presharedKey );
Install a preshared key for this IKEv1 session.

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 IKEv1 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.
Ikev1PolicyProfile
mandatory
restricted
ikev1PolicyProfile
Reference to an IKE profile instance.
string
key
mandatory
noNotification
restricted
ikev1SessionId
Value component of the RDN.
string[0..1]
restricted
userLabel
Label for free use.

  class Ikev1Session