Skip to main content
naveenk
Staff
Staff
May 15, 2020

Technical Tip: Changing inspection mode

  • May 15, 2020
  • 0 replies
  • 5463 views

Description


This article describes how to change the inspection mode from the CLI.

 

Scope

 

FortiGate.

Solution


Inspection mode can be modified under security profiles and firewall policies. For Example:

 

To change inspection mode of a firewall policy: 

 

config firewall policy
   edit <policy ID>
       set inspection-mode {flow | proxy}

   next

end

 

To change inspection mode of a security profile:

 

config webfilter  profile
    edit <profile name>
        set feature-set {flow | proxy}

   next

end

 

Related article: 

Technical Tip: Effects of changing the inspection ... - Fortinet Community