ltm traffic-matching-criteriaΒΆ

ltm traffic-matching-criteria(1)			BIG-IP TMSH Manual			  ltm traffic-matching-criteria(1)

NAME
       traffic-matching-criteria - Configures a virtual server matching object that defines how traffic is steered towards the
       virtual server object for the Local Traffic Manager.

MODULE
       ltm

SYNTAX
       Configure the traffic-matching-criteria component within the ltm module using the syntax shown in the following sections.

   CREATE/MODIFY
	create traffic-matching-criteria [name]
	modify traffic-matching-criteria [name]
	 options:
	  all
	  description [string]
	  destination-address-list [ [addr_list_name] | none]
	  destination-address-inline [ [address] | none]
	  destination-port-list [ [port_list_name] | none]
	  destination-port-inline [port]
	  source-address-list [ [addr_list_name] | none]
	  source-address-inline [address]
	  source-port-inline [port]

	edit traffic-matching-criteria [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

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

	show traffic-matching-criteria
	show traffic-matching-criteria [name]
	 options:
	  hours
	  minutes
	  seconds

   DELETE
	delete traffic-matching-criteria [name]

       Note: You must remove all references to a traffic-matching-criteria before you can delete the traffic-matching-criteria.

DESCRIPTION
       You can use this traffic-matching-criteria component to configure the virtual server matching definitions on the Local
       Traffic Manager. This defines the criteria used for matching destination and source address/ports for a virtual server.

EXAMPLES
       create traffic-matching-criteria my_traffic_matching_criteria destination-address-list dst_addr_list destination-port-list
       dst_port_list

       Creates a Local Traffic Manager traffic-matching-criteria named my_traffic_matching_criteria with dst_addr_list and the
       dst_port_list for destination matching, from any source.

       create traffic-matching-criteria my_traffic_matching_criteria source-address-list src_addr_list source-port-list
       src_port_list

       Creates a Local Traffic Manager traffic-matching-criteria named my_traffic_matching_criteria with src_addr_list and the
       port-list for source matching, to any destination.

       create traffic-matching-criteria my_traffic_matching_criteria destination-address-list dst_addr_list destination-port-list
       dst_port_list source-address-list src_addr_list1 source-port-list src_port_list1

       Creates a Local Traffic Manager traffic-matching-criteria named my_traffic_matching_criteria with src_addr_list and the
       src_port-list for source matching, and dst_addr_list and dst_port_list for destination matching.

       delete traffic-matching-criteria my_traffic_matching_criteria

       Deletes the traffic_matching_criteria named my_traffic_matching_criteria.

       show traffic-matching-criteria

       Displays status for all Local Traffic Manager traffic-matching-criteria objects in the system configuration.

       show traffic-matching-criteria all-properties

       Displays status for all Local Traffic Manager traffic-matching-criteria objects in the system configuration.

       list traffic-matching-criteria my_traffic_matching_criteria

       Displays properties of the traffic-matching-criteria named my_traffic_matching_criteria.

OPTIONS
       all  Specifies that you want to modify all of the existing components of the specified type.

       destination-address-list
	    Specifies the name of destination address list for this virtual server matching object i.e. the addresses on which the
	    virtual server referencing this object will listen for connections. The default value is any.

       destination-address-inline
	    Specifies a single destination address for this virtual server matching object i.e. the address on which the virtual
	    server referencing this object will listen for connections. The default value is none.

       destination-port-list
	    Specifies the name of destination port list for this virtual server matching object i.e. the ports on which the
	    virtual server referencing this object will listen for connections. The default value is any.

       destination-port-inline
	    Specifies a single destination port for this virtual server matching object i.e. the port on which the virtual server
	    referencing this object will listen for connections. The default value is none.

       source-address-list
	    Specifies the source address list for this virtual server matching object i.e. the addresses from which the virtual
	    server referencing this object will accept traffic. The default value is any.

       source-address-inline
	    Specifies a single source address list for this virtual server matching object i.e. the address from which the virtual
	    server referencing this object will accept traffic. The default value is none.

       source-port-list
	    Specifies the source port list for this virtual server matching object i.e. the ports from which the virtual server
	    referencing this object will accept traffic. The default value is any.

       source-port-inline
	    Specifies a single source port for this virtual server matching object i.e. the port from which the virtual server
	    referencing this object will accept traffic. The default value is none.

       description
	    User defined description.

       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.

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

SEE ALSO
       create, delete, edit, glob, list, modify, net ip-address-list, net port-list, ltm virtual, regex, 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, 2012-2015, 2017. All rights reserved.

BIG-IP							    2017-09-05				  ltm traffic-matching-criteria(1)