ltm snatpoolΒΆ

ltm snatpool(1) 	      BIG-IP TMSH Manual	       ltm snatpool(1)



NAME
       snatpool - Configures a secure network address translation (SNAT) pool.

MODULE
       ltm

SYNTAX
       Configure the snatpool component within the ltm module using the syntax
       shown in the following sections.

   CREATE/MODIFY
	create snatpool [name]
	modify snatpool [name]
	  options:
	    app-service [[string] | none]
	    description [string]
	    members
	      [add | delete | replace-all-with] {
		[ip address ... ]
	    }
	    members [default | none]

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

	reset-stats snatpool
	reset-stats snatpool [ [ [name] | [glob] | [regex] ] ... ]

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

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

   DELETE
	delete snatpool [name]

DESCRIPTION
       A SNAT pool is a pool of translation addresses that you can map to one
       or more original IP addresses. Translation addresses in a SNAT pool are
       not self-IP addresses. You can simply create a SNAT pool and then
       assign it as a resource directly to a virtual server. This eliminates
       the need for you to explicitly define original IP addresses to which to
       map translation addresses.

EXAMPLES
       create snatpool my_snat_pool1 members add { 11.12.11.24 11.12.11.25 }

       Creates the SNAT pool my_snat_pool1 that contains the translation
       addresses (members) 11.12.11.24 and 11.12.11.25.

       delete snatpool my_snat_pool1

       Deletes the SNAT pool named my_snat_pool1.

OPTIONS
       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.

       description
	    User defined description.

       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 pool is in-use by or dedicated to a virtual
	    server that uses a traffic-acceleration profile.

       members
	    Specifies translation IP addresses of the pools in the SNAT pool.

       name Specifies a unique name for the component. This option is required
	    for the commands create, delete, and modify.

       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.

SEE ALSO
       create, delete, edit, glob,   list, ltm snat, ltm snat-translation,
       modify, regex, reset-stats, 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-2010, 2012-2013. All rights
       reserved.



BIG-IP				  2016-10-07		       ltm snatpool(1)