Command Reference Guide

3Com Router 3000 Ethernet Family
Command Reference Guide
Chapter 1 AAA and RADIUS/HWTACACS Protocol
Configuration Commands
3Com Corporation
1-41
minutes. If no response is received after five attempts, the NAS assumes that this
accounting fails. Normally, the result of retry-times multiple by T is smaller than t.
Related command: radius scheme and timer realtime-accounting.
Example
# Configure the RADIUS scheme "huawei" to allow up to ten real-time accounting
request attempts.
[3Com-radius-huawei] retry realtime-accounting 10
1.2.21 retry stop-accounting
Syntax
retry stop-accounting retry-times
undo retry stop-accounting
View
RADIUS view
Parameter
retry-times: Specifies the maximal retransmission times after stop-accounting request,.
ranging from 10 to 65535. By default, the value is 500.
Description
Use the retry stop-accounting command to configure the maximal retransmission
times after stop-accounting request.
Use the undo retry stop-accounting command to restore the retransmission times to
the default value.
Because the stop-accounting request concerns account balance and will affect the
amount of charge, which is very important for both the user and ISP, NAS shall make its
best effort to send the message to RADIUS accounting server. Accordingly, if the
message from the router to RADIUS accounting server has not been responded, the
router shall save it in the local buffer and retransmit it until the server responds or
discard the messages after transmitting for specified times.
Related command: reset stop-accounting-buffer, radius scheme, display
stop-accounting-buffer.
Example
# Indicate that, when stop-accounting request for the server in the RADIUS scheme
“huawei”, the router system will retransmit the packets for up to 1000 times.
[3Com-radius-huawei] retry stop-accounting 1000