FortiAuthenticator
FortiAuthenticator provides access management and single sign on.
rbraha
Staff
Staff
Article Id 210263

Description

 

This article describe how to import a CSV file for Radius client in FortiAuthenticator.

 

Scope

 

FortiAuthenticator.

 

Solution

 

If there is a list with more than  50 or 100 Radius client in a CSV file format, it is possible to import them automatically without the need to add them manually in Fortiauthenticator.

 

Go to Authentication -> Radius service - > Clients and select 'Import'.

 

First, it is necessary to set the format for CSV file otherwise it will show error while importing the CSV file.

 

It is also edit the CSV file in Notepad++ in order to check if set on the correct format as below :

 

Name: String (the same character restrictions as in the GUI).

Address: IP address, subnet, or IP range.

Secret: String (the same character restrictions as in the GUI) .

Accept RADIUS accounting messages for usage enforcement: Boolean ('t' or 'f').

Support RADIUS Disconnect messages: Boolean ('t' or 'f').

Policy: Name of a RADIUS policy (optional).

 

It set combination of Unique IP and policy or IP range and policy or Subnet and no policy .

 

Example.

 

The format with Unique IP and no policy has been used as below.

 

Client_1,192.168.10.2,Mysecret123,t,t

Client_2,192.168.10.3,Mysecret123,t,t

Client_3,192.168.10.4,Mysecret123,t,t

 

If  subnet and no policy is used.

 

Client_1,192.168.10.2/24,Mysecret123,t,t

Client_2,192.168.11.3/24,Mysecret123,t,t

Client_3,192.168.12.4/24,Mysecret123,t,t

Contributors