ltm message-routing sip transport-configΒΆ

ltm message-routing sip transport-config(1)		BIG-IP TMSH Manual	       ltm message-routing sip transport-config(1)

NAME
       transport-config - Configures a sip transport-config instance for routing sip message protocol messages.

MODULE
       ltm message-routing sip

SYNTAX
       Configure the transport-config component within the ltm message-routing sip module using the syntax shown in the following
       sections.

   CREATE/MODIFY
	create transport-config [name]
	modify transport-config [name]
	  options:
	    app-service [[string] | none]
	    description [string]
	    profiles [add | delete | replace-all-with] {
	      [profile_name ...] {
		context [all | clientside | serverside]     read-only attribute for v12.0.0 or greater.
	      }
	    }
	    rules { [none | [rule_name ... ] }
	    source-address-translation {
	      options:
		pool [ [pool_name] | none]
		type [ automap | snat | none ]
	    }
	    source-port [integer]
	    source-port-mode [change | preserve | preserve-strict]

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

   DISPLAY
	list transport-config
	list transport-config [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line
	    partition

   DELETE
	delete transport-config [name]

DESCRIPTION
       You can use the transport-config component to define the profiles, rules, and source-address-translation of an outgoing
       connection.

EXAMPLES
       create transport-config my_transport-config

       Creates a transport-config instance named my_transport-config using the system defaults.

       create transport-config my_transport-config { profiles add { my_sipmsg my_tcp } }

       Creates a transport-config instance named my_transport-config that will use two profiles, my_sipmsg and my_tcp, to create
       and configure an outgoing connection. The outgoing connection is automatically configured with the router instance that
       created the connection.

OPTIONS
       app-service
	    Specifies the name of the application service to which the 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 the
	    object. Only the application service can modify or delete the object.

       description
	    User defined description.

       profiles
	    Specifies a list of profiles that the outgoing connection uses to use to direct and manage traffic. The default value
	    is none.

       rules
	    Specifies a list of iRules, separated by spaces, that customize the transport configuration to direct and manage
	    traffic. The default value is none.

       source-address-translation
	    Specifies the type of source address translation enabled for the transport configuration, as well as the pool that the
	    source address translation uses.

	    pool Specifies the name of a SNAT pool used by the specified transport configuration.

	    type Specifies the type of source address translation associated with the specified transport configuration.

		 The options are:

		 automap
		      Specifies the use of self IP addresses for transport configuration server source address translation.

		 none Specifies no source address translation is used by the transport configuration.

		 snat Specifies the use of a SNAT pool of translation addresses for virtual server source address translation.

       source-port
	    Specifies the source port to be used for the connection being created. If source-port-mode is change, this setting has
	    no effect. The default value is 0.

       source-port-mode
	    Specifies how the system should select a source port for the outgoing connection. The default value is change.

	    The options are:

	    change
		 Selects an ephemeral source port for the outgoing connection.

	    preserve
		 Attempts to use the value of source-port for the outgoing connection, if specified. Otherwise attempts to
		 preserve the source port of the incoming connection.

	    preserve-strict
		 Forces the outgoing connection to use the value of source-port, if specified. Otherwise forces the new connection
		 to preserve the source port of the incoming connection. The system will fail to create a new outgoing connection
		 if the specified source port is already in use.

SEE ALSO
       create, delete, edit, glob, list, ltm virtual, modify, regex, tmsh, ltm message-routing sip route ltm message-routing sip
       profile session

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 2013-2016. All rights reserved.

BIG-IP							    2019-10-07		       ltm message-routing sip transport-config(1)