net cos map-8021pΒΆ

net cos map-8021p(1)	      BIG-IP TMSH Manual	  net cos map-8021p(1)



NAME
       map-8021p - Configures vlan 8021.p tag to traffic priority mapping.

MODULE
       net cos

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

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

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

   DISPLAY
	list map-8021p
	list map-8021p [ [ [name] | [glob] | [regex] ] ... ]

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

   DELETE
	delete map-8021p [name]

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

EXAMPLES
       create map-8021p VOIP value 4 traffic-priority HIGH_PRIORITY

       Create the map-8021p named VOIP that associates 802.1p value 4 traffic
       with traffic-priority named HIGH_PRIORITY.

       delete map-8021p VOIP

       Delete the map-8021p named VOIP.

OPTIONS
       value
	    Specifies the 802.1p 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-8021p(1)