ltm message-routing diameter transport-configΒΆ

ltm message-routing diameter tltm-message-routing diameter transport-config(1)



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

MODULE
       ltm message-routing diameter

SYNTAX
       Configure the transport-config component within the ltm message-routing
       diameter 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]
	    source-port [integer]
	    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 ]
	    }

	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_diameter my_tcp } }

       Creates a transport-config instance named my_transport-config that will
       use two profiles, my_diameter 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 no value is specified an ephemeral port is chosen. The
	    default value is 0.

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

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			      ltm message-routing diameter transport-config(1)