ltm profile splitsessionclientΒΆ

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

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

       peer-port
	    Specifies the port of the Splitsession peer that the Out-of-band
	    connection is made to. There is no default value for this field.
	    splitsession-default-serverssl and splitsession-default-tcp
	    profiles are used by the Splitsession client 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 splitsessionclient(1)