ltm profile splitsessionserverΒΆ

ltm profile splitsessionserverBIG-IP TMSH Manltm 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

   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. There is no default value for this
	    field. splitsession-default-clientssl and splitsession-default-tcp
	    profiles are used by the Splitsession server for the encrypted
	    Out-of-band channel.

       listen-port
	    Specifies the port that the Splitsession server listens on for the
	    Out-of-band connection. There is no default value for this field.
	    splitsession-default-clientssl and splitsession-default-tcp
	    profiles are used by the Splitsession server for the encrypted
	    Out-of-band channel.

       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				  2016-07-01 ltm profile splitsessionserver(1)