| getipsecprofileResult Structure Definition |
The getipsecprofileResult structure defines the return type for getipsecprofile API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
ipsecprofileList |
List of ipsecprofiles |
| ipsecprofile Structure Definition |
The ipsecprofile structure defines the actual return type values for getipsecprofile API. |
Syntax |
Members |
name |
The name of the ipsec profile |
ikeversion |
IKE Protocol Version |
encalgo |
Type of encryption algorithm. |
hashalgo |
Type of hashing algorithm |
lifetime |
Lifetime of IKE SA in seconds. Lifetime of IPSec SA will be (lifetime of IKE SA/8) |
livenesscheckinterval |
Number of seconds after which a notify payload is sent to check the liveliness of the peer. Additional retries are done as per retransmit interval setting. Zero value disables liveliness checks. |
replaywindowsize |
IPSec Replay window size for the data traffic |
retransmissiontime |
The interval in seconds to retry sending the IKE messages to peer, three consecutive attempts are done with doubled interval after every failure. |
psk |
Pre shared key value |
publickey |
Public key file path |
privatekey |
Private key file path |
peerpublickey |
Peer public key file path |
ikeretryinterval |
IKE retry interval for bringing up the connection |
perfectforwardsecrecy |
Enable/Disable PFS. |
responderonly |
Responder Only config for IKED. |
builtin |
Indicates that a variable is a built-in (SYSTEM INTERNAL) type. |
_nextgenapiresource |
See Also |