wom profile isessionΒΆ

wom profile isession(1) 				BIG-IP TMSH Manual				   wom profile isession(1)

NAME
       isession - Configures an iSession profile.

MODULE
       wom profile

SYNTAX
       Configure the iSession component within the wom profile module using the following syntax.

   CREATE/MODIFY
	create isession [name]
	modify isession [name]
	  options:
	    adaptive-compression [disabled | enabled]
	    app-service [[string] | none]
	    compression [disabled | enabled]
	    compression-codecs [add | delete | none | replace-all-with] {
	      options:
		bzip2
		deflate
		lzo
	    }
	    data-encryption [disabled | enabled]
	    deduplication [disabled | enabled]
	    defaults-from [ [name] | none]
	    deflate-compression-level [integer]
	    description [string]
	    mode [disabled | enabled]
	    port-transparency [disabled | enabled]
	    reuse-connection [disabled | enabled]
	    target-virtual [none | host-match-all | host-match-no-isession | virtual-match-all]

	reset-stats isession
	reset-stats isession [ [ [name] | [blog] | [regex] ] ... ]

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

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

   DELETE
	delete isession [name]

DESCRIPTION
       You can use the isession component to manage an iSession profile.

EXAMPLES
       create isession my_isession_profile defaults-from isession

       Creates an iSession profile named my_isession_profile using the system defaults.

       modify isession my_isession_profile deduplication disabled

       Turns off deduplication for the iSession profile named my_isession_profile.

OPTIONS
       adaptive-compression
	    Enables or disables the automatic selection of the optimal compression algorithm for the current traffic, based on
	    link speed. The system can use only compression algorithms that are specified. The default value is enabled.

       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.

       compression
	    Enables or disables the compression of data according to the methods you select for the attribute compression-codecs.
	    The default value is enabled.

       compression-codecs
	    Specifies the codecs to use for compression. The following codecs are available:

	    bzip2
		 Specifies the use of the bzip2 compression algorithm, which improves compression ratios on low-bandwidth data
		 links.

	    deflate
		 Specifies the use of the Deflate data compression algorithm.

	    lzo  Specifies the use of the Lempel-Ziv-Oberhumer (LZO) data compression algorithm.

       data-encryption
	    Enables or disables encryption of the traffic on the outbound connection. If you select enabled, the system uses the
	    SSL profiles specified on the local and remote endpoints of the iSession connection. The default value is disabled.

       deduplication
	    Enables or disables data deduplication, which replaces previously transmitted data with references, thus reducing the
	    amount of bandwidth needed to transfer data over the WAN. The default value is enabled.

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

       deflate-compression-level
	    Specifies the level of compression, if deflate-compression is specified and adaptive-compression is disabled. The
	    range is 1 to 9. A higher value causes the CPU to spend more time looking for matches, which may result in better
	    compression. The default value is 1.

       description
	    User defined description.

       glob Displays the items that match the glob expression. See help glob for a description of glob expression syntax.

       mode Enables or disables the use of this profile for WAN optimization traffic. The default value is enabled.

       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 the component resides.

       port-transparency
	    Enables or disables the preservation of the destination port specified by the client over the WAN. 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.

       reuse-connection
	    Enables or disables the saving and reuse of connections between the local and remote WAN Optimization Managers. The
	    default value is enabled.

       target-virtual
	    For terminated iSession traffic, specifies the matching criteria that a client-side BIG-IP system uses to select a
	    target virtual server on the server-side BIG-IP system.

	    The default value is virtual-match-all. The options are:

	    none Specifies that the system sends the terminated iSession traffic directly to the server.

	    host-match-all
		 Specifies that the system selects the closest match from all the host virtual servers.

	    host-match-no-isession
		 Specifies that the system matches only host virtual servers with no iSession profile.

	    virtual-match-all
		 Specifies that the system selects the closest match from all the virtual servers.

SEE ALSO
       create, delete, glob, list, ltm virtual, modify, regex, reset-stats, show, tmsh, wom local-endpoint, wom remote-endpoint

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

BIG-IP							    2012-05-22					   wom profile isession(1)