C613-50631-01 Rev A Command Reference for IE340 Series 2231
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
AUTHENTICATION COMMANDS
AUTH
MAX-SUPPLICANT TAGGED-VLAN
auth max-supplicant tagged-vlan
Overview Use this command to set the maximum number of supplicants (client devices) that
can be authenticated on the selected port on tagged VLANs. Once this value is
exceeded, further supplicants will not be authenticated on tagged VLANs on that
port.
This command is useful for preventing unwanted supplicants from connecting to
the network when a host (e.g. a PC) connects to an AlliedWare Plus NAS via an IP
phone. For more information and a step-by-step configuration example, see the
“Limit the number of supplicants when connecting via an IP phone” section of the
AAA and Port Authentication Feature Overview and Configuration Guide.
Use the no variant of this command to reset the maximum number of supplicants
on tagged VLANs to the default.
Syntax
auth max-supplicant tagged-vlan <0-1024>
no auth max-supplicant tagged-vlan <0-1024>
Default 1024
Mode Interface Configuration for a switch port; or Authentication Profile mode.
Examples To set the maximum number of supplicants on tagged VLANs on interface
port1.0.2 to 1, use the following commands:
awplus# configure terminal
awplus(config)# interface port1.0.2
awplus(config-if)# auth max-supplicant tagged-vlan 1
To reset the maximum number of supplicants on tagged VLANs on interface
port1.0.2 to the default, use the following commands:
awplus# configure terminal
awplus(config)# interface port1.0.2
awplus(config-if)# no auth max-supplicant tagged-vlan
To set the maximum number of supplicants on tagged VLANs on authentication
profile ‘accounts’ to 1, use the commands:
awplus# configure terminal
awplus(config)# auth profile accounts
awplus(config-auth-profile)# auth max-supplicant tagged-vlan 1
To reset the maximum number of supplicants on tagged VLANs on authentication
profile ‘accounts’ to the default value, use the commands:
awplus# configure terminal
awplus(config)# auth profile accounts
awplus(config-auth-profile)# no auth max-supplicant tagged-vlan