C613-50631-01 Rev A Command Reference for IE340 Series 2349
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
AAA COMMANDS
AAA
ACCOUNTING DOT1X
aaa accounting dot1x
Overview Use this command to configure an accounting method list for IEEE 802.1X-based
authentication. An accounting method list specifies what type of accounting
messages are sent and which RADIUS servers the accounting messages are sent to.
Use this command to configure either the default method list, which is
automatically applied to interfaces with IEEE 802.1X-based authentication
enabled, or a named method list, which can be applied to an interface with the
dot1x accounting command.
Use the no variant of this command to disable either the default or a named
accounting method list for 802.1X-based authentication. Once all method lists are
disabled, AAA accounting for 802.1x-based authentication is disabled globally.
Syntax
aaa accounting dot1x {default|<list-name>}
{start-stop|stop-only|none} group {<group-name>|radius}
no aaa accounting dot1x {default|<list-name>}
Default RADIUS accounting for 802.1X-based authentication is disabled by default (there
is no default server set by default).
Mode Global Configuration
Usage notes This command can be used to configure either the default accounting method list
or a named accounting method list:
• default: the default accounting method list which is automatically applied
to all interfaces with 802.1X-based authentication enabled.
• <list-name>: a user named list which can be applied to an interface using the
dot1x accounting command.
There are two ways to define servers where RADIUS accounting messages will be
sent:
Parameter Description
default Configure the default accounting method list
<list-name> Configure a named 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.