DGS-3000 Series Layer 2 Managed Gigabit Switch CLI Reference Guide
344
Example
To configure the TCP port which the JWAC switch listens to:
DGS-3000-26TC:admin#config jwac switch_http_port 8888 http
Command: config jwac switch_http_port 8888 http
Success.
37-18 config jwac ports
Description
This command is used to configure port state of JWAC.
Format
config jwac ports [<portlist> | all] {state [enable | disable] | max_authenticating_host <value
0-50> | aging_time [infinite | <min 1-1440>] | idle_time [infinite | <min 1-1440>] | block_time
[<sec 0-300>] | auth_mode [host_based | port_based]}(1)
Parameters
<portlist> - Specifies a port range for setting the JWAC state.
all - Specifies to configure all switch ports’ JWAC state.
state - Specifies the port state of JWAC.
enable - Specifies to enable the JWAC port state.
disable - Specifies to disable the JWAC port state.
max_authenticating_host - Specifies the maximum number of hosts that can process
authentication on each port at the same time. The default value is 50.
<value 0-50> - Specifies the maximum number of authenticating hosts, between 0 and 50.
aging_time - Specifies a time period during which an authenticated host will keep in
authenticated state.
infinite - Specifies to indicate the authenticated host on the port will never ageout.
<min 1-1440> - Specifies an aging time between 1 and 1440 minutes. The default value is
idle_time - If there is no traffic during idle time, the host will be moved back to unauthenticated
state.
infinite - Specifies to indicate the idle state of the authenticated host on the port will never be
checked. The default value is infinite.
<min 1-1440> - Specifies an idle time between 1 and 1440 minutes.
block_time - If a host fails to pass the authentication, it will be blocked for a period specified by
the blocking time.The default value is 60 seconds.
<sec 0-300> - Specifies a blocking time value between 0 and 300.
auth_mode - Specifies the port authentication mode.
host_based - Specifies the port authentication mode as host-based.
port_based - Specifies the port authentication mode as port-based.
Restrictions
Only Administrators, Operators and Power-Users can issue this command.