ltm persistence global-settingsΒΆ

ltm persistence global-settingBIG-IP TMSH Maltmlpersistence global-settings(1)



NAME
       global-settings - Configures persistence for the BIG-IP(r) system.

MODULE
       ltm persistence

SYNTAX
       Configure the global-settings component within the ltm persistence
       module using the syntax in the following sections.

   MODIFY
	modify global-settings [option name]
	  options:
	    description [string]
	    dest-addr-limit-mode [timeout | maxcount]
	    dest-addr-max [integer]
	    proxy-group [string]

	edit global-settings [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

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

DESCRIPTION
       You can use the global-settings component within the ltm persistence
       module to configure persistence for the system.

       For information about configuring session persistence for a virtual
       server, see the man pages for the following components: ltm persistence
       hash,  ltm persistence msrdp, ltm persistence sip, ltm persistence
       source-addr, ltm persistence ssl, and ltm persistence universal.

EXAMPLES
       list global-settings

       Displays the global persistence configuration.

       modify global-settings dest-addr-limit-mode maxcount

       Sets the value of the option dest-addr-limit-mode to maxcount, which
       indicates that a persistence session is limited by the maximum number
       of requests to the destination address.

OPTIONS
       description
	    User defined description.

       dest-addr-limit-mode
	    Specifies that a persistence session is limited by either the
	    number of seconds before the persistence entry times out, or by a
	    maximum number of requests to the destination address. The default
	    value is timeout.

       dest-addr-max
	    Specifies the maximum number of entries that the persistence table
	    can contain at any one time, when the value of the option dest-
	    addr-limit-mode is maxcount. The default value is 2048 entries.

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

       proxy-group
	    Specifies a group of servers that are configured to process all of
	    the requests from a single source address during a persistence
	    session. The default value is aol.

       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
       list, ltm virtual, modify, regex, 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 2009-2010, 2013. All rights
       reserved.



BIG-IP				  2013-04-12ltm persistence global-settings(1)