D-Link DGS-3600 Switch User Manual


 
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
387
To configure Quarantine Server URL:
DGS-3627:admin# config jwac quarantine_server_url http://10.90.90.88/authpage.html
Command: config jwac quarantine_server_url http://10.90.90.88/authpage.html
Success.
DGS-3627:admin#
config jwac clear_quarantine_server_url
Purpose Used to clear Quarantine Server configuration.
Syntax
config jwac clear_quarantine_server_url
Description This command will clear Quarantine Server configuration.
Parameters None.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To clear Quarantine Server configuration:
DGS-3627:admin# config jwac clear_quarantine_server_url
Command: config jwac clear_quarantine_server_url
Success.
DGS-3627:admin#
config jwac update_server
Purpose Used to configure the update server network that PC need to access in order to complete the
JWAC authentication.
Syntax
config jwac update_server [add | delete] ipaddress <network_address> {[tcp_port <
port_number 1-65535> | udp_port < port_number 1-65535>]}
Description The config jwac update server command allows you to add or delete server network address
to which the traffic from unauthenticated client host will not be blocked by the JWAC Switch.
Any servers (update.microsoft.com or some sites of the Anti-Virus software companies,
which the ActiveX needs to access to accomplish the authentication before the client passes
the authentication) should be added with its IP address or with the network address it
resident. By adding the network address, an entry can serve multiple update servers on the
same network.
NOTE: If the update server is linked to the JWAC enabled port on the switch, it must be
added to the static FDB before it can work properly.
Parameters
add - To add an update server network. The total number of Update Servers is depending on
project.
delete - To delete a update server network.
ipaddress - To specify the network address for the update server network.
To set a specific IP address, please use the format x.x.x.x/32
If TCP port or UDP port number is not specified, all TCP/UDP ports are accessible.
tcp_port - The accessible TCP port for the specified update server network.
udp_port - The accessible UDP port for the specified update server network.
Restrictions Only Administrator and Operator-level users can issue this command.