Skip to content

rnat6

The following operations can be performed on "rnat6":

add | bind | unbind | set | unset | clear | show

add rnat6

Adds a Reverse Network Address Translation (RNAT6) rule for IPv6 traffic. When an IPv6 packet generated by a server matches the conditions specified in the RNAT6 rule, the appliance replaces the source IPv6 address of the IPv6 packet with a configured NAT IPv6 address before forwarding it to the destination.

Synopsys

add rnat6 <name> (<network> | (<acl6name> [-redirectPort <port>])) [-td <positive_integer>] [-srcippersistency ( ENABLED | DISABLED )]

Arguments

name

Name for the RNAT6 rule. Must begin with a letter, number, or the underscore character (_), and can consist of letters, numbers, and the hyphen (-), period (.) pound (#), space ( ), at sign (@), equals (=), colon (:), and underscore characters. Cannot be changed after the rule is created. Choose a name that helps identify the RNAT6 rule.

network

IPv6 address of the network on whose traffic you want the NetScaler appliance to do RNAT processing.

acl6name

Name of any configured ACL6 whose action is ALLOW. The rule of the ACL6 is used as an RNAT6 rule.

redirectPort

Port number to which the IPv6 packets are redirected. Applicable to TCP and UDP protocols.

Minimum value: 1

Maximum value: 65535

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.

Minimum value: 0

Maximum value: 4094

srcippersistency

Enable source ip persistency, which enables the NetScaler appliance to use the RNAT ips using source ip.

Possible values: ENABLED, DISABLED

Default value: DISABLED

Example

add rnat6 rnat6_name 2002::/64

bind rnat6

Binds specified IPv6 NAT IPs to an RNAT6 rule.

Synopsys

bind rnat6 <name> <natIP6>@ ...

Arguments

name

Name of the RNAT6 rule to which to bind NAT IPs.

natIP6

One or more IP addresses to be bound to the IP set.

Example

bind rnat6 <rnat6_name> <natIP6>@ ...

unbind rnat6

Unbinds the associated NAT IPv6 address(es) from an RNAT6 rule.

Synopsys

unbind rnat6 <name> <natIP6>@ ...

Arguments

name

Name of the RNAT6 rule from which to unbind the associated NAT IP address(es).

natIP6

IP address, or multiple addresses, to be unbound from the RNAT6rule. (If using the CLI, use spaces to separate multiple addresses.)

Example

unbind rnat6 <rnat6_name> <natIP6>@ ...

set rnat6

Modifies the specified parameters of an RNAT6 rule.

Synopsys

set rnat6 <name> [-redirectPort <port>] [-srcippersistency ( ENABLED | DISABLED )]

Arguments

name

Name of the RNAT6 rule. Required for identifying the RNAT6 rule and cannot be modified.

redirectPort

Port number to which the IPv6 packets are redirected. Applicable to TCP and UDP protocols.

Minimum value: 1

Maximum value: 65535

srcippersistency

Enable source ip persistency, which enables the NetScaler appliance to use the RNAT6 ips using source ip.

Possible values: ENABLED, DISABLED

Default value: DISABLED

unset rnat6

Resets the specified parameters of an RNAT6 rule to their default settings. Refer to the set rnat6 command for parameter descriptions..Refer to the set rnat6 command for meanings of the arguments.

Synopsys

unset rnat6 <name> [-redirectPort] [-srcippersistency]

clear rnat6

Removes an RNAT6 rule from the NetScaler appliance.

Synopsys

clear rnat6 <name>

Arguments

name

Name of the RNAT6 rule to be removed.

show rnat6

Displays the settings of all RNAT6 rules configured on the NetScaler appliance, or of the specified RNAT6 rule.

Synopsys

show rnat6 [<name>]

Arguments

name

Name of the RNAT6 rule whose details you want to display.

Outputs

network

The network address.

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.

acl6name

ACL6 name

natIP6

Nat IP Address.

redirectPort

Redirect Port Value

srcippersistency

Enable source ip persistency, which enables the NetScaler appliance to use the RNAT6 ips using source ip.

stateflag

devno

count

Was this article helpful?