Skip to main content
mramalinga
Staff
Staff
October 31, 2019

Technical Tip: How to create multiple web filter profiles

  • October 31, 2019
  • 0 replies
  • 3214 views

Description
This article explains how to create vdom specific Security Profiles.

Solution
When VDOM is enabled on the FortiGate and there is not the option to create vdom specific Security Profile, check Feature Visibility.


 
Check if 'Multiple Security Profiles' feature is enabled in the VDOM that is being created for security profile.

VDOM -> System -> Feature Visibility
Enable Multiple Security Profiles
Click Apply
 
 
CLI configuration:
# config vdom
 edit <name_of_the_vdom>
 config system settings
 set gui-multiple-utm-profiles enable
 end
 end