net cos map-dscpΒΆ

net cos map-dscp(1)	      BIG-IP TMSH Manual	   net cos map-dscp(1)



NAME
       map-dscp - Configures IP DSCP field to traffic priority mapping.

MODULE
       net cos

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

   CREATE/MODIFY
	create map-dscp [name]
	modify map-dscp [name]
	  options:
	    value [0..7]
	    traffic-priority [name]

	edit map-dscp [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

   DISPLAY
	list map-dscp
	list map-dscp [ [ [name] | [glob] | [regex] ] ... ]

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

   DELETE
	delete map-dscp [name]

DESCRIPTION
       The map-dscp object allows users to associate DSCP field values to
       relative traffic priority. These objects are associated with active
       system configuration via net cos global-settings.

EXAMPLES
       create map-dscp VOIP value 4 traffic-priority HIGH_PRIORITY

       Create the map-dscp named VOIP that associates DSCP value 4 traffic
       with traffic-priority named HIGH_PRIORITY.

       delete map-dscp VOIP

       Delete the map-dscp named VOIP.

OPTIONS
       value
	    Specifies the DSCP field value.

       traffic-priority
	    Specifies the traffic-priority object associated with traffic
	    matching value.

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



BIG-IP				  2013-07-01		   net cos map-dscp(1)