Configuring RADIUS Detect Dead Server
Use the following sample configuration to configure the RADIUS detect dead server.
config
profile radius
detect-dead-server response-timeout value
commit
NOTES:
-
profile radius : Enter the RADIUS configuration mode.
-
detect-dead-server response-timeout value : Set the timeout value that marks a server as "dead" when a packet is not received for the specified number of seconds.
value must be an integer in the range of 1–65535. Default: 10 seconds.
-
commit : Commit the configuration.
Example
The following is an example of the RADIUS detect dead server configuration.
config
profile radius
detect-dead-server response-timeout 100
exit