DGS-3200 Series Layer 2 Gigabit Managed Switch CLI Manual
281
Restrictions
You must have administrator privileges.
Examples
To delete a RADIUS server:
D G S - 3 2 0 0 - 1 0 : 4 # c o n f i g r a d i u s d e l e t e 1
C o m m a n d : c o n f i g r a d i u s d e l e t e 1
S u c c e s s .
D G S - 3 2 0 0 - 1 0 : 4 #
35-19 config radius
Purpose
Used to configure a RADIUS server.
Format
config radius <server_index 1-3> {ipaddress
[
<server_ip> | <ipv6addr>
]
|key <passwd 32> |
auth_port <udp_port_number 1-65535> | acct_port <udp_port_number 1-65535>| timeout <int
1-255> | retransmit <int 1-255>}
Description
The
config radius
command configures a RADIUS server.
Parameters
Parameters
Description
server_index
The RADIUS server index.
server_ip
The IP address of the RADIUS server.
ipv6addr
The IPv6 address.
key
The IPv6 address of the RADIUS server.
passwd
The key pre-negotiated between the switch and the RADIUS server. It
is used to encrypt user’s authentication data before being transmitted
over the Internet. The maximum length of the key is 32.
auth_port
Specifies the UDP port number which is used to transmit RADIUS
authentication data between the switch and the RADIUS server.
acct_port
Specifies the UDP port number which is used to transmit RADIUS
accounting statistics between the switch and the RADIUS server.
timeout <int 1-255>
The time in second for waiting server reply. The default value is 5
seconds.
retransmit <int 1-255>
The count for re-transmit. The default value is 2.