ltm profile mblbΒΆ

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

NAME
       mblb - Configures an MBLB profile (experimental).

MODULE
       ltm profile

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

   CREATE/MODIFY
	create mblb [name]
	modify mblb [name]
	  options:
	    app-service [[string] | none]
	    defaults-from [ [name] | none]
	    description [string]
	    isolate-abort [disabled | enabled]
	    isolate-expire [disabled | enabled]
	    isolate-server [disabled | enabled]
	    isolate-client [disabled | enabled]
	    egress-high [# of messages]
	    egress-low [# of messages]
	    ingress-high [# of messages]
	    ingress-low [# of messages]
	    min-conn [# of connections]
	    tag-ttl [# of seconds]
	    shutdown-timeout [# of seconds]

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

   DISPLAY
	list mblb
	list mblb [ [ [name] | [glob] | [regex] ] ... ]
	show running-config mblb
	show running-config mblb [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

   DELETE
	delete mblb [name]

DESCRIPTION
       Use this command to create, modify, display, or delete an MBLB profile with which you can customize MBLB
       behavior.

EXAMPLES
       create mblb my_mblb_profile defaults-from mblb

       Creates a custom MBLB profile named my_mblb_profile that inherits its settings from the system default MBLB
       profile.

       list mblb

       Displays the properties of all MBLB profiles.

OPTIONS
       app-service
	    Specifies the name of the application service to which the profile belongs. The default value is none.
	    Note: If the strict-updates option is enabled on the application service that owns the object, you cannot
	    modify or delete the profile. Only the application service can modify or delete the profile.

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

       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.

       isolate-abort
	    Specify whether to isolate abort event propagation.

       isolate-expire
	    Specify whether to isolate expiration event propagation.

       isolate-server
	    Specify whether to isolate serverside shutdown event propagation. This also dominate serverside
	    abort/expiration event propagation.

       isolate-client
	    Specify whether to isolate clientside shutdown event propagation. This also dominate clientside
	    abort/expiration event propagation.

       egress-high
	    Specify the high water mark for egress message queue. The default value is 50.

       egress-low
	    Specify the low water mark for egress message queue. The default value is 5.

       ingress-high
	    Specify the high water mark for ingress message queue. The default value is 50.

       ingress-low
	    Specify the low water mark for ingress message queue. The default value is 5.

       min-conn
	    Specify the minimum number of serverside connections. The default value is 0.

       tag-ttl
	    Specify the TTL (time to live) for message TAG. The default value is 60.

       shutdown-timeout
	    Delays sending FIN when BIGIP receives the first FIN packet from either the client or the server. Value
	    of 0 means send FIN immediately otherwise the minimum of tcp idle timeout and shutdown timeout is used.
	    The default value is 5 seconds

SEE ALSO
       create, delete, edit, glob, list, ltm virtual, modify, regex, reset-stats, show, sys provision, 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-2010, 2012-2014. All rights reserved.

BIG-IP						      2014-07-10				  ltm profile mblb(1)