ltm snat-translationΒΆ

ltm snat-translation(1)       BIG-IP TMSH Manual       ltm snat-translation(1)



NAME
       snat-translation - Configures an explicit secure network address
       translation (SNAT) translation address.

MODULE
       ltm

SYNTAX
       Configure the snat-translation component within the ltm module using
       the syntax shown in the following sections.

   CREATE/MODIFY
	create snat-translation [all | [name] ]
	modify snat-translation [all | [name] ]
	  options:
	    address [ip address]
	    arp [disabled | enabled]
	    app-service [[string] | none]
	    connection-limit [integer]
	    description [string]
	    [disabled | enabled]
	    ip-idle-timeout [indefinite | [integer] ]
	    tcp-idle-timeout [indefinite | [integer] ]
	    udp-idle-timeout [indefinite | [integer] ]
	    traffic-group [[string] | default | non-default | none]

	edit snat-translation [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

   DISPLAY
	list snat-translation
	list snat-translation [ [ [name] | [glob] | [regex] ] ... ]
	show running-config snat-translation
	show running-config snat-translation [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line

	show snat-translation
	show snat-translation [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    (default | exa | gig | kil | meg | peta | raw | tera | yotta | zetta)
	    field-fmt

   DELETE
	delete snat-translation [all | [name] ]

DESCRIPTION
       Explicitly defines the properties of a SNAT translation address.

EXAMPLES
       modify snat-translation all arp disabled

       Disables Address Resolution Protocol (ARP) on all SNAT translation
       addresses.

       list snat-translation all-properties

       Displays all properties of all SNAT translation addresses.

OPTIONS
       address
	    The translation IP address.

       arp  Indicates whether the system responds to ARP requests or sends
	    gratuitous ARPs. The default value is enabled.

       app-service
	    Specifies the name of the application service to which this object
	    belongs. The default value is none. Note: If the strict-updates
	    option is enabled on the application service that owns the object,
	    you cannot modify or delete this object. Only the application
	    service can modify or delete this object.

       connection-limit
	    Specifies the number of connections a translation address must
	    reach before it no longer initiates a connection. The default
	    value of 0 (zero) indicates that the option is disabled.

       description
	    User defined description.

       disabled
	    Disables SNAT translation.

       enabled
	    Enables SNAT translation. The default value is enabled.

       glob Displays the items that match the glob expression. See help glob
	    for a description of glob expression syntax.

       traffic-acceleration-status
	    Displays the current traffic-acceleration status. Indicates
	    whether the SNAT address is (indirectly via a SNAT pool) in-use by
	    or dedicated to a virtual server that uses a traffic-acceleration
	    profile.

       ip-idle-timeout
	    Specifies the number of seconds that IP connections initiated
	    using a SNAT address are allowed to remain idle before being
	    automatically disconnected. The default value is indefinite.

       regex
	    Displays the items that match the regular expression. The regular
	    expression must be preceded by an at sign (@[regular expression])
	    to indicate that the identifier is a regular expression. See help
	    regex for a description of regular expression syntax.

       tcp-idle-timeout
	    Specifies the number of seconds that TCP connections initiated
	    using a SNAT address are allowed to remain idle before being
	    automatically disconnected. The default value is indefinite.

       udp-idle-timeout
	    Specifies the number of seconds that UDP connections initiated
	    using a SNAT address are allowed to remain idle before being
	    automatically disconnected. The default value is indefinite.

       unit Read-only property that specifies the unit in a redundant system.
	    Derived from traffic-group.

       traffic-group
	    Specifies the traffic group of the failover device group on which
	    the SNAT is active. The default traffic group is inherited from
	    the containing folder.

       inherited-traffic-group
	    Read-only property that indicates if the traffic-group is
	    inherited from the parent folder.

SEE ALSO
       create, delete, edit, glob,   list, modify, ltm snat, ltm snatpool,
       regex, show, tmsh

COPYRIGHT
       No part of this program may be reproduced or transmitted in any form or
       by any means, electronic or mechanical, including photocopying,
       recording, or information storage and retrieval systems, for any
       purpose other than the purchaser's personal use, without the express
       written permission of F5 Networks, Inc.

       F5 Networks and BIG-IP (c) Copyright 2008-2013. All rights reserved.



BIG-IP				  2016-10-07	       ltm snat-translation(1)