C613-50631-01 Rev A Command Reference for IE340 Series 2273
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
AUTHENTICATION COMMANDS
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
auth-mac username
show running-config
Command
changes
Version 5.4.8-2.1: Command added to AR2050V, AR3050S, AR4050S
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)