Configuration Guide Configuring AAA
Ruijie(config)#aaa authorization network default group radius none
Ruijie(config)# end
Run the show aaa method-list command on the NAS to display the configuration.
Ruijie#show aaa method-list
Authentication method-list:
Accounting method-list:
Authorization method-list:
aaa authorization network default group radius none
Common Errors
N/A
2.4.3 Configuring AAA Accounting
Configuration Effect
Record the network resource usage of users.
Record the user login and logout processes and the commands executed by users during device management.
Notes
About accounting methods:
If an accounting scheme contains multiple accounting methods, these methods are executed according to the method
configuration sequence. The next accounting method is executed only when the current method does not receive
response. If accounting fails using a method, the next method will be not tried.
After the default accounting method list is configured, it is applied to all VTY lines automatically. If a non-default
accounting method list is applied to a line, it will replace the default one. If you apply an undefined method list to a line,
the system will display a message indicating that accounting on this line is ineffective. Accounting will take effect only
when a defined method list is applied.
EXEC accounting:
EXEC accounting is performed only when login authentication on the NAS is completed. EXEC accounting is not
performed if login authentication is not configured or the none method is used for authentication. If Start accounting is
not performed for a user upon login, Stop accounting will not be performed when the user logs out.