Configuration Guide AAA Commands
If the AAA security service is not enabled, the accounting update function cannot be used. This
command is used to set the accounting interval if the AAA security service has been enabled.
The following example sets the interval of accounting update to 1 minute.
Ruijie(config)# aaa new-model
Ruijie(config)# aaa accounting update
Ruijie(config)# aaa accounting update periodic 1
Enables the AAA security service.
Defines a network accounting method list.
1.6 aaa authentication dot1x
Use this command to enable AAA authentication 802.1x and configure the 802.1x user authentication
method list.
Use the no form of this command to delete the 802.1x user authentication method list.
aaa authentication dot1x { default | list-name } method1 [ method2...]
no aaa authentication dot1x { default | list-name }
When this parameter is used, the following defined 802.1x user
authentication method list is used as the default method for user
authentication.
Name of the 802.1x user authentication method list, which could be
any character string
It must be one of the keywords: local, none and group. One method
list can contain up to four methods.
Uses the local user name database for authentication.
Does not perform authentication.
Uses the server group for authentication. At present, the RADIUS
server group is supported.
Global configuration mode