ltm ifileΒΆ

ltm ifile(1)		      BIG-IP TMSH Manual		  ltm ifile(1)



NAME
       ifile - Configures an iFile.

MODULE
       ltm

SYNTAX
       Configure the iFile component within the ltm module using the syntax
       shown in the following sections.

   CREATE/MODIFY
	create ifile [name]
	modify ifile [name]
	options:
	  app-service [[string] | none]
	  description [string]
	  file-name [ifile file object name]

	edit ifile [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line

   DISPLAY
	list ifile
	list ifile [ [ [name] | [glob] | [regex] ] ... ]
	show running-config ifile
	show running-config ifile [ [ [name] | [glob] | [regex] ] ... ]
	 options:
	  all-properties
	  non-default-properties
	  one-line

   DELETE
	delete ifile [name]

DESCRIPTION
       You can use the ifile component to configure an iFile. The iFile can
       then be referenced from an iRule, to allow loading an external file
       into an iRule.

EXAMPLES
       create ifile my_ifile file-name ifile_file_object_name

       Creates an iFile named my_ifile, that gets its contents from the file
       object ifile_file_object_name.

       list ifile all-properties

       Displays all of the properties of all of the iFiles.

       delete ifile my_ifile

       Deletes the iFile named my_ifile.

OPTIONS
       app-service
	    Specifies the name of the application service to which the iFile
	    belongs. The default value is none. Note: If the strict-updates
	    option is enabled on the application service that owns the object,
	    you cannot modify or delete the iFile. Only the application
	    service can modify or delete the iFile.

       description
	    User defined description.

       file-name
	    The name of the iFile File Object that this iFile uses.

SEE ALSO
       create, delete, edit, glob,   list, modify, regex, 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-04-12			  ltm ifile(1)