Table of Contents

Advertisement

User authentication
(config)> auth radius nas_id id
(config)>
6. Add a RADIUS server:
a. Add the server:
(config)> add auth radius server end
(config auth radius server 0)>
b. Enter the RADIUS server's IP address or hostname:
(config auth radius server 0)> hostname hostname|ip-address
(config auth radius server 0)>
c. (Optional) Change the default port setting to the appropriate port:
(config auth radius server 0)> port port
(config auth radius server 0)>
d. 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 auth radius server 0)>
e. (Optional) Repeat the above steps to add additional RADIUS servers.
7. Add RADIUS to the authentication methods. Authentication methods are attempted in the
order they are listed until the first successful authentication result is returned. This example
will add RADIUS to the end of the list. See
adding methods to the beginning or middle of the list.
(config)> add auth method end radius
(config)>
8. Save the configuration and apply the change
(config)> save
Configuration saved.
>
9. Type exit to exit the Admin CLI.
Depending on your device configuration, you may be presented with an Access selection
menu. Type quit to disconnect from the device.

LDAP

Your IX40 device supports LDAP (Lightweight Directory Access Protocol), a protocol used for directory
information services over an IP network. LDAP can be used with your IX40 device for centralized
authentication and authorization management for users who connect to the device. With LDAP
support, the IX40 device acts as an LDAP client, which sends user credentials and connection
parameters to an LDAP server. The LDAP server then authenticates the LDAP client requests and sends
back a response message to the device.
IX40 User Guide
User authentication methods
LDAP
for information about
752

Advertisement

Table of Contents
loading

Table of Contents