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].
# 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] |