| getiptunnelparamResult Structure Definition |
The getiptunnelparamResult structure defines the return type for getiptunnelparam 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. |
iptunnelparamList |
List of iptunnelparams |
| iptunnelparam Structure Definition |
The iptunnelparam structure defines the actual return type values for getiptunnelparam API. |
Syntax |
Members |
srcip |
Common source-IP address for all tunnels. For a specific tunnel, this global setting is overridden if you have specified another source IP address. Must be a MIP or SNIP address. |
dropfrag |
Drop any IP packet that requires fragmentation before it is sent through the tunnel. |
dropfragcputhreshold |
Threshold value, as a percentage of CPU usage, at which to drop packets that require fragmentation to use the IP tunnel. Applies only if dropFragparameter is set to NO. The default value, 0, specifies that this parameter is not set. |
srciproundrobin |
Use a different source IP address for each new session through a particular IP tunnel, as determined by round robin selection of one of the SNIP addresses. This setting is ignored if a common global source IP address has been specified for all the IP tunnels. This setting does not apply to a tunnel for which a source IP address has been specified. |
enablestrictrx |
Strict PBR check for IPSec packets received through tunnel |
enablestricttx |
Strict PBR check for packets to be sent IPSec protected |
mac |
The shared MAC used for shared IP between cluster nodes/HA peers |
useclientsourceip |
Use client source IP as source IP for outer tunnel IP header |
_nextgenapiresource |
See Also |