FortiManager
FortiManager supports network operations use cases for centralized management, best practices compliance, and workflow automation to provide better protection against breaches.
lingky88
Staff
Staff
Article Id 251584
Description This article describes how to identify the version of the NTP server used on FortiManager.
Scope FortiManager/FortiAnalyzer.
Solution

1) The default NTP server is ntp1.fortinet.net. This can be checked via GUI or CLI.

 

On the GUI:

Go to System Settings -> Dashboard -> System Time.

 

Picture1.png

 

On the CLI:

 

FMG # show system ntp

   # config system ntp

       # config ntpserver

            edit 1

                set server "ntp1.fortinet.net"

            next

        end

            set status enable

        end

 

FMG # diagnose system ntp status

MS Name/IP address         Stratum Poll Reach LastRx Last sample              

===============================================================================

^* 208.91.112.61                 2  10   377    78    -78us[  -96us] +/-  119ms

 

2) Perform a packet capture between FortiManager and the NTP server.

It is possible to use the built-in packet capture feature under System Settings -> Network -> Packet Capture.

 

Picture2.png

 

Picture3.png

Contributors