sys file lwtunneltblΒΆ

sys file lwtunneltbl(1)       BIG-IP TMSH Manual       sys file lwtunneltbl(1)



NAME
       lwtunneltbl - Manages an lwtunneltbl file.

MODULE
       sys file

SYNTAX
       Manage the lwtunneltbl component within the sys file module using the
       syntax shown in the following sections.

   CREATE/MODIFY
	create lwtunneltbl [name]
	modify lwtunneltbl [name]
	  options:
	    app-service [[string] | none]
	    source-path [URL]

	edit lwtunneltbl [ [ [name] | [glob] | [regex] ] ... ]

   DISPLAY
	list lwtunneltbl
	list lwtunneltbl [ [ [name] | [glob] | [regex] ] ... ]

   DELETE
	delete lwtunneltbl [name]

DESCRIPTION
       You can use the lwtunneltbl component to create, edit, delete, list or
       modify an lwtunneltbl file.

EXAMPLES
       create lwtunneltbl new-ifile source-path http:/tmp/text.txt

       Downloads the lwtunneltbl file from the given URL into file-store and
       creates an lwtunneltbl file named new-ifile. Saves the given URL in the
       source-path attribute.

       Supported URL schemes are "HTTP", "HTTPS", "FTP", "FTPS" & "FILE"

OPTIONS
       app-service
	    Specifies the name of the application service to which the object
	    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 object. Only the application
	    service can modify or delete the object.

       checksum
	    A cryptographic hash or checksum of the file contents for use in
	    verification of file integrity.

       created-by
	    Specifies the user who originally created the file-object.

       create-time
	    Specifies the time at which the file-object was created.

       last-update-time
	    Specifies the last time at which the file-object was
	    updated/modified.

       mode Specifies the UNIX file permissions mode for the file associated
	    with this file-object as a numerical value.

       revision
	    The latest revision of the file. The revision starts with 1 and
	    gets incremented on each update.

       size Specifies the size (in bytes) of the file associated with this
	    file object.

       source-path [URL]
	    This attribute takes a URL, for example:

		 source-path http://file-server/ifiles/AUL_1.cls

		 source-path https://file-server/ifiles/CNN.x

		 source-path
		 ftp://username:password@server/ifiles/latest.class

       updated-by
	    Specifies the user who last updated the file-object.

SEE ALSO
       create, delete, edit, glob, list, ltm ifile, 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-2015. All rights reserved.



BIG-IP				  2015-10-01	       sys file lwtunneltbl(1)