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.
gakshay
Staff
Staff
Article Id 193785

Description
This article describes how to display the list of application control profiles.

 

Scope

FortiGate

 

Solution
The list of application control profiles present in Fortigate are visible from CLI.

To check the same over CLI execute the below command:

 

# get firewall iprope appctrl list | grep "/"
app-list=default/2000 other-action=Pass
app-list=sniffer-profile/2001 other-action=Pass
app-list=wifi-default/2002 other-action=Pass
app-list=block-high-risk/2003 other-action=Pass
app-list=WSR-Staff/2004 other-action=Pass
app-list=Youtube access/2005 other-action=Pass

 

In the above output, there is a total of six application control signature profiles configured.

Contributors