Owners manual
DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
430
Switch#configure terminal
Switch(config)#mac-auth system-auth-control
Switch(config)#jwac system-auth-control
Switch(config)#interface eth1/0/6
Switch(config-if)#mac-auth enable
Switch(config-if)#jwac enable
Switch(config-if)#
48-11 authentication max users
This command is used to configure the maximum authenticated users for the entire system or for a port.
Use the no form of the command to reset to default setting.
authentication max users NUMBER
no authentication max users
Parameters
NUMBER
Specifies to set the maximum authenticated users’ number. The range
is from 1 to 1000.
Default
None.
Command Mode
Global Configuration Mode.
Interface Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
This command can be used in the global configuration mode and interface configuration mode.
If the command is configured in the global configuration mode, the maximum user number limits the user
number of the entire system.
If the command is configured in the interface configuration mode, the maximum user number is set for the
interface.
The maximum users being limited include 802.1X, MAC-based Access Control, WAC, and JWAC users.
In addition, the command has the following limitation:
• If the new maximum is less than the current number of users, the command will be rejected and
the error message will be prompted.
Example
This example shows how to set the maximum authenticated users for system.
Switch# configure terminal
Switch(config)# authentication max users 256
Switch(config)#