DGS-3610 Series Configuration Guide Chapter 37 Configuration of 802.1X
The no aaa accounting network command deletes the accounting method list. The no
dot1x accounting command restores the default dot1x accounting method. The following
example sets the IP address of the accounting server to 192.1.1.1, that of the backup
accounting server to 192.1.1.2, and the UDP port of the accounting server to 1200, and
enables 802.1X accounting:
DGS-3610# configure terminal
DGS-3610(config)# aaa new-model
DGS-3610(config)# aaa group server radius acct-use
DGS-3610(config-gs-radius)# server 192.168.4.12 acct-port 1200
DGS-3610(config-gs-radius)# server 192.168.4.13 acct-port 1200
DGS-3610(config-gs-radius)# exit
DGS-3610(config)# aaa accounting network acct-list start-stop group acct-use
DGS-3610(config)# dot1x accounting acct-list
DGS-3610(config)# end
DGS-3610# write memory
DGS-3610# show running-config
1. The accounting key must be agreed with the Radius Server, the same
as that of authentication.
2. The accounting function cannot be enabled unless the AAA is enabled.
3. The accounting is impossible unless the 802.1X authentication passes.
4. By default, the accounting function of the 802.1X is disabled.
5. For the database format of accounting, see the related Radius Server
documentation.
Also, the account update is supported. After the account update interval is set on the NAS
device, the NAS device will send account update packets to the Radius Server periodically.
On the Radius Server, you can define the number of periods before which the account
update packet of a user is not received from the NAS device, the NAS or user will be
regarded as off-line. Then, the Radius Server can stop the accounting of the user, and delete
the user from the on-line user table.
In the privileged mode, you can set the account update function through the following steps:
Enter the global configuration mode.
Set the account update function.
Return to the privileged mode.
You can disable the account update service by executing the no aaa accounting update
command.