C613-50631-01 Rev A Command Reference for IE340 Series 2354
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
AAA COMMANDS
AAA
ACCOUNTING UPDATE
aaa accounting update
Overview This command enables periodic accounting reporting to either the RADIUS or
TACACS+ accounting server(s) wherever login accounting has been configured.
Note that unlimited RADIUS servers and up to four TACACS+ servers can be
configured and consulted for accounting. The first server configured is regarded as
the primary server and if the primary server fails then the backup servers are
consulted in turn. A backup server is consulted if the primary server fails, i.e. is
unreachable.
Use the no variant of this command to disable periodic accounting reporting to
the accounting server(s).
Syntax
aaa accounting update [periodic <1-65535>]
no aaa accounting update
Default Disabled
Mode Global Configuration
Usage notes Use this command to enable the device to send periodic AAA login accounting
reports to the accounting server. When periodic accounting reporting is enabled,
interim accounting records are sent at the interval specified by the periodic
parameter. The accounting updates are start messages.
If the no variant of this command is used to disable periodic accounting reporting,
any interval specified by the periodic parameter is reset to the default of 30
minutes when accounting reporting is re-enabled, unless this interval is specified.
Examples To configure the switch to send period accounting updates every 30 minutes, the
default period, use the following commands:
awplus# configure terminal
awplus(config)# aaa accounting update
To configure the switch to send period accounting updates every 10 minutes, use
the following commands:
awplus# configure terminal
awplus(config)# aaa accounting update periodic 10
Parameter Description
periodic Send accounting records periodically.
<1-65535> The interval to send accounting updates (in minutes). The default is
30 minutes.