ltm profile ilxΒΆ

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



NAME
       ilx - Configures an ILX profile.

MODULE
       ltm profile

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

   CREATE/MODIFY
	create ilx [name]
	modify ilx [name]
	  options:
	    app-service [[string] | none]
	    defaults-from [[name] | none]
	    description [string]
	    plugin [string]

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

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

   DELETE
	delete ilx [name]

DESCRIPTION
       You can use the ilx component to create, modify, display, or delete an
       ILX profile. An ILX profile is used to associate an ILX Plugin (see ilx
       plugin) with a virtual server. When a client connects to a virtual
       server the data from the client and server will be routed to the ILX
       plugin allowing the plugin to inspect and manage traffic. An ILX
       profile is compatible with the following virtual server profiles: tcp,
       http, clientssl and serverssl.  A plugin may be associated with at most
       one ILX profile. An ILX profile may be associated with multiple virtual
       servers.

       The BIG-IP(r) system installation includes the following default ILX
       profiles:

       ilx

EXAMPLES
       create ilx my_ilx_profile defaults-from ilx

       Creates a custom ILX profile named my_ilx_profile that inherits its
       settings from the system default ILX profile.

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

       defaults-from
	    Specifies the profile that you want to use as the parent profile.
	    Your new profile inherits all settings and values from the parent
	    profile. The default value is ilx.

       description
	    User defined description.

       mpi-channel
	    Displays the communication channel used by the TMM and Node.js
	    process.

       partition
	    Displays the administrative partition within which the profile
	    resides.

       plugin
	    The name of an ILX Plugin, see also ilx plugin.

SEE ALSO
       create, delete, edit, glob, ilx plugin, ilx workspace, list, ltm
       virtual, modify, regex, 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 2016. All rights reserved.



BIG-IP				  2016-07-11		    ltm profile ilx(1)