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 194036
Description

A device or range of devices can be added to Topology via Administration UI or CLI.  The following describes how to run device discovery from the CLI.

For instructions on how to run the discovery from the UI, see topic Discover Devices in Online Help or the Administration and Operation admin guide in the FortiNAC Document Library. 


 


Solution
Login to the Control Server CLI as root and type
cd /bsc/campusMgr/bin

Command:
DiscoverDevices

Options:
 -domain      The container (formerly referred to as "domain") into which discovered devices should be placed in Topology.  The container will be created if it does not already exist.
 -startip        The starting IP address for device search
 -endip          The ending IP address for device search
 -comm         One or more community names to use for SNMP
 -creds          User credentials for CLI access. It takes four arguments (separated by commas):name,password,enable pw, CLI type [telnet|ssh1|ssh2]
 -dispCount      The number of two second intervals to be used to print out results of the discovery process.


Usage:
DiscoverDevices -domain 'Switches' -startip '192.168.10.1' -endip '192.168.10.20' -comm 'private' -comm 'public'

Contributors