47
exclude
: Displays all lines that do not match the specified regular expression.
include
: Displays all lines that match the specified regular expression.
regular-expression
: Specifies a regular expression, which is a case-sensitive string of 1 to 256 characters.
Description
Use the
display stop-accounting-buffer
command to display information about the stop-accounting
requests buffered in the device by scheme, session ID, time range, username, or slot.
NOTE:
If the device sends a stop-accounting request to a RADIUS server but receives no response, it retransmits
it up to a certain number of times (defined by the
retry
command). If the device still receives no response,
it considers the stop-accounting attempt a failure, buffers the request, and makes another stop-accounting
attempt. The maximum number of the stop-accounting attempts is defined by the
retry stop-accounting
command. If all attempts fail, the device discards the request.
Related commands:
reset stop-accounting-buffer
,
stop-accounting-buffer enable
,
user-name-format
,
retry
, and
retry stop-accounting
.
Examples
# Display information about the buffered stop-accounting requests from 0:0:0 to 23:59:59 on March 31,
2011.
<Sysname> display stop-accounting-buffer time-range 0:0:0-03/31/2011 23:59:59-03/31/2011
Slot 1:
Total 0 record(s) Matched
key (RADIUS scheme view)
Syntax
key
{
accounting
|
authentication
} [
cipher
|
simple
]
key
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.
cipher
: Sets a ciphertext shared key.
simple
: Sets a plaintext shared key.
key
: Specifies the shared key string. This argument is case sensitive. In non-FIPS mode, a ciphertext key
is a string of 1 to 117 characters, and a plaintext key is a string of 1 to 64 characters. In FIPS mode, a
ciphertext key is a string of 8 to 117 characters, and a plaintext key is a string of 8 to 64 characters that
must include uppercase letters, lowercase letters, numbers, and special characters. If neither
cipher
nor
simple
is specified, you set a plaintext shared key string.