C613-50170-01 Rev B
Command Reference for x510 Series
1838
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
AAA C
OMMANDS
AAA
ACCOUNTING
LOGIN
Usage
This command enables you to define a named accounting method list. The items
that you define in the accounting options are:
•
the types of accounting packets that will be sent
•
the set of servers to which the accounting packets will be sent
You can define a default method list with the name
default
and any number of
other named method lists. The name of any method list that you define can then
be used as the <
list-name
> parameter in the
command.
If the method list name already exists, the command will replace the existing
configuration with the new one.
There are two ways to define servers where RADIUS accounting messages are sent:
•
group radius
: use all RADIUS servers configured by
command
•
group
<group-name>
: use the specified RADIUS server group configured
command
There is one way to define servers where accounting messages are sent:
•
group
: use all servers configured by
command
The accounting event to send to the RADIUS or server is configured 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.
Examples
To configure RADIUS accounting for login shell sessions, use the following
commands:
awplus#
configure terminal
awplus(config)#
aaa accounting login default start-stop group
radius
To configure accounting for login shell sessions, use the following
commands:
awplus#
configure terminal
awplus(config)#
aaa accounting login default start-stop group
To reset the configuration of the default accounting list, use the following
commands:
awplus#
configure terminal
awplus(config)#
no aaa accounting login default