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.
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 |
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