Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual
Page 1233
AAA Commands
Software Reference for x310 Series Switches
C613-50046-01 REV A
AlliedWare Plus
TM
Operating System - Version 5.4.4C
45.11
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
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
command
■
group <group-name> : use the specified RADIUS server group configured with the
command
There is one way to define servers where TACACS+ accounting messages are sent:
■
group tacacs+ : use all TACACS+ servers configured by
command
The accounting event to send to the RADIUS or TACACS+ 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:
To configure TACACS+ accounting for login shell sessions, use the following commands:
To reset the configuration of the default accounting list, use the following commands:
Related Commands
aaa accounting commands
aaa authentication login
aaa accounting login
aaa accounting update
accounting login
radius-server host
tacacs-server host
awplus#
configure terminal
awplus(config)#
aaa accounting login default start-stop group
radius
awplus#
configure terminal
awplus(config)#
aaa accounting login default start-stop group
tacacs+
awplus#
configure terminal
awplus(config)#
no aaa accounting login default