dot1x max-user

Syntax

In system view:

dot1x max-user user-number [ interface interface-list ]

undo dot1x max-user [ interface interface-list ]

In Ethernet interface view:

dot1x max-user user-number

undo dot1x max-user

View

System view, Ethernet interface view

Default level

2: System level

Parameters

user-number: Specifies the maximum number of concurrent 802.1X users on a port. The value is in the range of 1 to 256.

interface interface-list: Specifies an Ethernet port list, which can contain multiple Ethernet ports. The interface-list argument is in the format of interface-list = { interface-type interface-number [ to interface-type interface-number ] } & <1-10>, where interface-type represents the port type, interface-number represents the port number, and & <1-10> means that you can provide up to 10 ports or port ranges. The start port number must be smaller than the end number and the two ports must be of the same type.

Description

Use dot1x max-user to set the maximum number of concurrent 802.1X users on a port.

Use undo dot1x max-user to restore the default.

By default, the maximum number of concurrent 802.1X users on a port is 256.

In system view:

In Ethernet interface view, the interface-list argument is not available and the command applies to only the Ethernet port.

Related commands: display dot1x.

Examples

# Set the maximum number of concurrent 802.1X users on port Ethernet 1/0/1 to 32.

<Sysname> system-view
[Sysname] dot1x max-user 32 interface ethernet 1/0/1

Or

<Sysname> system-view
[Sysname] interface ethernet 1/0/1
[Sysname-Ethernet1/0/1] dot1x max-user 32

# Configure Ethernet 1/0/2 through Ethernet 1/0/5 each to support a maximum of 32 concurrent 802.1X users.

<Sysname> system-view
[Sysname] dot1x max-user 32 interface ethernet 1/0/2 to ethernet 1/0/5