Nortel 2350 用户指南

下载
页码 758
564 Configuring communication with RADIUS
NN47250-500 (320657-F Version 02.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. Se
.)
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 deadtime 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.