Owners manual

DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
429
This example shows how to format the username based on the MAC address.
Switch# configure terminal
Switch(config)# authentication username mac-format case uppercase delimiter hyphen
number 5
Switch(config)#
48-10 authentication compauth mode
This command is used to specify the compound authentication modeUse the no form of the command to
revert the setting to default.
authentication compauth mode {any | mac-jwac | mac-wac}
no authentication compauth mode
Parameters
any
Specifies that if any of the authentication method (802.1X, MAC-based
Access Control, WAC, or JWAC) to passes, then pass.
mac-jwac
Specifies to verify MAC-based authentication first. If the client passes,
JWAC will be verified next. Both authentication methods need to be
passed.
mac-wac
Specifies to verify MAC-based authentication first. If the client passes,
WAC will be verified next. Both authentication methods need to be
passed.
Default
By default the authentication method is any.
Command Mode
Interface Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
This command is only available for physical port interface configuration. Use this command to configure
the authentication method on ports.
The enable or disable setting of individual authentication will always take effect. If the compound
authentication method of a port is set to any but MAC-based Access Control is disabled, and JWAC and
802.1X are enabled, then user must pass either the JWAC or 802.1X method. If the method is mac-jwac
or mac-wac, the user is authorized after two methods are authenticate passed. If any of the methods
failed, the user is rejected. If the related method’s global or port state is not enabled, the user is rejected
(due to not authenticated pass). After authenticated, the authorized information will take from JWAC or
WAC module.
Example
This example shows how to configure Ethernet port 1/0/6 in mac-jwac mode.