RADIUS and Server Groups Commands 497Nortel WLAN—Security Switch 2300 Series Command Line ReferenceSee Also set server group on page 492set radiusConfigures global defaults for RADIUS servers that do not explicitly set these values themselves. By default, the WSSautomatically sets all these values except the password (key).Syntax set radius {deadtime minutes | encrypted-key string | key string | retransmit number |timeout seconds}Defaults Global RADIUS parameters have the following default values:• deadtime—0 (zero) minutes (The WSS does not designate unresponsive RADIUS servers as unavailable.)• encrypted-key—No key• key—No key• retransmit—3 (the total number of attempts, including the first attempt)• timeout—5 secondsAccess Enabled.deadtime minutes Number of minutes the WSS waits after declaring anunresponsive RADIUS server unavailable before retrying theRADIUS server. You can specify from 0 to 1440 minutes.encrypted-key string Password (shared secret key) used to authenticate to the RADIUSserver, entered in its encrypted form. You must provide the sameencrypted password that is defined on the RADIUS server. Thepassword can be 1 to 64 characters long, with no spaces or tabs.WSS Software does not encrypt the string you enter, and insteaddisplays the string in show config and show aaa output exactlyas you entered it.Note: Use this option only if you are entering the key in itsencrypted form. To enter the key in unencrypted form, use thekey string option instead.key string Password (shared secret key) used to authenticate to the RADIUSserver, entered in its unencrypted form. You must provide thesame password that is defined on the RADIUS server. Thepassword can be 1 to 64 characters long, with no spaces or tabs.WSS Software encrypts the displayed form of the string in showconfig and show aaa output.Note: Use this option only if you are entering the key in itsunencrypted form. To enter the key in encrypted form, use theencrypted-key string option instead.retransmit number Number of transmission attempts the WSS makes beforedeclaring an unresponsive RADIUS server unavailable. You canspecify from 1 to 100 retries.timeout seconds Number of seconds the WSS waits for the RADIUS server torespond before retransmitting. You can specify from 1 to 65,535.