D-Link DGS-3600 Switch User Manual


 
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
389
config jwac ports
all - All the Switch ports’ JWAC state is to be configured.
state - To specify the port state of JWAC
max_authenticating_host - Max number of host process authentication on each port at the
same time
aging_time - A time period during which an authenticated host will keep in authenticated
state. “infinite” indicates never to age out the authenticated host on the port
idle_time - If there is no traffic during idle_time, the host will be moved back to
unauthenticated state “infinite” indicates never to check the idle state of the authenticated
host on the port.
block_time - If a host fails to pass the authentication, it will be blocked for a period specified
by block_time.
auth_mode - The port authentication mode can be either host based or port based.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To configure state and other parameters of the ports:
DGS-3627:admin# config jwac ports 1-9 state enable
Command: config jwac ports 1-9 state enable
Success.
DGS-3627:admin#
config jwac radius_protocol
Purpose Used to configure RADIUS protocol used by JWAC.
Syntax
config jwac radius_protocol [local | pap | chap | ms_chap | ms_chapv2 | eap_md5]
Description The config jwac radius_protocol command allows you to specify the RADIUS protocol used
by JWAC to complete RADIUS authentication.
JWAC shares other RADIUS configuration with 802.1x, when using this command to set the
RADIUS protocol, you must make sure the RASIUS server added by “config radius …”
command supports the protocol.
Parameters
local - JWAC Switch uses local user DB to complete the authentication
pap - JWAC Switch uses PAP to communicate with RADIUS Server
chap - JWAC Switch uses CHAP to communicate with RADIUS Server
ms_chap - JWAC Switch uses MS-CHAP to communicate with RADIUS Server
ms_chapv2 - JWAC Switch uses MS-CHAPv2 to communicate with RADIUS Server
eap_md5 - JWAC Switch uses EAP MD5 to communicate with RADIUS Server
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To configure authentication protocol: