ltm profile traffic-accelerationΒΆ

ltm profile traffic-acceleration(1)		  BIG-IP TMSH Manual		  ltm profile traffic-acceleration(1)

NAME
       traffic-acceleration - Configures a Traffic Acceleration profile.

MODULE
       ltm profile

SYNTAX
       Configure the traffic-acceleration component within the ltm profile module using the syntax shown in the
       following sections.

   CREATE/MODIFY
	create traffic-acceleration [name]
	modify traffic-acceleration [name]
	  options:
	    app-service [[string] | none]
	    defaults-from [ [name] | none]
	    description [string]
	    idle-timeout [integer]
	    tcp-handshake-timeout [integer]
	    time-wait-timeout [integer]

	edit traffic-acceleration [ [name] | [regex] ]
	  options:
	    all-properties
	    non-default-properties

	reset-stats traffic-acceleration
	reset-stats traffic-acceleration [ [name] | [regex] ]

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

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

   DELETE
	delete traffic-acceleration [name]

DESCRIPTION
       You can use this component to create, modify, display, or delete a Traffic Acceleration profile.

       Any changes you make to an active Traffic Acceleration profile (one that is in use by a virtual server) take
       effect after the value of the idle-timeout option has passed. That means new connections are affected by the
       profile change immediately. However, for the new values to take effect, old connections need to be either aged
       out or closed.

EXAMPLES
       create traffic-acceleration my_profile defaults-from traffic-acceleration

       Creates a custom Traffic Acceleration profile named my_profile that inherits its settings from the system
       default Traffic Acceleration profile.

       show traffic-acceleration

       Displays statistics for all Traffic Acceleration 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 traffic-acceleration.

       description
	    User defined description.

       idle-timeout
	    Specifies the number of milliseconds that a connection is idle before the connection is eligible for
	    deletion. The default value is five minutes or 300000 milliseconds.  Minimum is 0 meaning the connection
	    does not timeout.  The maximum is 2147483647 (0x7FFFFFFF) milliseconds.

       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.

       tcp-handshake-timeout
	    Specifies a TCP handshake timeout in milliseconds. The default value is 5000 milliseconds. Minimum is 0
	    meaning there is no timeout.  The maximum is 65535 milliseconds.

       time-wait-timeout
	    Specifies a TCP time_wait timeout in milliseconds. The default value is 2000 milliseconds. The minimum is
	    1 millisecond.  The maximum is 65535 milliseconds.

SEE ALSO
       create, delete, edit, list, 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-2013, 2015-2016. All rights reserved.

BIG-IP						      2016-10-31		  ltm profile traffic-acceleration(1)