R3204P16-HP Load Balancing Module Security Command Reference-6PW101

98
If receiving no response after sending a stop-accounting request to a RADIUS server, the module buffers
the request and retransmits it. You can use the retry stop-accounting command to set the number of
allowed transmission attempts.
Related commands: reset stop-accounting-buffer, stop-accounting-buffer enable, user-name-format,
and retry stop-accounting.
Examples
# Display information about the buffered stop-accounting requests from 0:0:0 to 23:59:59 on August 31,
2006.
<Sysname> display stop-accounting-buffer time-range 0:0:0-08/31/2006 23:59:59-08/31/2006
Total find 0 record (0)
key (RADIUS scheme view)
Syntax
key { accounting | authentication } string
undo key { accounting | authentication }
View
RADIUS scheme view
Default level
2: System level
Parameters
accounting: Sets the shared key for RADIUS accounting packets.
authentication: Sets the shared key for RADIUS authentication/authorization packets.
string: Shared key, a case-sensitive string of 1 to 64 characters.
Description
Use the key command to set the shared key for RADIUS authentication/authorization or accounting
packets.
Use the undo key command to restore the default.
By default, no shared key is configured.
The shared key that is specified during the configuration of the RADIUS server, if any, takes precedence.
A shared key configured in this task takes effect only if no shared key of the same type is specified during
RADIUS server configuration.
You must ensure that the same shared key is set on the LB module and the RADIUS server.
You can use the commands to change the settings only when no user is using the RADIUS scheme.
Related commands: display radius scheme.
Examples
# Set the shared key for authentication/authorization packets to hello for RADIUS scheme radius1.
<Sysname> system-view
[Sysname] radius scheme radius1
[Sysname-radius-radius1] key authentication hello
# Set the shared key for accounting packets to ok for RADIUS scheme radius1.