C613-50170-01 Rev B
Command Reference for x510 Series
1719
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
A
UTHENTICATION
C
OMMANDS
AUTH
AUTH
-
FAIL
VLAN
as a supplicant on the Guest VLAN. For more information about ACL concepts, and
configuring ACLs see the
ACL Feature Overview and Configuration Guide
more information about ACL commands see:
•
IPv4 Hardware Access Control List (ACL) Commands
•
IPv4 Software Access Control List (ACL) Commands
•
IPv6 Hardware Access Control List (ACL) Commands
•
IPv6 Software Access Control List (ACL) Commands
Examples
To enable the auth-fail vlan feature for port1.0.2 and assign VLAN 100, use the
following commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.2
awplus(config-if)#
auth auth-fail vlan 100
To disable the auth-fail vlan feature for port1.0.2, use the following commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.2
awplus(config-if)#
no auth auth-fail vlan
To enable the auth-fail vlan feature on authentication profile ‘student’, use the
commands:
awplus#
configure terminal
awplus(config)#
auth profile student
awplus(config-auth-profile)#
auth auth-fail vlan 100
To disable the auth-fail vlan feature on authentication profile ‘student’, use the
commands:
awplus#
configure terminal
awplus(config)#
auth profile student
awplus(config-auth-profile)#
no auth auth-fail vlan
Related
Commands