Owners manual

DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
105
Switch#configure terminal
Switch(config)# radius-server deadtime 10
Switch(config)#
8-21 radius-server host
This command is used to create a RADIUS server host. Use the no form of this command to delete a
server host.
radius-server host {IP-ADDRESS | IPV6-ADDRESS} [auth-port PORT] [acct-port PORT] [timeout
SECONDS] [retransmit COUNT] key [0 | 7] KEY-STRING
no radius-server host {IP-ADDRESS | IPV6-ADDRESS}
Parameters
IP-ADDRESS
Specifies the IP address of the RADIUS server.
IPV6-ADDRESS
Specifies the IPv6 address of the RADIUS server.
auth-port PORT-NUMBER
(Optional) Specifies the UDP destination port number for sending
authentication packets. The range is 0 to 65535. Set the port number
to zero if the server host is not for authentication purposes. The default
value is 1812.
acct-port PORT-NUMBER
(Optional) Specifies the UDP destination port number for sending
accounting packets. The range is 0 to 65535. Set the port number to
zero if the server host is not for accounting purposes. The default
value is 1813.
timeout SECONDS
Specifies the server time-out value. The range of timeout is between 1
and 255 seconds. If not specified, the default value is 5 seconds.
retransmit COUNT
(Optional) Specifies the retransmit times of requests to the server
when no response is received. The value is from 0 to 20. Use 0 to
disable the retransmission. If not specified, the default value is 2
0
(Optional) Specifies the password in clear text form. This is the default
option.
7
(Optional) Specifies the password in the encrypted form.
key KEY-STRING
Specifies the key used to communicate with the server. The key can
between 1 and 32 clear text characters.
Default
By default, no server is configured.
Command Mode
Global Configuration Mode.
Command Default Level
Level: 15.
Usage Guideline
Use this command to create RADIUS server hosts before it can be associated with the RADIUS server
group using the server command.
Example