apm resource client-traffic-classifierΒΆ

apm resource client-traffic-classifier(1)		BIG-IP TMSH Manual		 apm resource client-traffic-classifier(1)

NAME
       client-traffic-classifier - Configures client traffic classifier entries.

MODULE
       apm resource

SYNTAX
       Configure the client-traffic-classifier component within the resource module using the syntax shown in the following
       sections.

   CREATE/MODIFY
	create client-traffic-classifier [name]
	modify client-traffic-classifier [name]
	  options:
	    app-service [[string] | none]
	    entries [add | delete | modify | replace-all-with] {
	      [name] {
	      app-service [[string] | none]
	      client-rate-class [[string] | none]
	      dst-ip [[ipv4 address] | none]
	      dst-mask [[integer] | none]
	      dst-port [[integer] | none]
	      protocol [[integer] | none]
	      src-ip [[ipv4 address ] | none]
	      src-mask [[integer] | none]
	      src-port [[integer] | none]
	      }
	    location-specific [true | false]
	}

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

   DISPLAY
	list client-traffic-classifier
	list client-traffic-classifier [ [ [name] | [glob] | [regex] ] ... ]
	show running-config client-traffic-classifier
	show running-config client-traffic-classifier [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    app-service
	    non-default-properties
	    one-line
	    partition

	show client-traffic-classifier
	show client-traffic-classifier [name]

   DELETE
	delete client-traffic-classifier [name]

DESCRIPTION
       You can use the client-traffic-classifier component to configure a client traffic classifier, which is used by traffic
       control agent.

EXAMPLES
       create client-traffic-classifier tf1{ entries entry1 { protocol "6" dst-ip  "192.168.0.0" dst-mask "255.255.0.0" dst-port
       "0" client-rate-class "sf1" }
		    entry2{protocol "6"
		    src-ip "10.10.0.0"
		    src-mask "255.255.255.0"
		    client-rate-class "sf2"}}

	    Creates a client traffic classifier named tf1, sets the entry to entry1, the protocol to 6, the DST IP to 192.168.0.0,
	    the DST mask to 255.255.0.0, the DST port to 0 (zero), and the client rate class to sf1.

       list client-traffic-classifier all
	    Displays a list of all client traffic classifiers on the system.

       modify client-traffic-classifier tf1 entries entry1 protocol 17
	    Modifies the client traffic classifier named tf1.

       delete client-traffic-classifier tf1
	    Deletes the client traffic classifier named tf1 from the system.

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.

       dst-ip
	    Specifies the IP address of the receiver of the packet.

       dst-mask
	    Specifies the subnet mask for the destination address.

       dst-port
	    Specifies the 16-bit number to identify the sending port for either UDP or TCP network application.

       location-specific
	    Specifies whether or not this object contains one or more attributes with values that are specific to the location
	    where the BIG-IP device resides. The location-specific attribute is either true or false. When using policy sync, mark
	    an object as location-specific to prevent errors that can occur when policies reference objects, such as
	    authentication servers, that are specific to a certain location.

       [name]
	    Specifies the name of the component.

       partition
	    Displays the partition within which the component resides. The default is Common.

       protocol
	    Specifies which traffic protocol to use in the filtering rule.

       src-ip
	    Specifies the address from which the packet is being sent.

       src-mask
	    Specifies the subnet mask for the source address.

       src port
	    Specifies a 16-bit number to identify the sending port for either UDP or TCP network application.

SEE ALSO
       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 2011-2013, 2015. All rights reserved.

BIG-IP							    2015-07-22			 apm resource client-traffic-classifier(1)