ltm message-routing mqtt peerΒΆ

ltm message-routing mqtt peer(1)		  BIG-IP TMSH Manual		     ltm message-routing mqtt peer(1)

NAME
       peer - Configures a peer for routing MQTT message protocol messages.

MODULE
       ltm message-routing mqtt

SYNTAX
       Configure the peer component within the ltm message-routing mqtt module using the syntax shown in the
       following sections.

   CREATE/MODIFY
	create peer [name]
	modify peer [name]
	  options:
	    app-service [[string] | none]
	    description [string]
	    pool [name]
	    transport-config [ transport-config ]

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

   DISPLAY
	list peer
	list peer [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line
	    partition

   DELETE
	delete peer [name]

DESCRIPTION
       You can use the peer component to manage a named MQTT peer. A peer specifies the pool for the MQTT router to
       use as the destination for MQTT routes. You can also use the peer component to specify how many connections
       the parser creates to a remote host and what transport the parser uses to establish the connection.

EXAMPLES
       create peer my_peer { pool my_pool transport { type virtual name my_vip } }

       Creates a MQTT peer named my_peer which uses the settings of my_vip to establish a connection with a pool
       member from pool my_pool.

OPTIONS
       app-service
	    Specifies the name of the application service to which the object 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 object. Only the application service can modify or delete the object.

       description
	    User defined description.

       pool Specifies the name of the pool to which the MQTT parser routes messages.

       transport-config
	    Specifies the name of the transport configuration (ltm message-routing mqtt transport-config) the message
	    router uses to create an outgoing connection.

SEE ALSO
       create, delete, edit, glob, list, ltm virtual, modify, regex, tmsh, ltm message-routing mqtt route ltm
       message-routing mqtt profile session

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

BIG-IP						      2018-10-20		     ltm message-routing mqtt peer(1)