C613-50170-01 Rev B
Command Reference for x510 Series
1763
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
A
UTHENTICATION
C
OMMANDS
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 enable MAC authentication on authentication profile ‘student’, use the
commands:
awplus#
configure terminal
awplus(config)#
auth profile student
awplus(config-auth-profile)#
auth-mac enable
Parameter
Description
eap-md5
Enable EAP-MD5 of authentication method.
pap
Enable PAP of authentication method.