net bwc traffic-groupΒΆ

net bwc traffic-group(1)			  BIG-IP TMSH Manual			     net bwc traffic-group(1)

NAME
       traffic-group - Configures a bandwidth control policy for traffic flow.

MODULE
       net bwc

SYNTAX
       Configure the traffic-group component within the net bwc module using the syntax in the following sections.

   CREATE/MODIFY
	create traffic-group [name]
	modify traffic-group [name]
	  options:
	    app-service [[string] | none]
	    description [string]
	    dynamic [ enabled ]
	    priority-classes [none] {
	       weight-percentage [integer]
	    }

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

   DISPLAY
	list traffic-group
	list traffic-group [ [ [name] | [glob] | [regex] ] ... ]
	show running-config net bwc traffic-group
	show running-config net bwc traffic-group [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line

   DELETE
	delete net bwc traffic-group [all | [name] ]

DESCRIPTION
       You can use the net bwc traffic-group to create a bandwidth traffic group policy to handle traffic flow, and
       then associate it with bwc component such as bwc policy/category.

EXAMPLES
       create net bwc traffic-group

       Creates a bwc policy (see below).

       list net bwc traffic-group all-properties

       Displays all of the properties of all of the bwc policies.

       delete net bwc traffic-group

       Deletes a bwc traffic group (see below).

       Example for dynamic policy:

	net bwc traffic-group tc-GOLD {
	   priority-classes {
	       tc-BLUE {
		   weight-percentage 30
	       }
	       tc-RED {
		   weight-percentage 20
	       }
	   }
	}

       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.

       name Specifies a unique name for the policy. This option is required for the commands create, delete, and
	    modify.

       description
	    User defined description.

       weight-percentage
	    Specifies the maximum bandwidth that traffic is allowed during congestion using the traffic class
	    associated. The range is from 1Mbps to 320Gbps.

	    Valid units: bps(default), gbps, kbps, mbps.

       dynamic
	    Specifies the type for traffic group to be dynamic type. This option is optional for the commands create,
	    delete, and modify. The default valid is disabled. When dynamic is disabled, the traffic group type is
	    said to be static. The type of traffic group should match with be bwc policy that would be mapped.	Note:
	    policy type change modification is a disallowed configuration.

iRule
       Please refer to iRule documentation for iRule to use bandwidth control policy.

SEE ALSO
       create, delete, edit, glob,   list, modify, 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 2011-2015. All rights reserved.

BIG-IP						      2015-07-22			     net bwc traffic-group(1)