
C613-50186-01 Rev B
Command Reference for AR2050V
1829
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
A
UTHENTICATION
C
OMMANDS
AUTH
SUPPLICANT
-
MAC
Default
No supplicant MAC address for port authentication exists by default until first
created with the
auth supplicant-mac
command. The defaults for parameters are
shown in the table above.
Mode
Interface Configuration for an Ethernet port, or Authentication Profile mode.
Examples
To add the supplicant MAC address 0000.5E00.5343 to force authorized port
control for interface eth1, use the commands:
awplus#
configure terminal
awplus(config)#
interface eth1
awplus(config-if)#
auth supplicant-mac 0000.5E00.5343
port-control force-authorized
To apply the mask ffff.ff00.0000 in order to add any supplicant MAC addresses
whose MAC address begins with 0000.5E, and then to force authorized port control
for interface eth1, use the commands:
awplus#
configure terminal
awplus(config)#
interface eth1
awplus(config-if)#
auth supplicant-mac 0000.5E00.0000 mask
ffff.ff00.0000 port-control force-authorized
To delete the supplicant MAC address 0000.5E00.5343 for interface eth1, use the
commands:
awplus#
configure terminal
awplus(config)#
interface eth1
awplus(config-if)#
no auth supplicant-mac 0000.5E00.5343
To disable reauthentication for the supplicant MAC address 0000.5E00.5343 for
interface eth1, use the commands:
awplus#
configure terminal
awplus(config)#
interface eth1
awplus(config-if)#
no auth supplicant-mac 0000.5E00.5343
reauthentication
server-timeout
Authentication server response timeout (default 30
seconds).
<
1-65535
>
Seconds for authentication server response timeout.
reauthentication
Enable reauthentication on a port.
max-reauth-req
No of reauthentication attempts before becoming
unauthorized (default 2).
<
1-10
>
Count of reauthentication attempts.
Parameter
Description