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.
rmetzger
Staff
Staff
Article Id 191168
Description
This article explains how to get the full list of applications or categories and their corresponding number (ID) when configuring Application Control.

Scope
FortiOS 4.0 and above

Solution
From the CLI,  run the following commands in sequence :

FGT# config application list

FGT(list) # edit 0
new entry '0' added

FGT(0) # config entries

FGT(entries) # edit 0
new entry '0' added

FGT(0) # set application ?
ID           Select application ID

All          All applications
16284        3PC
16616        4shared
16534        6cn
17045        9PFS
16558        51.Com
16980        55bbs
15965        100Bao
[...]

FGT (0) # set category ?
ID           Select Category ID

All          All category
1            im
2            p2p
3            voip
4            file-transfer
[...]


Contributors