Skip to main content
Rathan_FTNT
Staff
Staff
May 23, 2022

Technical Tip: Category Filtering missing under Web Filter security profile when in NGFW policy-based mode

  • May 23, 2022
  • 0 replies
  • 3026 views

 

Description

This article describes a known-behavior where FortiGuard Category-Based Filter option is missing in the Web Filter profile while the FortiGate is in NGFW policy-based mode.

Scope FortiGate, NGFW policy-based mode, Web Filter
Solution

When attempting to configure a Web Filter profile on the FortiGate, administrators may find that the FortiGuard Category-Based Filter section is not available to be configured:

 

NGFW_WebFilter_GUI.png

 

This is an expected behavior if the FortiGate/VDOM is operating in NGFW policy-based mode, as the URL category filtering functionality is moved out of the Web Filter profile and is instead configured directly in the Security Policy section. For more information on URL category filtering and Web Filter profiles in NGFW policy-based mode, refer to the following KB articles:

Technical Tip: How to block URL Category and Application in NGFW policy-based mode

Technical Tip: Web filter profiles in NGFW policy mode

 

To determine if the FortiGate/VDOM is operating in NGFW mode, check the following locations:

  • For non-VDOM FortiGates, navigate to System -> Settings in the GUI and check the NGFW Mode option:

 

NGFW_Mode_Setting_GUI.png

 

  • For VDOM-enabled FortiGates, go to the Global VDOM and then navigate to System -> VDOM. Check each VDOM's setting under the NGFW mode column:

 

NGFW_VDOM_GUI.png

 

  • To check via the CLI, check for the ngfw-mode option under config system settings (for VDOM-enabled FortiGates, this would be done within the non-Global VDOMs). Alternatively, use the get command for a similar output:

 

FortiGate (NGFW) # show full-configuration system settings | grep ngfw-mode

set ngfw-mode policy-based

 

FortiGate (NGFW) # get system settings | grep ngfw-mode
ngfw-mode : policy-based

 

Note:

Changing the NGFW mode back from policy-based to profile-based will move FortiGuard Category-Based filtering back into the Web Filter profile, but it will also remove all existing policies (SSL Inspection & Authentication Policy, Security Policy, Central SNAT), so think carefully before changing an existing FortiGate/VDOM from one NGFW mode to another.

 

NGFW_Mode_Setting_Change_GUI.png

 

If the mode is changed back to NGFW profile-based mode, FortiGuard Category-Based Filtering will become available in the Web Filter profile:

Rathan_FTNT_3-1653313039267.png

 

Related Documents:

Technical Tip: NGFW policy-based mode Resource List

Technical Tip: Profile-based policies vs Policy-based policies