ltm profile splitsessionserverΒΆ

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

NAME
       splitsessionserver - Configures a Splitsessionserver profile.

MODULE
       splitsessionserver profile

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

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

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

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

   DELETE
	 delete splitsessionserver [name]

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

EXAMPLES
       create splitsessionserver my_splitsessionserver_profile defaults-from splitsessionserver

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

       listen-port
	    Specifies the port that the Splitsession server listens on for the Out-of-band connection if the
	    splitsession client is remote. There is no default value for this field. If the peer is remote,
	    splitsession-default-clientssl and splitsession-default-tcp profiles are used by the Splitsession server
	    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.

       splitsessionclient
	    Specifies splitsessionclient profile associated with this splitsessionserver in local deployment.

       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 splitsessionserver(1)