modify
modify(1) BIG-IP TMSH Manual modify(1)
NAME
modify command - Modifies a tmsh component.
MODULE
All tmsh modules.
SYNTAX
Use the command modify within a tmsh module to modify a component that
resides in that module. To modify a component in one module from within
another module, use the full path to the component.
modify [component] [name] [property [value] ]...
modify / [module...module] [component] [name] [property [value] ]...
DESCRIPTION
You must provide the name of the component that you want to modify.
You can apply one or more property settings to multiple components
using a single command sequence. For example, to associate the Local
Traffic Manager pool named pool-1 with the virtual servers named
virtual-1 and virtual-2, use this command sequence: modify ltm virtual
virtual-1 virtual-2 pool pool-1
EXAMPLES
modify pool pool1 disabled
From within the gtm module, disables the Global Traffic Manager pool
named pool1.
modify / ltm pool my_pool disabled
From within the gtm module, disables the Local Traffic Manager pool
named my_pool.
OPTIONS
component
Specifies the type of the component that you want to modify.
module
Specifies the module within which the component that you want to
modify resides.
name Specifies the unique name of the component that you want to
modify.
property [value]...
Specifies the properties of the component that you want to modify
and their new 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 modify(1)