D-Link dgs-3420 Work Light User Manual


 
xStack® DGS-3420 Series Layer 2 Managed Stackable Gigabit Switch CLI Reference Guide
44
Restrictions
None.
Example
To display guest VLAN information:
DGS-3420-28SC:admin#show 802.1x guest_vlan
Command: show 802.1x guest_vlan
Guest Vlan Setting
-----------------------------------------------------------
Guest vlan : guest
Enable guest vlan ports : 1-10
DGS-3420-28SC:admin#
3-20 config radius add
Description
This command is used to add a new RADIUS server. The server with a lower index has higher
authenticative priority.
Format
config radius add <server_index 1-3> [<server_ip> | <ipv6addr>] key <password 32>
[default | {auth_port <udp_port_number 1-65535> | acct_port <udp_port_number 1-65535> |
timeout <sec 1-255> | retransmit <int 1-20>}(1)]
Parameters
<server_index 1-3> - Specify the RADIUS server index.
<server_ip> - Specify the IP address of the RADIUS server.
<ipv6add> - Specifies the IPv6 address used.
key
- Specify the key pre-negotiated between 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.
<passwd 32> - The maximum length of the password is 32 characters long.
default - Sets the auth_port to be 1812 and acct_port to be 1813.
auth_port - Specify the UDP port number which is used to transmit RADIUS authentication data
between the switch and the RADIUS server.The range is 1 to 65535.
<udp_port_number 1-65535> - The authentication port value must be between 1 and 65535.
acct_port - Specify the UDP port number which is used to transmit RADIUS accounting statistics
between the switch and the RADIUS server. The range is 1 to 65535.
<udp_port_number 1-65535> - The accounting statistics value must be between 1 and
65535.
timeout - Specify the time, in seconds ,for waiting server reply. The default value is 5 seconds.
<int 1-255> - The timeout value must be between 1 and 255.
retransmit - Specify the count for re-transmit. The default value is 2.
<int 1-20> - The re-transmit value must be between 1 and 20.