ltm profile splitsessionclientΒΆ

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

NAME
       splitsessionclient - Configures a Splitsessionclient profile.

MODULE
       splitsessionclient profile

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

   CREATE/MODIFY
	create splitsessionclient [name]
	modify splitsessionclient [name]
	  options:
	    peer-ip
	    peer-port
	    http-header
	    local-peer
	    session-lookup-type

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

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

   DELETE
	 delete splitsessionclient [name]

DESCRIPTION
       Use this command to create, modify, display, or delete a Splitsessionclient profile.

EXAMPLES
       create splitsessionclient my_splitsessionclient_profile defaults-from splitsessionclient

OPTIONS
       peer-ip
	    Specifies the IP address of the Splitsession peer that the Out-of-band connection is made to if the splitsession peer
	    (server) is remote. There is no default value for this field. If the peer is remote, splitsession-default-serverssl
	    and splitsession-default-tcp profiles are used by the Splitsession client for the encrypted Out-of-band channel. If
	    the splitsession peer is local, this value must be any.

       peer-port
	    Specifies the port of the Splitsession peer that the Out-of-band connection is made to if the peer is remote . There
	    is no default value for this field. If the peer is remote, splitsession-default-serverssl and splitsession-default-tcp
	    profiles are used by the Splitsession client for the encrypted Out-of-band channel. If the splitsession peer is local,
	    this value must be 0.

       http-header
	    Specifies the HTTP header for signaling between the splitsession client and server. The default value is none.

       local-peer
	    Specifies if the splitsession peer is local or remote. The default value is remote.

       session-lookup-type
	    Specifies the session DB lookup method type, including flow, session-flow and http-header. Lookup type flow uses the
	    5-tuple flow key as the index to lookup the session DB, session-flow uses 5-tuple flow key plus the splitsessionclient
	    profile name, and http-header depends on an HTTP header value. The default value is flow.

       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 none.

       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.

       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.

SEE ALSO
       create, delete, edit, glob, list, ltm profile fasthttp, 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 2008-2011, 2013-2016. All rights reserved.

BIG-IP							    2017-11-12				 ltm profile splitsessionclient(1)