vcmp traffic-profileΒΆ

vcmp traffic-profile(1)       BIG-IP TMSH Manual       vcmp traffic-profile(1)



NAME
       traffic-profile - Configures a traffic-profile, which can be applied to
       a vCMP guest to control characteristics of data-plane network traffic
       to the guest.

MODULE
       vcmp

SYNTAX
       Configure the traffic-profile component within the vcmp module using
       the syntax in the following sections.

   CREATE
	create traffic-profile [name]
	modify traffic-profile [name]
	    options:
	      color-policer [color-policer-name]

   DISPLAY
	list traffic-profile

	  options:
	    all-properties

   DELETE
	delete traffic-profile [name]

DESCRIPTION
       Manage vCMP traffic-profiles running on this host.

EXAMPLES
       list vcmp traffic-profile

       Lists the current configuration of all traffic-profiles.

       create vcmp traffic-profile fiftyMbpsSLAProfile color-policer
       fiftyMpbsLimiter

       Creates a traffic-profile which makes use of the color-policer
       fiftyMpbsLimiter.

OPTIONS
       color-policer
	    Specifies the color based policer for metering and shaping traffic
	    destined to a guests data-plane.

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



BIG-IP				  2015-05-12	       vcmp traffic-profile(1)