C613-50170-01 Rev B
Command Reference for x510 Series
1770
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
A
UTHENTICATION
C
OMMANDS
AUTH
-
WEB
ENABLE
auth-web enable
Overview
This command enables Web-based authentication in Interface mode on the
interface specified.
Use the
no
variant of this command to apply its default.
Syntax
auth-web enable
no auth-web enable
Default
Web-Authentication is disabled by default.
Mode
Interface Configuration for a static channel, a dynamic (LACP) channel group, or a
switch port; or Authentication Profile mode.
Examples
To enable Web-Authentication on static-channel-group 2, use the following
commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.2
awplus(config-if)#
static-channel-group 2
awplus(config-if)#
exit
awplus(config)#
interface sa2
awplus(config-if)#
auth-web enable
To disable Web-Authentication on static-channel-group 2, use the following
commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.2
awplus(config-if)#
static-channel-group 2
awplus(config-if)#
exit
awplus(config)#
interface sa2
awplus(config-if)#
no auth-web enable
To enable Web authentication on authentication profile ‘student’, use the
commands:
awplus#
configure terminal
awplus(config)#
auth profile student
awplus(config-auth-profile)#
auth-web enable
To disable Web authentication on authentication profile ‘student’, use the
commands:
awplus#
configure terminal
awplus(config)#
auth profile student
awplus(config-auth-profile)#
no auth-web enable