net cos traffic-priorityΒΆ

net cos traffic-priority(1)			  BIG-IP TMSH Manual			  net cos traffic-priority(1)

NAME
       traffic-priority - Configures a traffic priority object.

MODULE
       net cos

SYNTAX
       Modify the traffic-priority component within the net cos module using the syntax shown in the following
       sections.

   CREATE/MODIFY
	create traffic-priority [name]
	modify traffic-priority [name]
	  options:
	    weight [1..127]
	    buffer [1..127]

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

   DISPLAY
	list traffic-priority
	list traffic-priority [ [ [name] | [glob] | [regex] ] ... ]

	show traffic-priority
	show traffic-priority [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    (default | exa | gig | kil | meg | peta | raw | tera | yotta | zetta)
	    field-fmt

   DELETE
	delete traffic-priority [name]

DESCRIPTION
       The traffic-priority object allows users to assign relative scheduling and buffer weightings. These objects
       are associated to specific traffic with net cos map-dscp and net cos map-8021p. There can be at most 8
       traffic-priorities defined in the system. The DEFAULT_PRIORITY priority may be deleted or modifed as desired.

EXAMPLES
       create traffic-priority HIGH_PRIORITY weight 127

       Create the traffic-priority HIGH_PRIORITY that has a weight of 127.

       delete traffic-priority HIGH_PRIORITY

       Delete the traffic-priority named HIGH_PRIORITY.

OPTIONS
       weight
	    Specifies the egress buffer weight. This value is used relative to other egress traffic-priority objects
	    typical of weighted round-robin behavior.

       buffer
	    Specifies the relative buffer weight where available egress buffer space is distributed with consistent
	    relative weight.

SEE ALSO
       create, delete, edit, glob, list, net cos global-settings, modify, net cos map-dscp, net cos map-8021p, 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-2013, 2016. All rights reserved.

BIG-IP						      2016-03-14			  net cos traffic-priority(1)