ltm profile iiopΒΆ

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

NAME
       iiop - Configures an Internet Inter-Orb Protocol (IIOP) profile.

MODULE
       ltm profile

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

   CREATE/MODIFY
	create iiop [name]
	modify iiop [name]
	  options:
	    abort-on-timeout [disabled | enabled]
	    app-service [[string] | none]
	    defaults-from [name]
	    description [string]
	    persist-object-key [disabled | enabled]
	    persist-request-id [disabled | enabled]
	    timeout [integer]

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

	reset-stats iiop
	reset-stats iiop [name]

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

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

   DELETE
	delete iiop [name]

DESCRIPTION
       You can use the iiop component to manage IIOP network traffic. The system parses the incoming TCP stream, disaggregates it
       into IIOP messages, and performs load balancing and persistence based on the parameters you set.

EXAMPLES
       create iiop my_iiop_profile defaults-from iiop

       Creates an IIOP profile named my_iiop_profile that inherits its settings from the system default IIOP profile named iiop.

       list iiop all-properties

       Displays all properties for all IIOP profiles.

OPTIONS
       abort-on-timeout
	    Specifies whether the system aborts the connection if there is no response received within the time specified in the
	    timeout option. The default value is disabled.

       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 specified. The default value is iiop.

       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 component. This option is required for the commands create, delete, and modify.

       partition
	    Displays the administrative partition within which this profile resides.

       persist-object-key
	    Specifies whether to persist connections based on the object key in the IIOP request. The default value is disabled.

       persist-request-id
	    Specifies whether to persist connections based on the request ID in the IIOP request. The default value is enabled.

       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.

       timeout
	    Specifies the request timeout. The system uses this value when the abort-on-timeout option is enabled. The default
	    value is 30 seconds.

SEE ALSO
       create, delete, edit, glob, list, ltm virtual, 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 2009-2010, 2012. All rights reserved.

BIG-IP							    2012-10-19					       ltm profile iiop(1)