FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
krajaa
Staff
Staff
Article Id 193132

Description
This article describes how to exclude application Signature from Application control profile.

Scope
For version 6.2.6 and 6.4.3.

Solution
If an application list entry configures an application group,user can specify the list of applications that the user wishes to exclude from that entry.
This option is enabled only when the application list entry configures an application group.

If an entry configures individual applications, the option is disabled.

From CLI.

# config application list
    edit ""                         <----- Application control profile name.
        set unknown-application-log enable
        # config entries
            edit <Entry ID>          
                set exclusion <Application ID>
            next
        end
    next
end

 

Contributors