config user radius
Configure the FortiBranchSASE to access a RADIUS server.
config user radius
edit <name>
set server {string}
set secret {password}
set auth-type [auto||ms_chap_v2|...]
set timeout {integer}
set transport-protocol [udp]
set nas-ip {string}
next
end
Sample command:
config user radius
edit example_radius
set server fortinet.com
set secret ********
set auth-type auto
set timeout 5
set transport-protocol udp
set nas-ip 0.0.0.0
next
end
|
Parameter |
Description |
Type |
Size |
Default |
|---|---|---|---|---|
|
|
Name of the RADIUS server table. |
string |
- |
none |
|
|
Primary RADIUS FQDN or IP address. |
string |
- |
none |
|
|
Pre-shared secret key used to access the primary RADIUS server. |
password |
1-128 |
none |
|
|
Authentication protocols permitted for this RADIUS server. You can select the following options:
If the authentication type is set to PAP → MSCHAP_v2 → CHAP FortiBranchSASE will only try the next protocol once it receives a RADIUS-reject message |
option |
- |
auto |
|
|
Time in seconds to retry connecting to the RADIUS server. |
integer |
- |
5 |
|
|
Transport protocol to be used.
|
option |
- |
udp |
|
|
IPv4 address used for the FortiBranchSASE to communicate with the RADIUS server. It is also used as the NAS-IP-Address and Called-Station-ID attributes. |
string |
- |
none |
|
|
Optional NAS-Identifier string for RADIUS messages |
string |
- |
none |
|
|
Primary RADIUS server port number |
integer |
- |
none |