636 Configuring communication with RADIUS
NN47250-500 (Version 03.01)

Configuring global RADIUS defaults

You can change RADIUS values globally and set a global password (key) with the following command. The key string
is the shared secret that the WSS uses to authenticate itself to the RADIUS server.
set radius {deadtime minutes | encrypted-key string | key string | retransmit number |
timeout seconds}
(To override global settings for individual RADIUS servers, use the set radius server command. See “Configuring indi-
vidual RADIUS servers” on page 638.)
For example, the following commands set the dead-time timer to 10 minutes and set the password to r8gney for all
RADIUS servers in the WSS configuration:
WSS# set radius deadt im e 10
success: change accepted.
WSS# set radius key r8gney
success: change accepted.
To reset global RADIUS server settings to their factory defaults, use the following command:
clear radius {deadtime | key | retransmit | timeout}
For example, the following command resets the dead-time timer to 0 minutes on all RADIUS servers in the WSS
configuration:
WSS# clear radius deadtime
success: change accepted.