C613-50170-01 Rev B
Command Reference for x510 Series
1733
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
A
UTHENTICATION
C
OMMANDS
AUTH
MAX
-
SUPPLICANT
auth max-supplicant
Overview
This command sets the maximum number of supplicants (client devices) that can
be authenticated on the selected port. Once this value is exceeded, further
supplicants will not be authenticated.
The
no
variant of this command resets the maximum supplicant number to the
default.
Syntax
auth max-supplicant <
2-1024
>
no auth max-supplicant
Default
The max supplicant of port authentication is 1024.
Mode
Interface Configuration for a static channel, a dynamic (LACP) channel group, or a
switch port; or Authentication Profile mode.
Examples
To set the maximum number of supplicants to
10
on interface
port1.0.2
, use
the following commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.2
awplus(config-if)#
auth max-supplicant 10
To reset the maximum number of supplicant to default on interface
port1.0.2
,
use the following commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.2
awplus(config-if)#
no auth max-supplicant
To set the maximum number of supplicants to 10 on authentication profile
‘student’, use the commands:
awplus#
configure terminal
awplus(config)#
auth profile student
awplus(config-auth-profile)#
auth max-supplicant 10
To reset the maximum number of supplicant to default on authentication profile
‘student’, use the commands:
awplus#
configure terminal
awplus(config)#
auth profile student
awplus(config-auth-profile)#
no auth max-supplicant
Parameter
Description
<
2-1024
>
Limit number.