config aaa auth
To configure the AAA authentication search order for management users, use the config aaa auth command.
config aaa auth mgmt [ aaa_server_type1 | aaa_server_type2]
Syntax Description
mgmt |
Configures the AAA authentication search order for controller management users by specifying up to three AAA authentication server types. The order that the server types are entered specifies the AAA authentication search order. |
aaa_server_type |
(Optional) AAA authentication server type (local , radius , or tacacs ). The local setting specifies the local database, the radius setting specifies the RADIUS server, and the tacacs setting specifies the TACACS+ server. |
Command Default
None
Command History
Release | Modification |
---|---|
7.6 | This command was introduced in a release earlier than Release 7.6. |
Usage Guidelines
You can enter two AAA server types as long as one of the server types is local . You cannot enter radius and tacacs together.
Examples
The following example shows how to configure the AAA authentication search order for controller management users by the authentication server type local:
(Cisco Controller) > config aaa auth radius local