config user radius
Use this command to configure a connection to a RADIUS server that can authenticate administrator or user logins.
Basic steps:
- Create a RADIUS authentication server configuration.
- Select the RADIUS server configuration when you add administrator users or user groups.
Before you begin:
- You must know the IP address, port, authentication protocol, and shared secret used to access the RADIUS server.
- You must have read-write permission for system settings.
Syntax
config user radius
edit <name>
set auth-type {chap|ms_chap|ms_chapv2|pap}
set port <integer>
set secret <passwd>
set server <string>
set timeout <string>
set vdom <datasource>
next
end
auth-type |
|
port |
Port number for the server. The commonly used port for RADIUS is 1812. |
secret |
Shared secret string used when connecting to the server. |
server |
IP address for the server. |
timeoutr |
Remote Authentication Timeout (seconds) |
vdom |
Reserved for future use. |