D-Link DGS-3600 Switch User Manual


 
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
392
clear jwac auth_state
Purpose Used to clear the JWAC authentication entry.
Syntax
clear jwac auth_state [ports [all | <portlist>] { authenticated | authenticating | blocked }
| mac_addr <macaddr>]
Description The user can use this command to clear the authentication entry.
Parameters
ports - To specify the port range to delete host on them.
authenticated - To specify the state of host to delete.
authenticating - To specify the state of host to delete.
blocked - To specify the state of host to delete.
<macaddr> - To delete a specified host with this MAC.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To delete authentication entry:
DGS-3627:admin# clear jwac auth_state ports all blocked
Command: clear jwac auth_state ports all blocked
Success.
DGS-3627:admin#
config jwac authorization attributes
Purpose The enable authorization command will enable acceptance of authorized configuration.
Syntax
config jwac authorization attributes {radius [enable| disable] | local [enable | disable]}
(1)
Description Used to enable or disable acceptation of authorized configuration.
When the authorization is enabled for JWAC’s RADIUS, the authorized data assigned by the
RADUIS server will be accepted if the global authorization network is enabled.
When the authorization is enabled for JWAC’s local, the authorized data assigned by the
local database will be accepted.
Parameters
radius - If specified to enable, the authorized data assigned by the RADUIS server will be
accepted if the global authorization network is enabled. The default state is enabled.
local - If specified to enable, the authorized data assigned by the local database will be
accepted if the global authorization network is enabled. The default state is enabled.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
The following example will disable the configuration authorized from the local database:
DGS-3627:admin# config jwac authorization attributes local disable
Command: config jwac authorization attributes local disable
Success.
DGS-3627:admin#