Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

authentication-order (System)

date_range 04-Sep-24

Syntax

content_copy zoom_out_map
authentication-order [method1 method2...];

Hierarchy Level (Junos OS)

content_copy zoom_out_map
[edit system]
[edit system services ftp]
[edit system services ssh]
[edit system services telnet]
[edit system ports console]

Hierarchy Level (Junos OS Evolved)

content_copy zoom_out_map
[edit system]

Description

Configure the order in which the software tries different user authentication methods when attempting to authenticate a user. For each login attempt, the software tries the authentication methods in order, starting with the first one, until the password matches.

Default

If you do not include the authentication-order statement, users are verified based on their configured passwords.

Options

authentication-order [method1 method2...]

Specify the order in which the software tries different authentication methods when attempting to authenticate a user.

  • Values: One or more of the following authentication methods listed in the order in which they must be tried:

    • password—Use the password configured for the user with the authentication statement at the [edit system login user] hierarchy level.

    • radius—Use RADIUS authentication services.

    • tacplus—Use TACACS+ authentication services.

Required Privilege Level

system—To view this statement in the configuration.

system-control—To add this statement to the configuration.

Release Information

Statement introduced before Junos OS Release 7.4.

footer-navigation