ltm profile udpΒΆ

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

NAME
       udp - Configures a User Datagram Protocol (UDP) profile.

MODULE
       ltm profile

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

   CREATE/MODIFY
	create udp [name]
	modify udp [name]
	  options:
	    allow-no-payload [disabled | enabled]
	    app-service [[string] | none]
	    buffer-max-bytes [integer]
	    buffer-max-packets [integer]
	    datagram-load-balancing [disabled | enabled]
	    defaults-from [[name] | none]
	    description [string]
	    idle-timeout [immediate | indefinite | integer]
	    ip-tos-to-client [[integer] | pass-through]
	    link-qos-to-client [[integer] | pass-through]
	    no-checksum [disabled | enabled]
	    proxy-mss [disabled | enabled]
	    ip-ttl-mode [proxy | preserve | decrement | set]
	    ip-ttl-v4 [integer]
	    ip-ttl-v6 [integer]
	    ip-df-mode [pmtu | preserve | set | clear]
	    send-buffer-size [integer]

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

	mv udp [ [[source-name] [destination-name]] | [[name] to-folder [folder-name]] | [[name...name] to-folder [folder-name]] ]
	  options:
	    to-folder

	reset-stats udp
	reset-stats udp [ [ [name] | [glob] | [regex] ] ... ]

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

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

   DELETE
	delete udp [name]

DESCRIPTION
       You can use the udp component to manage UDP network traffic.

EXAMPLES
       create udp my_udp_profile defaults-from udp

       Creates a custom UDP profile named my_udp_profile that inherits its settings from the system default UDP
       profile.

       list udp all-properties

       Displays all properties for all UDP profiles.

       mv udp /Common/my_udp_profile to-folder /Common/my_folder

       Moves a custom udp profile named my_udp_profile to a folder named my_folder, where my_folder has already been
       created and exists within /Common.

OPTIONS
       allow-no-payload
	    Provides the ability to allow the passage of datagrams that contain header information, but no essential
	    data. The default is disabled.

       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.

       buffer-max-bytes
	    Specifies ingress buffer byte limit. The default value is 655350. Maximum allowed value is 16777215.

       buffer-max-packets
	    Specifies ingress buffer packet limit. The default value is 0. Maximum allowed value is 255.

       datagram-load-balancing
	    Provides the ability to load balance UDP datagram by datagram. The default is disabled.

       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. The default value is udp.

       description
	    User defined description.

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

       idle-timeout
	    Specifies the number of seconds that a connection is idle before the connection is eligible for deletion.
	    The default value is 60 seconds.

       ip-tos-to-client
	    Specifies the Type of Service level that the traffic management system assigns to UDP packets when
	    sending them to clients. The default value is 0 (zero).

       ip-ttl-mode
	    Describe the outgoing UDP packet's TTL mode. Modes are: Proxy: Set the IP TTL of ipv4 to the default
	    value of 255 and ipv6 to the default value of 64.  Preserve: Set the IP TTL to the original packet TTL
	    value.  Decrement: Set the IP TTL to the original packet TTL value minus 1.  Set: Set the IP TTL with the
	    specified values in ip-ttl-v4 and ip-ttl-v6 values in the same profile.

       ip-df-mode
	    Describe the Don't Fragment (DF) bit setting in the outgoing UDP packet.  Pmtu: Set the outgoing UDP
	    packet DF big based on the ip pmtu setting.  Preserve: Preserve the incoming UDP packet Don't Fragment
	    bit.  Set: Set the outgoing UDP packet DF bit.  Clear: Clear the outgoing UDP packet DF bit.

       link-qos-to-client
	    Specifies the Quality of Service level that the system assigns to UDP packets when sending them to
	    clients. The default value is 0 (zero).

       name Specifies a unique name for the component. This option is required for the commands create, delete, and
	    modify.

       no-checksum
	    Enables or disables checksum processing. Note that if the datagram is IPv6, the system always performs
	    checksum processing. The default value is disabled.

       partition
	    Displays the administrative partition within which the profile resides.

       proxy-mss
	    Specifies, when enabled, that the system advertises the same mss to the server as was negotiated with the
	    client. The default value is disabled.

       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.

       send-buffer-size
	    Specifies send buffer byte limit. The default value is 655350. The range is from 536 to 16777215.

       to-folder
	    udp profiles can be moved to any folder under /Common, but configuration dependencies may restrict moving
	    the profile out of /Common.

SEE ALSO
       create, delete, edit, glob, ltm profile, ltm virtual, modify, mv, show, regex, reset-stats, 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-2013. All rights reserved.

BIG-IP						      2017-07-24				   ltm profile udp(1)