6.3.3. authentication mac radius

Syntax

authentication mac radius [mac-case (lower|upper)] [mac-delimiter(colon|dot|hyphen|none) [gap <2-6>]]

Parameter

mac-case(lower|upper)

Select radius user id to be upper case or lower case.

mac-delimiter(colon|dot|hyphen|none)

Select radius user id delimitercolon: XX:XX:XX:XX:XX:XXdot: XX.XX.XX.XX.XX.XXhyphen: XX-XX-XX-XX-XX-XXnone: XXXXXXXXXXXX

gap <2-6>

Select delimiter gap 2: XX-XX-XX-XX-XX-XX 4: XXXX-XXXX-XXXX 6: XXXXXX-XXXXXX

Default

Default radius id format is upper case with none delimiter.

Mode

Global Configuration

Usage

Use authentication mac radius command to configure the radius user id format used by MAC authentication Radius method.

Example

The following example shows how to configure MAC authentication radius id format to be upper case with colon delimiter every 2 chars

Switch(config)# authentication mac radius mac-case upper
Switch(config)# authentication mac radius mac-delimiter colon gap 2
Switch# show authentication
Autentication dot1x state : enabled
Autentication mac state : disabled
Autentication web state : disabled
Guest VLAN : disabled
Mac-auth Radius User ID Format: XX:XX:XX:XX:XX:XX
.......................................