ADC CLI Commands

rnatsession

The following operations can be performed on “rnatsession”:

flush rnatsession

Flush RNAT Session.

Synopsis

flush rnatsession ((-network -netmask ) | -natIP | -aclname )

Arguments

network IPv4 network address on whose traffic you want the Citrix ADC to do RNAT processing.

netmask Subnet mask associated with the network address.

natIP The NAT IP address defined for the RNAT entry.

aclname Name of any configured extended ACL whose action is ALLOW.

Example

To flush all RNAT sessions : flush rnatsession. To flush Network based RNAT sessions: flush rnatsession -network 10.10.1.0 -netmask 255.255.255.0. To flush ACL based RNAT sessions: flush rnatsession -aclname acl. To flush RNAT sessions for a specific NATIP : flush rnatsession -natip 10.101.10.1.

rnatsession