
C613-50186-01 Rev B
Command Reference for AR2050V
1838
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 an Ethernet port, or Authentication Profile mode.
Usage
You need to configure an IPv4 address for the Ethernet interface on which Web
Authentication is running.
When the
protect (firewall)
command and the
web-auth enable
command are
both configured, you need to configure a firewall rule to allow Auth-web traffic to
pass through the firewall. Web-auth uses TCP ports 8081, 8082, 8083 and 8084. You
can create a firewall rule like the following example:
Examples
To enable Web-Authentication on eth1, use the following commands:
awplus#
configure terminal
awplus(config)#
interface eth1
awplus(config-if)#
auth-web enable
To disable Web-Authentication on eth1, use the following commands:
awplus#
configure terminal
awplus(config)#
interface eth1
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
!
application auth-apl
protocol tcp
dport 8081 to 8084
!
!
firewall
rule 65 permit auth-apl from private.supplicant to
private.supplicant.router
!