ltm profile http3ΒΆ

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

NAME
       http3 - Configures a HTTP/3 protocol profile.

MODULE
       ltm profile

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

   CREATE/MODIFY
	create http3 [name]
	modify http3 [name]
	  options:
	    defaults-from [ [name] | none]
	    description [string]
	    header-table-size [integer]

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

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

   DELETE
	 delete http3 [name]

DESCRIPTION
       You can use the http3 component to create, modify, display, or delete a HTTP/3 profile.

       The BIG-IP(r) system installation includes the following default HTTP/3-type profiles:

       http3

       The default HTTP/3 profile contains values for properties related to managing HTTP/3 traffic.

       You can create a new HTTP/3-type profile using an existing profile as a parent profile, and then you can
       change the values of the properties to suit your needs.

EXAMPLES
       create http3 my_http3_profile defaults-from http3

OPTIONS
       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 http3.

       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.

       header-table-size
	    Specifies the size of the header table, in bytes. The HTTP/3 protocol compresses http headers to save
	    bandwidth. A larger table will allow better compression, at the cost of more memory usage. The default
	    value is 4096 bytes.

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-2014, 2016. All rights reserved.

BIG-IP						      2019-08-29				 ltm profile http3(1)