Fortinet black logo

Administration Guide

Usage quota

Usage quota

In addition to using category and classification blocks and overrides to limit user access to URLs, you can set a daily quota by category, category group, or classification. Quotas allow access for a specified length of time or a specific bandwidth, and are calculated separately for each user. Quotas are reset daily at midnight.

Quotas can be set for the Monitor, Warning, or Authenticate actions. Once the quota is reached, the traffic is blocked and the replacement message page displays.

Note

Quotas are only available in proxy-based inspection mode.

Configuring a quota

The following example shows how to set a time quota for the education category (category 30).

To configure a quota in the GUI:
  1. Go to Security Profiles > Web Filter and click Create New, or edit an existing profile.
  2. For Feature set, select Proxy-based.
  3. In the FortiGuard category based filter section, scroll to the General Interest - Personal and click the + to expand the section.
  4. Select Education, then click Monitor.

  5. In the Category Usage Quota section, click Create New.

    The New/Edit Quota pane opens.

  6. In the Category field, select Education.
  7. For the Quota Type, select Time and set the Total quota to 5 minutes.

  8. Click OK. The entry appears in the table.

  9. Configure the other settings as needed.
  10. Click OK.
To configure a quota in the CLI:
config webfilter profile
    edit "webfilter"
        config ftgd-wf
           unset options
           config filters
              edit 1
                 set category 30
              next               
           end
           config quota
              edit 1
                 set category 30
                 set type time
                 set duration 5m
              next
           end
        end
    next
end
To verify the quota usage:
  1. Go to a website that belongs to the education category, such https://www.harvard.edu/. You can view websites in that category at the moment.
  2. In FortiOS, go to Dashboard > FortiGuard Quota Monitor to check the used and remaining time.

  3. When the quota reaches its limit, traffic is blocked and the replacement page displays.

Usage quota

In addition to using category and classification blocks and overrides to limit user access to URLs, you can set a daily quota by category, category group, or classification. Quotas allow access for a specified length of time or a specific bandwidth, and are calculated separately for each user. Quotas are reset daily at midnight.

Quotas can be set for the Monitor, Warning, or Authenticate actions. Once the quota is reached, the traffic is blocked and the replacement message page displays.

Note

Quotas are only available in proxy-based inspection mode.

Configuring a quota

The following example shows how to set a time quota for the education category (category 30).

To configure a quota in the GUI:
  1. Go to Security Profiles > Web Filter and click Create New, or edit an existing profile.
  2. For Feature set, select Proxy-based.
  3. In the FortiGuard category based filter section, scroll to the General Interest - Personal and click the + to expand the section.
  4. Select Education, then click Monitor.

  5. In the Category Usage Quota section, click Create New.

    The New/Edit Quota pane opens.

  6. In the Category field, select Education.
  7. For the Quota Type, select Time and set the Total quota to 5 minutes.

  8. Click OK. The entry appears in the table.

  9. Configure the other settings as needed.
  10. Click OK.
To configure a quota in the CLI:
config webfilter profile
    edit "webfilter"
        config ftgd-wf
           unset options
           config filters
              edit 1
                 set category 30
              next               
           end
           config quota
              edit 1
                 set category 30
                 set type time
                 set duration 5m
              next
           end
        end
    next
end
To verify the quota usage:
  1. Go to a website that belongs to the education category, such https://www.harvard.edu/. You can view websites in that category at the moment.
  2. In FortiOS, go to Dashboard > FortiGuard Quota Monitor to check the used and remaining time.

  3. When the quota reaches its limit, traffic is blocked and the replacement page displays.