[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring Authentication Order

The procedure provided in this section configures the Services Router to attempt user authentication with the local password first, then with the RADIUS server, and finally with the TACACS+ server.

To configure authentication order:

  1. Navigate to the top of the configuration hierarchy in either the J-Web or CLI configuration editor.
  2. Perform the configuration tasks described in Table 17.
  3. If you are finished configuring the network, commit the configuration.

    To completely set up RADIUS or TACACS+ authentication, you must configure at least one RADIUS or TACACS+ server and create user template accounts.

  4. Go on to one of the following procedures:

Table 17: Configuring Authentication Order

Task

J-Web Configuration Editor

CLI Configuration Editor

Navigate to the System level in the configuration hierarchy.

In the configuration editor hierarchy, select System.

From the top of the configuration hierarchy enter

edit system

Add RADIUS authentication to the authentication order.

  1. In the Authentication order box, click Add new entry.
  2. In the list, select radius.
  3. Click OK.

Insert the radius statement in the authentication order:

insert system authentication-order radius after password

Add TACACS+ authentication to the authentication order.

  1. In the Authentication Order box, click Add new entry.
  2. In the list, select tacplus.
  3. Click OK.

Insert the tacplus statement in the authentication order:

insert system authentication-order tacplus after radius


[Contents] [Prev] [Next] [Index] [Report an Error]