security nat destination-translationΒΆ

security nat destination-transBIG-IP(TMsecuritylnat destination-translation(1)



NAME
       destination-translation - Configures a Security NAT destination
       translation object.

MODULE
       security nat

SYNTAX
   CREATE/MODIFY
	create destination-translation [name]
	modify destination-translation [name | all]
	  options:
	    addresses [add | delete | modify | none | replace-all-with] {
		[ [ip address] [ip prefix] [ip range] ]
	    }
	    app-service [[string] | none]
	    description [string]
	    ports [add | delete | modify | none | replace-all-with] {
		[ [port] [port-range] ]
	    }
	    type [static-nat | static-pat]

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

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

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

   DELETE
	delete destination-translation [name | all]

DESCRIPTION
       A destination-translation NAT object is a set of IP Address(es) and
       port numbers that the BIG-IP system uses as public-side addresses and
       ports. When this object is assigned to a Security NAT Policy rule
       (which is associated to a virtual server), any incoming traffic to this
       virtual server that matches the rule, will have their private
       destination addresses (and/or ports) translated to a public address
       and/or port from this destination-translation object.

EXAMPLES
       create destination-translation d1 type static-pat addresses add {
       10.10.10.0/24 } ports add { 7000-8000 }

       Creates the destination-translation object d1 that contains the
       translation addresses in the range of 10.10.10.0/24, translation port
       range 7000-8000 and uses static-pat as the translation algorithm.

       delete destination-translation d1

       Deletes the destination-translation named d1.

OPTIONS
       addresses
	    Specifies the set of translation IP addresses available. This is a
	    collection of either one (or more) IP Address, one (or more) IP
	    prefixes with their prefix lengths and/or IP Address range. All
	    public-side (destination) addresses come from the subnets you
	    enter in this property.

       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.

       name Specifies a unique name for the destination-translation 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.

       ports
	    Specifies the range of port numbers available for use with
	    translation IP addresses.

       type Specifies which kind of translation is performed. Available
	    options are static-nat and static-pat.

	    static-nat
		 Using this translation type in the destination-translation,
		 only (destination) IP Address translation is performed (and
		 no port translation) for the incoming client traffic that
		 matches the NAT Policy Rule using this translation object.
		 There is a static (pre-defined) 1:1 mapping between the
		 untranslated IP Address(es) and the translated IP Address(es)
		 specified in this object.

	    static-pat
		 Using this translation type in the destination-translation,
		 (destination) port translation is performed for the incoming
		 client traffic that matches the NAT Policy Rule using this
		 translation object. There is a static (pre-defined) 1:1
		 mapping between the untranslated port(s) and the translated
		 port(s) specified in this object. In addition, if translation
		 address(es) are specified in the destination-translation, it
		 also performs IP Address translation (in the same fashion as
		 done for static-nat).

SEE ALSO
       security nat policy, security nat source-translation, ltm virtual,
       create, delete, edit, glob, list, ltm, 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-2016. All rights reserved.



BIG-IP				  2016-security nat destination-translation(1)