Users Guide

Table Of Contents
Security Commands 953
This example shows how to enable dot1x accounting to RADIUS server for
start, interim and stop reports. Interim reports are sent every 60 minutes.
(console)#configure
(console-config)#aaa accounting dot1x default start-stop radius
(console-config)#aaa accounting update periodic 60
The following shows an example of the no version of the command.
(console)#configure
(console-config)#aaa accounting commands userCmdAudit stop-only tacacs
(console-config)#no aaa accounting commands userCmdAudit
(console-config)#exit
aaa accounting delay-start
Use the aaa accounting delay-start command to delay the sending of Acct-
Start packets to RADIUS accounting server(s).
Syntax
aaa accounting delay-start [extended-time
delay_value
]
no aaa accounting delay-start
delay_value—The maximum number of seconds to wait before sending
the Acct-Start packet to the RADIUS accounting server. Range: 1 to 300
seconds.
Default Configuration
By default, the switch will wait up to the maximum of maximum number of
retries (radius server retransmit) multiplied by the timeout (radius server
timeout).
Command Mode
Global Configuration mode
User Guidelines
Dell EMC recommends that a fixed time be configured for the delay in order
to ensure timely delivery of Acct-Start packets to the RADIUS accounting
server. Acct-Interim and Acct-Stop messages are not delayed, nor are any
Authentication messages delayed by configuration of this command.