C613-50631-01 Rev A Command Reference for IE340 Series 2285
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
AUTHENTICATION COMMANDS
AUTH
-WEB METHOD
auth-web method
Overview Use this command to set the web authentication access method that is used with
RADIUS on the interface specified.
Use the no variant of this command to set the authentication method to PAP for
the interface specified when web authentication is also used with the RADIUS
authentication method.
Syntax
auth-web method {eap-md5|pap}
no auth-web method
Default The web authentication method is set to PAP by default.
Mode Interface Configuration for a static channel, a dynamic (LACP) channel group, or a
switch port; or Authentication Profile mode.
Example To set the web authentication method to EAP-MD5 on interface port1.0.2, use the
following commands:
awplus# configure terminal
awplus(config)# interface port1.0.2
awplus(config-if)# auth-web method eap-md5
To set the web authentication method to EAP-MD5 for authentication profile
‘student’, use the commands:
awplus# configure terminal
awplus(config)# auth profile student
awplus(config-auth-profile)# auth-web method eap-md5
Related
commands
auth profile (global)
show auth
show auth interface
show running-config
Parameter Description
eap-md5 Enable EAP-MD5 as the authentication method.
pap Enable PAP as the authentication method.