Configuration Commands

radius-server add

Adds the IP address of the RADIUS authentication server to be used by the Timing Server for user authentication. While adding the IP address, you can set the optional parameters secret word, retries (1 to 10), timeout (1 to 90), and port, that is [secret-word] [retries] [timeout] [port].

Note: The default values are set for the retries, timeout, and port options, if not configured. You can use the same command for modifying the configuration details of existing RADIUS authentication server. You can add only 3 RADIUS authentication servers.

# config radius-server add 192.168.0.2 auth123 5 50 1800 where [secret-word=auth123], [retries=5], [timeout=50 seconds], [port=1800]
radius-server del

Deletes the RADIUS authentication server and its configuration by using the IP address of the server. The server is no longer used by the Timing Server for user authentication.

#config radius-server del 192.168.0.2
auth-order

Configures the authentication order to be followed by the Timing Server.

#config auth-order radius [Only RADIUS server authentication]