C613-50057-01 REV A
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
1147
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
AAA C
OMMANDS
AAA
ACCOUNTING
LOGIN
•
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 <
list-name>
for any method list that you define can
then be used as the <
list-name
> parameter in the
accounting login
command
available from Line Configuration mode.
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
radius-server host
command
•
group
<group-name>
: use the specified RADIUS server group configured
with the
aaa group server
command
There is one way to define servers where accounting messages are sent:
•
group
: use all servers configured by
tacacs-server host
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