LevelOne IES-1085 User Manual

Page 139

Advertising
background image

User Manual

Page 139

switch_a(config)#


Secret Key:
1. Command Mode: Configure mode
Logon to Configure Mode (Configure Terminal Mode).
The switch_a(config)# prompt will show on the screen.

switch_a(config)#


2. Usage:
Use this command to set the shared secret key between a Radius server and a client.

3. Command Syntax:
(no) radius-server host IP-ADDRESS key KEY

IP-ADDRESS A.B.C.D specifies the IP address of the radius server host.
KEY specifies the secret key shared among the radius server and the 802.1x client.


4. Example:
The following example specifies the IP address (192.168.1.100) of the remote radius
server host and set the secret key (ipi) shared among the radius server and the 802.1x
client:

switch_a(config)#radius-server host 192.168.1.100 key ipi
switch_a(config)#


Timeout:
1. Command Mode: Configure mode
Logon to Configure Mode (Configure Terminal Mode).
The switch_a(config)# prompt will show on the screen.

switch_a(config)#


2. Usage:
Use this command to specify the number of seconds a Switch waits for a reply to a radius
request before retransmitting the request.

3. Command Syntax:
radius-server timeout SEC
no radius-server timeout

SEC <1-1000> The number of seconds for a Switch to wait for a server host to reply
before timing out. Enter a value in the range 1 to 1000.


4. Example:
The following example specifies 20 seconds for the Switch to wait for a server host to reply
before timing out:

switch_a(config)#radius-server timeout 20

Advertising