auth-order

Use the auth-order command to add an authentication mode to the end of the ordered list of authentication modes. You can also delete an authentication mode from the ordered list.

auth-order add | delete radius | local

Parameters

add | delete Specifies whether an authentication mode is to be added to or deleted from the ordered list.
radius | local Specifies authentication mode to be added or deleted

Usage

  • You must configure the RADIUS server before you can add RADIUS-based authentication to the list. To do this, use the auth commands. See auth.
  • You cannot add duplicate authentication modes to the list.
  • The authentication order list must contain at least one authentication mode. You cannot delete an authentication mode if it is the only mode in the list.
  • To change the order of authentication modes in the list, use the move command. See move

Examples

The following example sets the login authentication to RADIUS-based mode:

EWC.extremenetworks.com:login# auth-order add radius
EWC.extremenetworks.com:login# auth-order delete local
Changing login mode will cause CLI to terminate. Do you want to proceed? y|[n]:y
************************************************************
  Login mode has changed. CLI will terminate in 5 seconds!
************************************************************

The following example sets the login authentication to the combination of local authentication first, then RADIUS-based authentication:

EWC.extremenetworks.com:login# show
1 authentication method: local
EWC.extremenetworks.com:login# auth-order add radius
EWC.extremenetworks.com:login# show
1 authentication method: local
2 authentication method: radius