ip6TunnelParam¶
The following operations can be performed on "ip6TunnelParam":
set ip6TunnelParam¶
Sets global parameters of IPv6 tunnels on the Citrix ADC.
Synopsis¶
set ip6TunnelParam [-srcIP <ipv6_addr|null>] [-dropFrag ( YES | NO )] [-dropFragCpuThreshold <positive_integer>] [-srcIPRoundRobin ( YES | NO )] [-useClientSourceIPv6 ( YES | NO )]
Arguments¶
srcIP
Common source IPv6 address for all IPv6 tunnels. Must be a SNIP6 or VIP6 address.
dropFrag
Drop any packet that requires fragmentation.
Possible values: YES, NO Default value: NO
dropFragCpuThreshold
Threshold value, as a percentage of CPU usage, at which to drop packets that require fragmentation. Applies only if dropFragparameter is set to NO. Minimum value: 1 Maximum value: 100
srcIPRoundRobin
Use a different source IPv6 address for each new session through a particular IPv6 tunnel, as determined by round robin selection of one of the SNIP6 addresses. This setting is ignored if a common global source IPv6 address has been specified for all the IPv6 tunnels. This setting does not apply to a tunnel for which a source IPv6 address has been specified.
Possible values: YES, NO Default value: NO
useClientSourceIPv6
Use client source IPv6 address as source IPv6 address for outer tunnel IPv6 header
Possible values: YES, NO Default value: NO
Example¶
set ip6TunnelParam -srcIP 9901::100 -dropFrag YES -dropFragCpuThreshold 95 -useClientSourceIPv6 YES
Related Commands¶
unset ip6TunnelParam¶
Resets the specified global parameters of IPv6 tunnels to their default settings. Refer to the set ip6TunnelParam command for parameter descriptions..Refer to the set ip6TunnelParam command for meanings of the arguments.
Synopsis¶
unset ip6TunnelParam [-srcIP] [-dropFrag] [-dropFragCpuThreshold] [-srcIPRoundRobin] [-useClientSourceIPv6]
Example¶
unset ip6TunnelParam -srcIP -dropFrag -dropFragCpuThreshold -useClientSourceIPv6
Related Commands¶
show ip6TunnelParam¶
Displays the global settings of IPv6 tunnels on the Citrix ADC.
Synopsis¶
show ip6TunnelParam
Arguments¶
Output¶
srcIP
Common source IPv6 address for all IPv6 tunnels. Must be a SNIP6 or VIP6 address.
dropFrag
Drop any packet that requires fragmentation.
dropFragCpuThreshold
Threshold value, as a percentage of CPU usage, at which to drop packets that require fragmentation. Applies only if dropFragparameter is set to NO.
srcIPRoundRobin
Use a different source IPv6 address for each new session through a particular IPv6 tunnel, as determined by round robin selection of one of the SNIP6 addresses. This setting is ignored if a common global source IPv6 address has been specified for all the IPv6 tunnels. This setting does not apply to a tunnel for which a source IPv6 address has been specified.
useClientSourceIPv6
Use client source IPv6 address as source IPv6 address for outer tunnel IPv6 header
Example¶
Tunnel Source IP: 9901::100 Round Robin of Tunnel Source IP: NO Drop if Fragmentation Needed: YES CPU usage threshold to avoid fragmentation: 95 Use client sourceIP6 as sourceIP6 for outer tunnel IP6 header: YES