createΒΆ

create(1)						BIG-IP TMSH Manual						 create(1)

NAME
       create command - Creates a TMOS(tm) configuration component.

MODULE
       All tmsh modules.

SYNTAX
       Use the command create within a tmsh module to create a component that resides in that module. To create a component that
       resides in another module, use the full path to the component.

	create [component] [name] [property [value]...]
	create / [module...module] [component] [name] [property [value]...]

DESCRIPTION
       You must provide a unique name for each component that you create.

EXAMPLES
       create pool pool1

       From within the gtm module, creates a Global Traffic Manager pool named pool1.

       create / ltm pool my_pool

       From within the gtm module, creates a Local Traffic Manager pool named my_pool.

OPTIONS
       component
	    Specifies the type of the component that you want to create.

       module
	    Specifies the module within which the component that you want to create resides.

       name Specifies a unique name for the component.

       property [value]...
	    Specifies properties for the component and their values.

SEE ALSO
       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-2010, 2013, 2016. All rights reserved.

BIG-IP							    2016-03-14							 create(1)