ltm tacdb customdbΒΆ

ltm tacdb customdb(1)	      BIG-IP TMSH Manual	 ltm tacdb customdb(1)



NAME
       customdb - Configures a custom tacdb to be used for file loads. A
       customdb includes a URL (including local file paths) from where TACDB
       files are loaded. These files contain TAC code information.

MODULE
       ltm tacdb

SYNTAX
       Configure the customdb component within the ltm tacdb module using the
       syntax in the following sections.

   CREATE/MODIFY
	create customdb [name]
	modify customdb [[name] | all]
	  options:
	    url [string]
	    poll-interval [integer]
	    user [string]
	    password [string]
	    priority [ high | low ]
	    app-service [name]
	    description [string]

   DISPLAY
	list customdb [[name] | all | [property]]
	  options:
	    all-properties
	    non-default-properties
	    one-line
	    partition
	    recursive

   DELETE
	delete customdb [[name] | all]

DESCRIPTION
       You can use the customdb component to define a custom tacdb

EXAMPLES
       create customdb new  {  url file:/shared/images/new.txt }

       Creates a new custom tacdb, "new" with TAC code information in the file
       specified by url.

OPTIONS
       create
	    Creates a new custom tacdb.

       delete
	    Deletes the custom tacdb that you specify next.

       url  Specifies the url to fetch the file containing the TACDB
	    information.

       poll-interval
	    Specifies the time interval in seconds at which the URL needs to
	    be polled. The initial default value 0 disables polling. The
	    literal "default" value is 300 seconds (5 minutes).

       priority
	    Specifies the priority whether the customdb is higher or lower
	    than built-in/licensed TACDB.

       app-service
	    Specifies 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.

       description
	    User defined description for this customdb.

       partition
	    Displays the administrative partition within which the component
	    resides.

SEE ALSO
       edit, list, modify, 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, 2012-2016. All rights
       reserved.



BIG-IP				  2016-04-07		 ltm tacdb customdb(1)