ltm profile connectorΒΆ

ltm profile connector(1)				BIG-IP TMSH Manual				  ltm profile connector(1)

NAME
       connector - Configures a connector profile.

MODULE
       ltm profile

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

   CREATE/MODIFY
	create connector [name]
	modify connector [name]
	  options:
	    app-service [ [name] | none]
	    connection-timeout [integer]
	    connect-on-data [ enabled | disabled ]
	    entry-virtual-server [ [name] | none]
	    service-down-action [ ignore | reset | drop ]

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

	mv connector [ [[source-name] [destination-name]] | [[name] to-folder [folder-name]] | [[name...name] to-folder [folder-name]] ]
	  options:
	    to-folder

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

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

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

   DELETE
	delete connector [name]

DESCRIPTION
       You can use the connector component to manage a ltm connector profile.

EXAMPLES
       create connector my_connector

       Creates a connector profile named my_connector using the system defaults.

       mv connector /Common/my_connector_profile to-folder /Common/my_folder

       Moves a custom connector profile named my_connector_profile to a folder named my_folder, where my_folder has already been
       created and exists within /Common.

       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.

       connection-timeout
	    Specifies a timeout in milliseconds. If the entry virtual server does not return a result within the specified time, a
	    timeout error will occur. A 0 value disables the connection-timeout. The default value is 0.

       connect-on-data
	    Specifies to initiate the connection to entry virtual server only on ingress or egress data. The default value is
	    disabled.

       entry-virtual-server
	    Specifies the name of the entry virtual server to use for connecting to service.

       service-down-action
	    Specifies the action to take if the entry virtual server does not exist or returns an error. The default value is
	    ignore.

	    The options are:

	    ignore
		 Ignore the error and send the packets to server selected from this virtual server's pool.

	    drop Drop the connection.

	    reset
		 Reset the connection.

SEE ALSO
       create, delete, edit, glob, list, ltm virtual, modify, mv, regex, reset-stats, show, tmsh, ltm profile connector

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

BIG-IP							    2020-11-13					  ltm profile connector(1)