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

Creating a Remote Template Account

You can create a remote template that is applied to users authenticated by RADIUS or TACACS+ that do not belong to a local template account.

By default, JUNOS software with enhanced services uses the remote template account when

The procedure provided in this section creates a sample user named remote that belongs to the operator login class.

To create a remote template account:

  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 45.
  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 specify a system authentication order.

  4. Go on to one of the following procedures:

Table 45: Creating a Remote Template Account

Task

J-Web Configuration Editor

CLI Configuration Editor

Navigate to the System Login level in the configuration hierarchy.

  1. In the J-Web interface, select Configuration>View and Edit>Edit Configuration.
  2. Next to System, click Configure or Edit.
  3. Next to Login, click Configure or Edit.

From the [edit] hierarchy level, enter

edit system login

Create a user named remote who belongs to the operator login class.

  1. Next to User, click Add new entry.
  2. In the User name box, type remote.
  3. In the Class box, type operator.
  4. Click OK.

Set the username and the login class for the user:

set user remote class operator


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