net cos global-settingsΒΆ

net cos global-settings(1)    BIG-IP TMSH Manual    net cos global-settings(1)



NAME
       global-settings - Configures the global configuration for class of
       service (CoS).

MODULE
       net cos

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

   CREATE/MODIFY
	modify global-settings
	  options:
	    feature-enabled
	    feature-disabled
	    precedence [dscp-only, 8021p-only]
	    default-map-dscp
	      [add | delete | modify | replace-all-with] {
		  [map-dscp-name] ...
	    }
	    default-map-8021p
	      [add | delete | modify | replace-all-with] {
		  [map-8021p-name] ...
	    }
	    default-traffic-priority [ traffic-priority-name ]

   DISPLAY
	list global-settings
	  options:
	    all-properties
	    non-default-properties
	    one-line
	show global-settings

DESCRIPTION
       You can use the global-settings component to configure and view
       information about the global settings of all CoS behavior.

       show keyword displays an analysis of the relative weights of the
       associated traffic-priority objects.

EXAMPLES
       modify global-settings default-traffic-priority NORMAL_PRIORITY

       Replace the default traffic-priority with traffic-priority
       NORMAL_PRIORITY.

       modify global-settings default-map-8021p add { VOIP }

       Add the VOIP 802.1p mapping. The VOIP object specifies the 802.1p field
       value and associated traffic priority.

OPTIONS
       feature-enabled
	    Enable 8 hardware egress CoS queue feature.

       feature-disabled
	    Disable 8 hardware egress CoS queue feature.

       precedence
	    Specifies the precedence between handling of DSCP and 802.1p.
	    Currently, provided options are dscp-only and 8021p-only.

       default-map-dscp
	    Enables adding and removal of mappings between DSCP field values
	    and traffic priorities. See net cos traffic-priority and net cos
	    map-dscp.

       default-map-8021p
	    Enables adding and removal of mappings between 802.1p field values
	    and traffic priorities.

       default-traffic-priority
	    Specifies the default traffic-priority which is applied to all
	    traffic that does not match a specified DSCP/802.1p field value.
	    This allows the user to specify only the mappings which do not
	    match the default.

SEE ALSO
       net cos traffic-priority, net cos map-dscp

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 global-settings(1)