FortiNAC
NOTE: FortiNAC is now named FortiNAC-F. For post-9.4 articles, see FortiNAC-F. FortiNAC is a zero-trust network access solution that provides users with enhanced visibility into the Internet of Things (IoT) devices on their enterprise networks.
cmaheu
Staff
Staff
Article Id 243453
Description

This article describes how to determine the number of endpoints retrieved by FortiNAC from EMS.

Scope Version: 9.x and greater.
Solution

1) Login to the FortiNAC CLI.
2) Enable debugging.  Type:

 

nacdebug –name FortinetEMSServer true

 

Remain logged in to CLI.
3) In the Administration UI, navigate to Network -> Service Connectors.
4) 'Right-click' on the Fortinet EMS Service Connector and select Poll.
5) In the CLI run the following command:


grep -c "found endpoint :" /bsc/logs/output.master

 

Example Result showing 1446 endpoints reported by EMS:


> grep -c "found endpoint :" output.master
1446

 

6) Disable debug.  Type:

 

nacdebug –name FortinetEMSServer false

Contributors