ltm message-routing diameter routeΒΆ

ltm message-routing diameter route(1)		  BIG-IP TMSH Manual		ltm message-routing diameter route(1)

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

MODULE
       ltm message-routing diameter

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

   CREATE/MODIFY
	create route [name]
	modify route [name]
	  options:
	    app-service [[string] | none]
	    application-id [integer]
	    description [string]
	    destination-realm [[string] | none]
	    origin-realm [[string] | none]
	    peer-selection-mode [ratio | sequential]
	    peers { [none | [peer_name ... ] }
	    virtual-server [virtual-server_name]

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

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

   DELETE
	delete route [name]

DESCRIPTION
       You can use the route component to define origin and destination realms, virtual server, peers, and peer
       selection mode of a message routing Diameter static route.

EXAMPLES
       create route my_route

       Creates a route instance named my_route using the system defaults.

       create route my_route peers { peer1 peer2 }

       Creates a route instance named my_route that will use two peers 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.

       application-id
	    Specifies the application-id to match in the Diameter message. Default value 0 matches every application-
	    id.

       description
	    User defined description.

       destination-realm
	    When specified, match the Destination-Realm AVP value in the message. Default value of "" specifies all
	    destination-realms may be routed.

       origin-realm
	    When specified, match the Origin-Realm AVP value in the message. Default value of "" specifies all
	    origin-realms may be routed.

       peer-selection-mode
	    Specifies the mode of selecting a peer from a list of peers. The options are:

	    ratio
		 Peers are selected based on their weights in comparison with other peers.

	    sequential
		 Peers are selected in the order listed. All traffic will route the first peer unless all pool
		 members in the peer are marked down.

       peers
	    Specifies an ordered list of peers to use for forwarding messages.

       virtual-server
	    Restricts routing for this route to connections originating on the specified virtual server. The default
	    value is none which means the route is not restricted and 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 diameter 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-2016. All rights reserved.

BIG-IP						      2016-03-14		ltm message-routing diameter route(1)