Fortinet black logo

Handbook

One-time schedules

6.0.0
Copy Link
Copy Doc ID 4afb0436-a998-11e9-81a4-00505692583a:530033
Download PDF

One-time schedules

One-Time schedules are in effect only once for the period of time specified in the schedule. This can be useful for testing to limit how long a policy will be in effect in case it is not removed, or it can be used for isolated events such as a conference where you will only need a temporary infrastructure change for a few days.

The time frame for a One-time schedule is configured by using a start time which includes, Year | Month | Day | Hour | Minute and a Stop time which includes the same variables. So while the frequency of the schedule is only once it can last anywhere from 1 minute to multiple years.

Configuring a one-time schedule object in the GUI

  1. Go to Policy & Objects > Schedules.
  2. Select Create New. A drop down menu is displayed. Select Schedule.
  3. From the Type options, choose One-time.
  4. Input a Name for the schedule object.
  5. If you which to add a Color to the icon in the GUI, you can click on the Change link to choose 1 of 32 color options.
  6. Choose a Start Date.

    Selecting the field with the mouse will bring up a interactive calendar graphic that will allow the user to select the date. The date can also be typed in using the format YYYY/MM/DD.

  7. Choose a Start Time.

    The Start Time is composed of two fields, Hour and Minute. Think of setting the time for a digital clock in 24 hour mode. The Hour value can be an integer from 0 and 23. The Minute value can be from 0 to 59. 0 and 0 would be midnight at the start of the day and 23 and 59 would be one minute to midnight at the end of the day. The value can be entered by keyboard or by using the up and down arrows in the field to select the value.

  8. Choose an End Date.

    Configuration is the same as Start Date.

  9. Choose a Stop Time.

    Configuration is the same as Start Time.

  10. Enable/Disable Pre-expiration event log.

    This configures the system to create an event log 1 to 100 days before the End Date as a warning in case the schedule needs to be extended.

  11. If the Pre-expiration event log is enabled, set the value for Number of days before.
  12. Click OK.

Example

The company wants to change over their web site image to reference the new year. They have decided to take this opportunity to do some hardware upgrades as well. Their web site is business oriented so they have determined that over New Year’s Eve there will be very limited traffic.

  • They are going to need a maintenance window of 2 hours bracketing midnight on New Year’s Eve.
Configuration in the GUI
  1. Go to Policy & Objects > Objects > Schedule.
  2. Select Create New > Schedule.
  3. Fill out the fields with the following information:
    Type One-time
    Name NewYearsEve_Maintenance
    Start Date 2014/12/31 <use the built in calendar>
    End Date 2015/01/01 <use the built in calendar>
    Start Time Hour: 23, Minute: 0
    Stop Time Hour: 1Minute: 0
    Pre-expiration event log <disable>
  4. Select OK.
To verify that the schedule was added correctly:
  1. Go to Policy & Objects > Objects > Schedule.
  2. Check that the schedule with the name you used has been added to the list of recurring schedules and that the listed settings are correct.
Configuration in the CLI

Enter the following CLI command:

config firewall schedule onetime

edit maintenance_window

set start 23:00 2012/12/31

set end 01:00 2013/01/01

end

To verify that the schedule was added correctly:

Enter the following CLI command:

config firewall schedule onetime

edit <the name of the schedule you wish to verify>

show full-configuration

One-time schedules

One-Time schedules are in effect only once for the period of time specified in the schedule. This can be useful for testing to limit how long a policy will be in effect in case it is not removed, or it can be used for isolated events such as a conference where you will only need a temporary infrastructure change for a few days.

The time frame for a One-time schedule is configured by using a start time which includes, Year | Month | Day | Hour | Minute and a Stop time which includes the same variables. So while the frequency of the schedule is only once it can last anywhere from 1 minute to multiple years.

Configuring a one-time schedule object in the GUI

  1. Go to Policy & Objects > Schedules.
  2. Select Create New. A drop down menu is displayed. Select Schedule.
  3. From the Type options, choose One-time.
  4. Input a Name for the schedule object.
  5. If you which to add a Color to the icon in the GUI, you can click on the Change link to choose 1 of 32 color options.
  6. Choose a Start Date.

    Selecting the field with the mouse will bring up a interactive calendar graphic that will allow the user to select the date. The date can also be typed in using the format YYYY/MM/DD.

  7. Choose a Start Time.

    The Start Time is composed of two fields, Hour and Minute. Think of setting the time for a digital clock in 24 hour mode. The Hour value can be an integer from 0 and 23. The Minute value can be from 0 to 59. 0 and 0 would be midnight at the start of the day and 23 and 59 would be one minute to midnight at the end of the day. The value can be entered by keyboard or by using the up and down arrows in the field to select the value.

  8. Choose an End Date.

    Configuration is the same as Start Date.

  9. Choose a Stop Time.

    Configuration is the same as Start Time.

  10. Enable/Disable Pre-expiration event log.

    This configures the system to create an event log 1 to 100 days before the End Date as a warning in case the schedule needs to be extended.

  11. If the Pre-expiration event log is enabled, set the value for Number of days before.
  12. Click OK.

Example

The company wants to change over their web site image to reference the new year. They have decided to take this opportunity to do some hardware upgrades as well. Their web site is business oriented so they have determined that over New Year’s Eve there will be very limited traffic.

  • They are going to need a maintenance window of 2 hours bracketing midnight on New Year’s Eve.
Configuration in the GUI
  1. Go to Policy & Objects > Objects > Schedule.
  2. Select Create New > Schedule.
  3. Fill out the fields with the following information:
    Type One-time
    Name NewYearsEve_Maintenance
    Start Date 2014/12/31 <use the built in calendar>
    End Date 2015/01/01 <use the built in calendar>
    Start Time Hour: 23, Minute: 0
    Stop Time Hour: 1Minute: 0
    Pre-expiration event log <disable>
  4. Select OK.
To verify that the schedule was added correctly:
  1. Go to Policy & Objects > Objects > Schedule.
  2. Check that the schedule with the name you used has been added to the list of recurring schedules and that the listed settings are correct.
Configuration in the CLI

Enter the following CLI command:

config firewall schedule onetime

edit maintenance_window

set start 23:00 2012/12/31

set end 01:00 2013/01/01

end

To verify that the schedule was added correctly:

Enter the following CLI command:

config firewall schedule onetime

edit <the name of the schedule you wish to verify>

show full-configuration