ltm message-routing mqtt routeΒΆ

ltm message-routing mqtt routeBIG-IP TMSH Manltm message-routing mqtt route(1)



NAME
       route - Configures a static route for use in MQTT message routing.

MODULE
       ltm message-routing mqtt

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

   CREATE/MODIFY
	create route [name]
	modify route [name]
	  options:
	    app-service [[string] | none]
	    description [string]
	    peer [peer_name]
	    virtual-server [virtual-server_name]

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

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

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

   DELETE
	delete route [name]

DESCRIPTION
       You can use the route component to define the URI's, virtual server,
       peers and peer selection mode of a message routing MQTT static route.

EXAMPLES
       create route my_route

       Creates a route instance named my_route using the system defaults.

       create route my_route peer peer1

       Creates a route instance named my_route that will use peer1 for
       forwarding messages.

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.

       peer Specifies a peer to use for forwarding messages.

       virtual-server
	    Specifies the virtual server on which connections will be routed
	    to this route. If the virtual server is unset, messages
	    originating on any connection may be routed to the route.

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

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



BIG-IP				  2018-07-16 ltm message-routing mqtt route(1)