net bwc priority-groupΒΆ

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

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

MODULE
       net bwc

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

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

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

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

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

DESCRIPTION
       You can use the net bwc priority-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 priority-group

       Creates a bwc policy (see below).

       list net bwc priority-group all-properties

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

       delete net bwc priority-group

       Deletes a bwc traffic group (see below).

       Example for dynamic policy:

	net bwc priority-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 percentage of maximum bandwidth that traffic is allowed during congestion using the traffic class
	    associated. The valid range is 5-100.

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-2014. All rights reserved.

BIG-IP							    2016-05-18					 net bwc priority-group(1)