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.
ekrishnan
Staff
Staff
Article Id 331421
Description

This article describes instances where sometimes when running debugs for example (SSL VPN, fnbamd, IPsec, etc) there is no output displayed.

Scope FortiGate CLI.
Solution

This issue is more into the CLI debug session and it will display something like below.

 

Example: 

 

diagnose debug enable

diagnose debug application sslvpn -1

Debug messages will be on for 42335653789 minutes. --> Incorrect timer.

 

Post this there will be no output seen as well when testing the connections.

 

Solution:

 

Reset the debug using the command below:

 

diagnose debug reset

 

When enabling the debug, it will show the correct timers:

 

diagnose debug enable

diagnose debug application sslvpn -1
Debug messages will be on for 30 minutes.

 

To disable:

 

diagnose debug disable

 

After this, the required output is shown as expected.