1-3Examples# Set a limit of 500 user connections for ISP domain test. system-view[Sysname] domain test[Sysname-isp-test] access-limit enable 500accounting defaultSyntaxaccounting default { local | none | radius-scheme radius-scheme-name [ local ] }undo accounting defaultViewISP domain viewDefault Level2: System levelParameterslocal: 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 1to 32 characters.DescriptionUse the accounting default command to configure the default accounting method for all types ofusers.Use the undo accounting default command to restore the default.By default, the accounting method is local.Note that:z The RADIUS scheme specified for the current ISP domain must have been configured.z The accounting method configured with the accounting default command is for all types of usersand has a priority lower than that for a specific access mode.z Local accounting is only for managing the local user connection number; it does not provide thestatistics function. The local user connection number management is only for local accounting; itdoes not affect local authentication and authorization.Related commands: authentication default, authorization default, radius scheme.Examples# Configure the default ISP domain system to use the local accounting method for all types of users. system-view[Sysname] domain system[Sysname-isp-system] accounting default local