aaa authorization
Sets parameters that restrict a user's access to a network. The no version disables authorization for a function.
aaa authorization { exec | commands level } authorListName authMethod
[ authMethod ]*no aaa authorization { exec | commands level } authorListName
- exec—Runs authorization to determine if the user is allowed to run Exec mode commands
- level—Privilege level of commands for which authorization is run; in the range 0-15
- authorListName—Specifies the name of the authorization methods list of up to 32 characters
- authMethod—Specifies the authorization method used:
- if-authenticated—Allows the user to access the requested function if the user is authenticated
- none—NAS does not request authorization information; authorization is not performed over this line
- tacacs+—NAS exchanges authorization information with the TACACS+ security daemon
- *—Indicates that one or more parameters can be repeated multiple times in a list in the command line
Global Configuration