ltm profile mqttΒΆ

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

NAME
       mqtt - Configures an MQTT profile.

MODULE
       ltm profile

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

   CREATE/MODIFY
	create mqtt [name]
	modify mqtt [name]
	  options:
	    app-service [[string] | none]

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

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

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

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

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

   DELETE
	delete mqtt [name]

DESCRIPTION
       You can use the mqtt component to create, modify, display, or delete an MQTT profile.

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

       mqtt

       The default MQTT profile contains values for properties related to managing MQTT traffic.

       You can create a new MQTT-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 mqtt my_mqtt_profile defaults-from mqtt

       Creates a custom MQTT profile named my_mqtt_profile that inherits its settings from the system default MQTT
       profile.

       mv mqtt /Common/my_mqtt_profile to-folder /Common/my_folder

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

       Please refer to the mv manual page for examples on how to use the mv command.

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.

SEE ALSO
       create, delete, edit, glob, list, ltm virtual, modify, mv, 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-2017. All rights reserved.

BIG-IP						      2017-09-05				  ltm profile mqtt(1)