Owners manual

DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
428
Switch# clear authentication sessions interface eth1/0/1
Switch#
48-9 authentication username mac-format
This command is used to configure the MAC address format that will be used for authenticating as the
username via the RADIUS server. Use the no form of this command to return to the default setting.
authentication username mac-format case {lowercase | uppercase} delimiter {hyphen | colon |
dot | none} number {1 | 2 | 5}
no authentication username mac-format
Parameters
lowercase
Specifies that when using the lowercase format, the RADIUS
authentication username will be formatted as: aa-bb-cc-dd-ee-ff.
uppercase
Specifies that when using uppercase format, the RADIUS
authentication username will be formatted as: AA-BB-CC-DD-EE-FF.
hyphen
Specifies that when using “-“ as delimiter, the format is: AA-BB-CC-
DD-EE-FF.
colon
Specifies that when using “:“ as delimiter, the format is:
AA:BB:CC:DD:EE:FF.
dot
Specifies that when using “.“ as delimiter, the format is:
AA.BB.CC.DD.EE.FF.
none
Specifies that when not using any delimiter, the format is:
AABBCCDDEEFF.
number
Specifies the delimiter number value. Choose one of the following
delimiter options:
1: Single delimiter, the format is: AABBCC.DDEEFF.
2: Double delimiters, the format is: AABB.CCDD.EEFF.
5: Multiple delimiters, the format is: AA.BB.CC.DD.EE.FF.
If none is chosen for delimiter, the number does not take effect.
Default
The default authentication MAC address case is uppercase.
The default authentication MAC address delimiter is dot.
The default authentication MAC address delimiter number is 2.
Command Mode
Global Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
This command is used to configure the formatting of usernames used for RADIUS authentication or for
IGMP security based on the MAC address.
Example