Digi TX54 User Manual page 550

Hide thumbs Also See for TX54:
Table of Contents

Advertisement

User authentication
Depending on your device configuration, you may be presented with an Access selection
menu. Type admin to access the Admin CLI.
2. At the command line, type config to enter configuration mode:
> config
(config)>
3. Add a RADIUS server:
(config)> add auth radius server end
(config auth radius server 0)>
4. Enter the server IP address or hostname:
(config auth radius server 0)> hostname hostname|ip-address
(config auth radius server 0)>
5. (Optional) Change the default port setting to the appropriate port:
(config auth radius server 0)> port port
(config auth radius server 0)>
6. Enter the RADIUS server's shared secret. This is configured in the secret parameter of the
RADIUS server's client.conf file. For example:
(config auth radius server 0)> secret testing123
(config auth radius server 0)>
7. Configure the amount of time in seconds to wait for the RADIUS server to respond. Allowed
value is any integer from 3 to 60. The default value is 3.
(config auth radius server 0)> timeout value
(config)>
8. Return to the config prompt by typing three periods:
(config auth radius server 0)> ...
(config)>
9. (Optional) Enable debug messages from the RADIUS client:
(config)> auth radius debug true
10. (Optional) Configure the NAS ID. This is a unique identifier for this network access server (NAS).
You can use the fully-qualified domain name of the NAS or any arbitrary string. If not set, the
default value is used:
If you are accessing the TX54 device by using the WebUI, the default value is for
n
NAS ID is httpd.
If you are accessing the TX54 device by using ssh, the default value is sshd.
n
(config)> auth radius nas_id id
(config)>
TX54 User Guide
Remote Authentication Dial-In User Service (RADIUS)
550

Advertisement

Table of Contents
loading

Table of Contents