HP VPN Firewall Appliances Access Control Command Reference

Table Of Contents
204
Use undo retry stop-accounting to restore the default.
Syntax
retry stop-accounting retry-times
undo retry stop-accounting
Default
The maximum number of stop-accounting request transmission attempts is 500.
Views
RADIUS scheme view
Default command level
2: System level
Parameters
retry-times: Specifies the maximum number of stop-accounting request transmission attempts, in the
range of 10 to 65535.
Usage guidelines
The maximum number of stop-accounting request transmission attempts, together with some other
parameters, controls how the NAS deals with stop-accounting request packets.
Suppose that the RADIUS server response timeout period is 3 seconds (set with the timer
response-timeout command), the maximum number of transmission attempts is five (set with the retry
command), and the maximum number of stop-accounting request transmission attempts is 20 (set with
the retry stop-accounting command). For each stop-accounting request, if the device receives no
response within 3 seconds, it retransmits the request. If it receives no responses after retransmitting the
request five times, it considers the attempt a failure, buffers the request, and makes another attempt. If 20
consecutive attempts fail, the device discards the request.
Examples
# Set the maximum number of stop-accounting request transmission attempts to 1000 for RADIUS
scheme radius1.
<Sysname> system-view
[Sysname] radius scheme radius1
[Sysname-radius-radius1] retry stop-accounting 1000
Related commands
retry
retry stop-accounting
timer response-timeout
display stop-accounting-buffer
secondary accounting (RADIUS scheme view)
Use secondary accounting to specify a secondary RADIUS accounting server.
Use undo secondary accounting to remove the configuration.