radius-server deadtime
To configure how long unavailable RADIUS servers are skipped over by transaction requests, use the radius-server deadtime command in switch configuration mode. This improves RADIUS response time when servers are unavailable. To restore the default configuration, use the no form of this command.
radius-server deadtime deadtime
no radius-server deadtime
Syntax Description
deadtime |
Specifies the time interval in minutes, during which a RADIUS server is skipped over by transaction requests. Valid range is from 0 to 2000. |
Command Default
The default deadtime interval is 0.
Command Modes
Switch configuration (config-switch)
Command History
Release | Modification |
---|---|
3.5.1 |
This command was introduced. |
Examples
The following example sets the deadtime of all RADIUS servers to 10 minutes.
nfvis(config-switch)# radius-server deadtime 10
nfvis(config-switch)# commit
nfvis(config-switch)# end