C613-50170-01 Rev B
Command Reference for x510 Series
1757
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
A
UTHENTICATION
C
OMMANDS
AUTH
TWO
-
STEP
ENABLE
To enable MAC-Authentication followed by Web-Authentication, use the
following commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.2
awplus(config-if)#
switchport mode access
awplus(config-if)#
auth-mac enable
awplus(config-if)#
auth-web enable
awplus(config-if)#
auth dynamic-vlan-creation
awplus(config-if)#
auth two-step enable
To enable 802.1X-Authentication followed by Web-Authentication, use the
following commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.2
awplus(config-if)#
switchport mode access
awplus(config-if)#
auth-web enable
awplus(config-if)#
dot1x port-control auto
awplus(config-if)#
auth dynamic-vlan-creation
awplus(config-if)#
auth two-step enable
To enable the two step authentication feature for authentication profile ‘student’,
use the commands:
awplus#
configure terminal
awplus(config)#
auth profile student
awplus(config-auth-profile)#
auth two-step enable
To disable the two step authentication feature for authentication profile ‘student’,
use the commands:
awplus#
configure terminal
awplus(config)#
auth profile student
awplus(config-auth-profile)#
no auth two-step enable
Validation
Commands