R3204P16-HP Load Balancing Module Security Command Reference-6PW101

63
accounting default
Syntax
accounting default { local | none | radius-scheme radius-scheme-name [ local ] }
undo accounting default
View
ISP domain view
Default level
2: System level
Parameters
local: Performs local accounting.
none: Does not perform any accounting.
radius-scheme radius-scheme-name: Specifies a RADIUS scheme by its name, which is a string of 1 to 32
characters.
Description
Use the accounting default command to configure the default accounting method for all types of users.
Use the undo accounting default command to restore the default.
By default, the accounting method is local.
The RADIUS scheme specified for the current ISP domain must have been configured.
The accounting method configured with the accounting default command is for all types of users and has
a priority lower than that for a specific access mode.
Local accounting is only for managing the local user connection number; it does not provide the statistics
function. The local user connection number management is only for local accounting; it does not affect
local authentication and authorization.
Related commands: authentication default, authorization default, and radius scheme.
Examples
# Configure the default ISP domain system to use the local accounting method for all types of users.
<Sysname> system-view
[Sysname] domain system
[Sysname-isp-system] accounting default local
# Configure ISP domain test to use RADIUS accounting scheme rd for all types of users and use local
accounting as the backup.
<Sysname> system-view
[Sysname] domain test
[Sysname-isp-test] accounting default radius-scheme rd local
accounting login
Syntax
accounting login { local | none | radius-scheme radius-scheme-name [ local ] }
undo accounting login