Table of Contents

Authentication

The Authentication page can be accessed via the Authentication menu item by users with Administrator role.

Users

The Users tab allows administrators to add new users or edit existing users and their privilege levels. Depending on the selected role, the user has the following rights:

The minimum requirements for the passwords are as follows:

The Allow External Authentication option allows the user's credentials to be used to log into devices on which Shared Authentication was enabled (see Centralized Authentication section below).


Add User window

TACACS+

The TACACS+ tab allows adding one or more TACACS+ servers, and configuring the following details:

The Allow External Authentication option allows the user credentials defined on the TACACS+ server to be used to log into devices on which Shared Authentication was enabled (see Centralized Authentication section below).


Add TACACS+ Server window

RADIUS

The RADIUS tab allows adding one or more RADIUS servers, and configuring the following details:

The Allow External Authentication option allows the user credentials defined on the RADIUS server to be used to log into devices on which Shared Authentication was enabled (see Centralized Authentication section below).


Add RADIUS Server window

LDAP and LDAPS

The LDAP tab offers the possibility to configure one or more LDAP servers for user authentication. In order to set up the LDAP access, the following settings are required:

The Allow External Authentication option allows the user credentials defined on the LDAP server to be used to log into devices on which Shared Authentication was enabled (see Centralized Authentication section below).


Add LDAP Server window

Custom authentication configuration

Supervisor allows users to not only define multiple authentication methods, but also to configure how the different methods are used by the system. Clicking the Configure Authentication button on either the Users, TACACS+, RADIUS, or LDAP page allows users to see the list of available authentication methods and change their priority and activation strategy.

For each method, one of the following strategies can be selected:


Authentication Methods window

Centralized authentication

Supervisor provides the ability to use credentials defined in the Supervisor itself in order to log into devices it manages. Devices on which Shared Authentication was enabled will be able to use Supervisor credentials, be they Local Users, or users defined on TACACS+, LDAP, or RADIUS servers, on which Allow External Authentication was enabled. The Centralized Authentication follows the Supervisor's Custom Authentication Configuration described above.

The following is an example of how to enable and use the centralized authentication feature. We will create a local user on Supervisor, and use these credentials to log in to a device.

Step 1: Register a device on Supervisor, or edit an existing device, and enable the “Shared Authentication” option.

Step 2: Create a local Supervisor user, or edit an existing user, and enable the “Allow External Authentication” option.

These steps will enable the Supervisor's local user credentials for logging in to the device. The user will have the same privilege levels on both the Supervisor and on the device.

The following are a few examples of possible authentication scenarios.

Scenario 1:

  1. User initiates a GUI login request to the device. The device checks its authentication priorities. Let's assume “Profitap Supervisor” is the first entry. (For XX-Series, Local Users is always the first priority for GUI access, and Supervisor is the second.)
  2. The device forwards the request to the Supervisor. Supervisor checks whether “Shared Authentication” is enabled for the device. In this scenario, it is enabled. Supervisor checks its authentication priorities. In this scenario, TACACS+ is the first entry. Supervisor checks whether “Allow External Authentication” is enabled for TACACS+, RADIUS, and Local Users. In this scenario, it is enabled for all of them.
  3. Supervisor forwards the request to the registered TACACS+ server(s). In this scenario, the credentials are not valid.
  4. Supervisor forwards the request to the registered RADIUS server(s). In this scenario, the credentials are not valid.
  5. Supervisor forwards the request to its Local Users database. In this scenario, the credentials are valid. The user can log in to the device.

Scenario 2:

  1. User initiates a GUI login request to the device. The device checks its authentication priorities. Let's assume “Profitap Supervisor” is the first entry. (For XX-Series, Local Users is always the first priority for GUI access, and Supervisor is the second.)
  2. The device forwards the request to the Supervisor. Supervisor checks whether “Shared Authentication” is enabled for the device. In this scenario, it is enabled. Supervisor checks its authentication priorities. In this scenario, TACACS+ is the first entry. Supervisor checks whether “Allow External Authentication” is enabled for TACACS+, RADIUS, and Local Users. In this scenario, it is enabled for all of them.
  3. Supervisor forwards the request to the registered TACACS+ server(s). In this scenario, the credentials are not valid.
  4. Supervisor forwards the request to the registered RADIUS server(s). In this scenario, the credentials are not valid.
  5. Supervisor forwards the request to its Local Users database. In this scenario, the credentials are not valid.
  6. The device forwards the request to the registered RADIUS server(s), assuming that RADIUS is second in the priority order. In this scenario, the credentials are not valid.
  7. The device forwards the request to the registered TACACS+ server(s), assuming that TACACS+ is third in the priority order. In this scenario, the credentials are not valid.
  8. The device forwards the request to its Local Users database, assuming that Local Users is fourth in the priority order. In this scenario, the credentials are valid. The user can log in to the device.

Scenario 3:

  1. User initiates a GUI login request to the device. The device checks its authentication priorities. Let's assume “Profitap Supervisor” is the first entry. (For XX-Series, Local Users is always the first priority for GUI access, and Supervisor is the second.)
  2. The device forwards the request to the Supervisor. Supervisor checks whether “Shared Authentication” is enabled for the device. In this scenario, it is enabled. Supervisor checks its authentication priorities. In this scenario, TACACS+ is the first entry, RADIUS second, and Local Users third. Supervisor checks whether “Allow External Authentication” is enabled for TACACS+, RADIUS, and Local Users. In this scenario, it is disabled for TACACS+, and enabled for RADIUS and for Local Users.
  3. Supervisor skips TACACS+ and forwards the request to the RADIUS server. In this scenario, the credentials are valid. The user can log in to the device.