Technical Tip: Disable FortiGuard Services Globally
| Description | This article describes disabling FortiGuard, including Antivirus (AV), Web Filtering, and Antispam. |
| Scope | FortiGuard. |
| Solution | Disable FortiGuard Services Globally. To disable FortiGuard, including Antivirus (AV), Web Filtering, and Antispam, use the following commands:
config system fortiguard set outbreak-prevention-force-off enable end
set outbreak-prevention-force-off enable: This command disables the FortiGuard Virus Outbreak Prevention service.
config system fortiguard set webfilter-force-off enable end
set webfilter-force-off enable: This command forces Web Filtering to be turned off, bypassing any Web Filtering services provided by FortiGuard.
config system fortiguard set antispam-force-off enable end
set antispam-force-off enable: This command disables the FortiGuard Antispam service, preventing any antispam functionality provided by FortiGuard.
Verify the configuration. Run the following command to confirm that the settings are applied:
show full-configuration system fortiguard
This will display the current FortiGuard settings. Ensure that the values for avquery-force-off, webfilter-force-off, and antispam-force-off are set to enable.
Note:
|
