sys url-db download-scheduleΒΆ

sys url-db download-schedule(1BIG-IP TMSH Manuasys url-db download-schedule(1)



NAME
       download-schedule - Configures download schedule for URL Master DB.

MODULE
       sys url-db

SYNTAX
       Configure a download-schedule component within the  module
       using the syntax shown in the following sections.

   MODIFY
       The download-schedule consists of the object name (/Common/urldb),
       download start time (start-time), download end time (end-time) and
       status. You can have only one download schedule and the download occurs
       daily.

	modify url-db download-schedule urldb
	    start-time [HH::MM]
	    end-time [HH::MM]
	    download-now [true | false]
	    status [true | false]
	    use-proxy [true | false]

   DISPLAY
	list url-db download-schedule urldb
	  options:
	    all-properties
	    non-default-properties
	    one-line

DESCRIPTION
       Configures download schedule for Master URL database.

EXAMPLES
       modify download-schedule urldb { start-time 2:00 end-time 4:00 }

       Modify the download schedule for Master DB download schedule between
       2:00 AM and 4:00 AM. Other downloads such as RTSU (Real-Time Security
       Update) and ACE (Advanced Classification Engine) DB download occurs at
       regular intervals.

       modify download-schedule urldb { start-time 20:00 end-time 22:00 }

       Modify the download schedule for Master DB download schedule between
       8:00 PM and 10:00 AM.

       modify download-schedule urldb { download-now true }

       Master DB Download starts in few minutes after issuing this command.
       The download-now will be set to false after successful download.

       modify download-schedule urldb { status false }

       By setting the status flag to false, download (Master and other DB)
       will not occur any more.

       modify download-schedule urldb { use-proxy true }

       DB Download uses proxy configuration after issuing this command.

OPTIONS
       download-now
	    Specifies to start download in few minutes and no need to wait for
	    the scheduled window.

       end-time
	    Shows download end time. Download will start between scheduled
	    start time and end time.

       start-time
	    Shows download start time. Download will start between scheduled
	    start time and end time.

       status
	    Shows the download status is enabled. By turning to false,
	    download will not occur.

       use-proxy
	    Specifies to use proxy configuration for database download.

SEE ALSO
       sys url-db download-result sys url-db url-category

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 2011, 2013-2014. All rights
       reserved.



BIG-IP				  2016-02-25   sys url-db download-schedule(1)