Tasks to configure more than one authentication method at the SRC CLI are:
To configure the order in which to use authentication servers:
- [edit system]
- user@host# set authentication-order [(radius | tacplus | password)]
Specify one or more of the following in the preferred order, from first authentication method tried to last tried:
If you do not include the authentication-order statement, users are verified based on their configured passwords.
To configure the SRC software to try to authenticate users through TACACS+ and, if the TACACS+ server is unavailable, to use password authentication:
- [edit]
- user@host# set system authentication-order
[tacplus password]
or
- [edit]
- user@host# set system authentication-order
tacplus
To configure the SRC software to try to authenticate users through RADIUS and, if the RADIUS server is unavailable, to use password authentication:
- [edit]
- user@host# set system authentication-order
[radius password]
or
- [edit]
- user@host# set system authentication-order
radius
To configure the SRC software to try to authenticate users through TACACS+and, if the TACACS+ server is unavailable, to use RADIUS authentication; and then, if the RADIUS server is unavailable, to use password authentication:
- [edit]
- user@host# set system authentication-order
[tacplus radius password]
or
- [edit]
- user@host# set system authentication-order
[tacplus radius]
To configure the SRC software to try to authenticate users through RADIUS and, if the RADIUS server is unavailable, to use TACACS+ authentication; and then, if the TACACS+ server is unavailable, to use password authentication:
- [edit]
- user@host# set system authentication-order
[radius tacplus password]
or
- [edit]
- user@host# set system authentication-order
[radius tacplus]