D-Link DGS-3600 Switch User Manual


 
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
43
DGS-3627:admin# config 802.1x guest_vlan ports 1-8 state enable
Command: config 802.1x guest_vlan ports 1-8 state enable
Warning! GVRP of the ports were disabled!
Success.
DGS-3627:admin#
show 802.1x guest_vlan
Purpose Used to show guest VLAN setting.
Syntax
show 802.1x guest_vlan
Description The show guest_vlan command allows you to show the information of guest VLANs.
Parameters None.
Restrictions None.
Example usage:
To show 802.1X guest VLAN on the switch:
DGS-3627: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-3627:admin#
config radius add
Purpose Use to add a new RADIUS server. The server with lower index has higher authenticative
priority.
Syntax
config radius add < server_index 1-3 > [ < server_ip > | < ipv6addr > ] key < passwd 32
> [ default | { auth_port < udp_port_number 1-65535 > | acct_port < udp_port_number
1-65535 > | timeout < int 1-255 > | retransmit < int 1-20 > } (1)]
Description The “config radius add” command adds a new RADIUS server.
Parameters
server_index - RADIUS server index.
server_ip - The IP address of the RADIUS server.
ipv6addr - The IPv6 address of the RADIUS server.
passwd - The key pre-negotiated between switch and the RADIUS server. It is used to
encrypt user’s authentication data before being transmitted over internet. The maximum
length of the key is 32.
default - Sets the authentication UDP port number to 1812 accounting UDP port number to
1813, timeout to 5 seconds and retransmit to 2.
auth_port - Specifies 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.
acct_port - Specifies 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.
timeout - The time in second for waiting server reply. Default value is 5 seconds.
retransmit - The count for re-transmitting. Default value is 2.