DGS-1210 Metro Ethernet Managed Switch CLI Reference Guide
454
server_group <string 15> - Specifies the user-defined server
group.
none – Specifies no accounting.
Restrictions Only administrator-level users can issue this command.
Example usage:
To configure a user-defined method list called "shell_acct", that specifies a sequence of the built-
in"tacacs+" server group, followed by the "radius" server group for accounting service on switch:
DGS-1210-28MP/ME:5# config accounting method_list_name shell_acct method
tacacs+ radius
Command: config accounting method_list_name shell_acct method tacacs+ radius
Success.
DGS-1210-28MP/ME:5#
config accounting service
Purpose To configure the state of the specified RADIUS accounting service.
Syntax
config accounting service
[network | shell | system] state
[enable {[radius_only
| method_list_name <string 15> |
default_method_list]} | disable]
Description
The config accounting service command is used to configure the
state of the specified RADIUS accounting service.
Parameters
network – Specifies that when enabled, the Switch w
ill send
informational packets to a remote RADIUS server when 802.1X
access control events occur on the Switch. By default, the service is
disabled.
shell –
Specifies that when enabled, the Switch will send
informational packets to a remote RADIUS server when a user either
logs in, logs out or times out on the Switch, using the console,
Telnet, or SSH. By default, the service is disabled.
system –
Specifies that when enabled, the Switch will send
informational packets to a remote RADIUS server when system
events occur on the Switch, such as a system reset or system boot.
By default, the service is disabled.
state – Specifies the state of the accounting service.
enable – Enable the specified accounting service.
radius_only – Specifies that the accounting service should only
use the RADIUS group.
method_list_name <string> -
Specifies that the accounting
service should use the AAA user-defined method list.
default_method_list -
Specifies that the accounting service
should use the AAA default method list.
disable – Disable the specified accounting service.
Restrictions Only administrator-level users can issue this command.
Example usage:
To configure the state of the RADIUS accounting service shell to enable:
DGS-1210-28MP/ME:5# config accounting service shell state enable radius_only
Command: config accounting service shell state enable radius_only