71
uppercase
: Specifies the letters in a MAC address to be in upper case.
Usage guidelines
Configure the MAC address format for RADIUS attribute 31 to meet the requirements of the RADIUS
servers.
Examples
# In RADIUS scheme
radius1
, specify the MAC address format as
hh:hh:hh:hh:hh:hh
for RADIUS
attribute 31.
<Sysname> system-view
[Sysname] radius scheme radius1
[Sysname-radius-radius1] attribute 31 mac-format section six separator : lowercase
Related commands
display radius scheme
attribute convert (RADIUS DAS view)
Use
attribute convert
to configure a RADIUS attribute conversion rule.
Use
undo attribute convert
to delete RADIUS attribute conversion rules.
Syntax
attribute convert
src-attr-name
to
dest-attr-name
{ {
coa-ack
|
coa-request
} * | {
received
|
sent
}
* }
undo attribute convert
[
src-attr-name
]
Default
No RADIUS attribute conversion rules exist. The system processes RADIUS attributes according to
the principles of the standard RADIUS protocol.
Views
RADIUS DAS view
Predefined user roles
network-admin
mdc-admin
Parameters
src-attr-name
: Specifies the source RADIUS attribute by its name, a case-insensitive string of 1 to 63
characters. The attribute must be supported by the system.
dest-attr-name
: Specifies the destination RADIUS attribute by its name, a case-insensitive string of 1
to 63 characters. The attribute must be supported by the system.
coa-ack
: Specifies the CoA acknowledgment packets.
coa-request
: Specifies the CoA request packets.
received
: Specifies the received DAE packets.
sent
: Specifies the sent DAE packets.
Usage guidelines
The device replaces the attribute in packets that match a RADIUS attribute conversion rule with the
destination RADIUS attribute in the rule.
The conversion rules take effect only when the RADIUS attribute translation feature is enabled.