|
authentication-order radius;
|
- Try configured RADIUS authentication servers.
- If RADIUS server is available and authentication
is accepted, grant access.
- If RADIUS server is available but authentication
is rejected, deny access.
- If RADIUS servers are not available, try password
authentication.
Note:
If a RADIUS server is available, password authentication is
not attempted, because it is not explicitly configured in the authentication
order.
|
|
authentication-order [ radius password ];
|
- Try configured RADIUS authentication servers.
- If RADIUS servers fail to respond or return a reject
response, try password authentication, because it is explicitly configured
in the authentication order.
|
|
authentication-order [ radius tacplus ];
|
- Try configured RADIUS authentication servers.
- If RADIUS server is available and authentication
is accepted, grant access.
- If RADIUS servers fail to respond or return a reject
response, try configured TACACS+ servers.
- If TACACS+ server is available and authentication
is accepted, grant access.
- If TACACS+ server is available but authentication
is rejected, deny access.
- If both RADIUS and TACACS+ servers are not available,
try password authentication.
Note:
If either RADIUS or TACACS+ servers are available, password
authentication is not attempted, because it is not explicitly configured
in the authentication order.
|
|
authentication-order [ radius tacplus password ];
|
- Try configured RADIUS authentication servers.
- If RADIUS server is available and authentication
is accepted, grant access.
- If RADIUS servers fail to respond or return a reject
response, try configured TACACS+ servers.
- If TACACS+ server is available and authentication
is accepted, grant access.
- If TACACS+ servers fail to respond or return a
reject response, try password authentication, because it is explicitly
configured in the authentication order.
|
|
authentication-order tacplus;
|
- Try configured TACACS+ authentication servers.
- If TACACS+ server is available and authentication
is accepted, grant access.
- If TACACS+ server is available but authentication
is rejected, deny access.
- If TACACS+ servers are not available, try password
authentication.
Note:
If a TACACS+ server is available, password authentication is
not attempted, because it is not explicitly configured in the authentication
order.
|
|
authentication-order [ tacplus password ];
|
- Try configured TACACS+ authentication servers.
- If TACACS+ servers fail to respond or return a
reject response, try password authentication, because it is explicitly
configured in the authentication order.
|
|
authentication-order [ tacplus radius ];
|
- Try configured TACACS+ authentication servers.
- If TACACS+ server is available and authentication
is accepted, grant access.
- If TACACS+ servers fail to respond or return a
reject response try configured RADIUS servers.
- If RADIUS server is available and authentication
is accepted, grant access.
- If RADIUS server is available but authentication
is rejected, deny access.
- If both TACACS+ and RADIUS servers are not available,
try password authentication.
Note:
If either TACACS+ or RADIUS servers are available, password
authentication is not attempted, because it is not explicitly configured
in the authentication order.
|
|
authentication-order [ tacplus radius password ];
|
- Try configured TACACS+ authentication servers.
- If TACACS+ server is available and authentication
is accepted, grant access.
- If TACACS+ servers fail to respond or return a
reject response try configured RADIUS servers.
- If RADIUS server is available and authentication
is accepted, grant access.
- If RADIUS servers fail to respond or return a reject
response try password authentication, because it is explicitly configured
in the authentication order.
|
|
authentication-order password;
|
- Try to authenticate the user, using the password
configured at the [edit system login] hierarchy level.
- If the authentication is accepted, grant access.
- If the authentication is rejected, deny access.
|