CLI Reference RADIUS Configuration Commands
Define a shared password for the
RADIUS server.
radius-server dead-ctriteria
This global configuration command is used to configure criteria on a device to determine that the Radius
server is unreachable. The no form of this command is used to restore the default value.
radius-server dead-criteria {time seconds [tries number] | tries number}
no radius-server dead-criteria {time seconds [tries number] | tries number}
Configure the timeout value. If the
device does not receive a correct
response packet from the Radius
server within the specified time, the
Radius server is considered to be
unreachable. The value is in the
range of 1s to 120s.
Configure the successive timeout
times. When sending a request from
the device to the Radius server times
out for the specified times, the device
considers that the Radius server is
unreachable. The value is in the
range of 1 to 100.
time seconds: 60s.
tries number: 10.
Global configuration mode.
If a Radius server meets the timeout and timeout times at the same
time, it is considered to be unreachable. This command is used to
adjust the parameter conditions of timeout and timeout times.
The following example sets the timeout to 120s and timeout times to
20.
Ruijie(config)# radius-server dead-criteria time 120 tries 20