inatparam¶
The following operations can be performed on "inatparam":
set inatparam¶
Set the inat parameter
Synopsis¶
set inatparam [-nat46v6Prefix
Arguments¶
nat46v6Prefix The prefix used for translating packets received from private IPv6 servers into IPv4 packets. This prefix has a length of 96 bits (128-32 = 96). The IPv6 servers embed the destination IP address of the IPv4 servers or hosts in the last 32 bits of the destination IP address field of the IPv6 packets. The first 96 bits of the destination IP address field are set as the IPv6 NAT prefix. IPv6 packets addressed to this prefix have to be routed to the Citrix ADC to ensure that the IPv6-IPv4 translation is done by the appliance.
td Integer value that uniquely identifies the traffic domain in which you want to configure the entity. If you do not specify an ID, the entity becomes part of the default traffic domain, which has an ID of 0. Default value: 0 Minimum value: 0 Maximum value: 4094
nat46IgnoreTOS Ignore TOS.
Possible values: YES, NO Default value: NO
nat46ZeroCheckSum Calculate checksum for UDP packets with zero checksum
Possible values: ENABLED, DISABLED Default value: ENABLED
nat46v6Mtu MTU setting for the IPv6 side. If the incoming IPv4 packet greater than this, either fragment or send icmp need fragmentation error. Default value: 1280 Minimum value: 1280 Maximum value: 9216
nat46FragHeader When disabled, translator will not insert IPv6 fragmentation header for non fragmented IPv4 packets
Possible values: ENABLED, DISABLED Default value: ENABLED
Example¶
set inat parameter -nat46ignoretos YES
show inatparam¶
Show the inat parameters.
Synopsis¶
show inatparam [-td
Arguments¶
td Integer value that uniquely identifies the traffic domain in which you want to configure the entity. If you do not specify an ID, the entity becomes part of the default traffic domain, which has an ID of 0. Default value: 0 Minimum value: 0 Maximum value: 4094
Output¶
nat46v6Prefix The prefix used for translating packets received from private IPv6 servers into IPv4 packets. This prefix has a length of 96 bits (128-32 = 96). The IPv6 servers embed the destination IP address of the IPv4 servers or hosts in the last 32 bits of the destination IP address field of the IPv6 packets. The first 96 bits of the destination IP address field are set as the IPv6 NAT prefix. IPv6 packets addressed to this prefix have to be routed to the Citrix ADC to ensure that the IPv6-IPv4 translation is done by the appliance.
nat46IgnoreTOS Ignore TOS.
nat46ZeroCheckSum Calculate checksum for UDP packets with zero checksum
nat46v6Mtu MTU setting for the IPv6 side. If the incoming IPv4 packet greater than this, either fragment or send icmp need fragmentation error.
nat46FragHeader When disabled, translator will not insert IPv6 fragmentation header for non fragmented IPv4 packets
setcmdflag devno count stateflag
Example¶
show inat params
unset inatparam¶
Unset the inat parameter.Refer to the set inatparam command for meanings of the arguments.
Synopsis¶
unset inatparam [-nat46v6Prefix [-td
Example¶
unset inatparam -nat46v6Prefix -td 1