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