Configuration Guide AAA Commands
aaa authorization exec { default | list-name } method1 [ method2...]
no aaa authorization exec { default | list-name }
When this parameter is used, the following defined method list is used
as the default method for Exec authorization.
Name of the user authorization method list, which could be any
character strings
It must be one of the keywords listed in the following table. One
method list can contain up to four methods.
Uses the local user name database for authorization.
Does not perform authorization.
Uses the server group for authorization. At present, the RADIUS
server group is supported.
This function is disabled by default.
Global configuration mode
RGOS supports authorization of users logged in the NAS CLI and assignment of CLI authority level
(0-15). The aaa authorization exec function is effective on condition that Login authentication
function has been enabled. It cannot enter the CLI if it fails to enable the aaa authorization exec.
You must apply the exec authorization method to the terminal line; otherwise the configured method
is ineffective.
The following example uses the RADIUS server to authorize Exec.
Ruijie(config)# aaa authorization exec default group radius
Enables the AAA security service.
Applies the command authorization to the terminal line.
Defines a local user database.
1.14 aaa authorization network
Use this command to authorize the service requests (including such protocols as PPP and SLIP) from
the users that access the network.
Use the no form of this command to restore the default setting.
aaa authorization network { default | list-name } method1 [ method2...]