Command Manual (For Soliton) – AAA
H3C S3100 Series Ethernet Switches
Chapter 1 AAA Configuration Commands
1-55
z
A real-time account request may be transmitted multiple times in an accounting
attempt (the maximum number of transmission attempts is set by the
retry
command in RADIUS scheme view). If no response is received after the switch
tries the maximum number of attempts to send the request, the switch considers
the accounting fails. Suppose that the response timeout time of RADIUS server is
three seconds (set by the
timer response-timeout
command), the maximum
number of transmission attempts is 3 (set by the
retry
command), the real-time
accounting interval is 12 minutes (set by the
timer realtime-accounting
command), the maximum allowed number of real-time accounting failures is 5 (set
by the
retry realtime-accounting
command). In this case, the switch initiates an
accounting request every 12 minutes; if the switch does not receive a response
within 3 seconds after it sends out the accounting request, it resends the request;
if the switch continuously sends the accounting request for three times but does
not receive any response; it considers this real-time accounting a failure. Then, the
switch reinitiates the accounting request every 12 minutes; if five continuous
accounting failures occur, the switch cuts down the user connection.
Related commands:
radius scheme
,
timer realtime-accounting
.
Examples
# Set the maximum allowed number of continuous real-time accounting failures for
RADIUS scheme radius1 to 10.
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname] radius scheme radius1
New Radius scheme
[Sysname-radius-radius1] retry realtime-accounting 10
1.2.23 retry stop-accounting
Syntax
retry stop-accounting retry-times
undo retry stop-accounting
View
RADIUS scheme view
Parameters
retry-times
: Maximum number of transmission attempts of a buffered stop-accounting
request, ranging from 10 to 65,535.