C613-50105-01 REV C Command Reference for x210 Series 943
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
AAA COMMANDS
AAA
ACCOUNTING AUTH-WEB
aaa accounting auth-web
Overview This command configures the default accounting method list for Web-based
authentication. The default accounting method list specifies what type of
accounting messages are sent and which RADIUS servers the accounting
messages are sent to. The default accounting method list is automatically applied
to interfaces with Web-based authentication enabled.
Use the no variant of this command to disable AAA accounting for Web-based
authentication globally.
Syntax
aaa accounting auth-web default {start-stop|stop-only|none}
group {<group-name>|radius}
no aaa accounting auth-web default
Default RADIUS accounting for Web-based authentication is disabled by default.
Mode Global Configuration
Usage There are two ways to define servers where RADIUS accounting messages are sent:
• group radius: use all RADIUS servers configured by radius-server host
command
• group <group-name>: use the specified RADIUS server group configured
with the aaa group server command
Configure the accounting event to be sent to the RADIUS server with the following
options:
• start-stop: sends a start accounting message at the beginning of a session
and a stop accounting message at the end of the session.
• stop-only: sends a stop accounting message at the end of a session.
• none: disables accounting.
Parameter Description
default Configure the default accounting method list
start-stop Sends a start accounting message at the beginning of the session
and a stop accounting message at the end of the session.
stop-only Only sends a stop accounting message at the end of the session.
none No accounting record sent.
group Use a server group
<group-name> Server group name.
radius Use all RADIUS servers.