C613-50170-01 Rev B
Command Reference for x510 Series
1767
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
A
UTHENTICATION
C
OMMANDS
AUTH
-
MAC
USERNAME
auth-mac username
Overview
Use this command to specify the format of the MAC address in the username and
password field when a request for MAC-based authorization is sent to a RADIUS
server.
Syntax
auth-mac username {ietf|unformatted} {lower-case|upper-case}
Default
auth-mac username ietf lower-case
Mode
Global Configuration
Usage
This command is provided to allow other vendors’, AlliedWare, and AlliedWare
Plus switches to share the same format on the RADIUS server.
Example
To configure the format of the MAC address in the username and password field to
be changed to IETF and upper-case, use the following commands:
awplus#
configure terminal
awplus(config)#
auth-mac username ietf upper-case
Related
Commands
Parameter
Description
ietf
The MAC address includes a hyphen between each 2 bytes.
(Example: xx-xx-xx-xx-xx-xx)
unformatted
The MAC address does not include hyphens. (Example:
xxxxxxxxxxxx)
lower-case
The MAC address uses lower-case characters (a-f )
upper-case
The MAC address uses upper-case characters (A-F)