Command Reference RADIUS Commands
hyphen (-) is used as the separator, for example:
00-D0-F8-33-22-AC.
normal
Normal format representing the MAC address. The hyphen
(-) is used as the separator. For example: 00d0.f833.22ac.
unformatted
No format and separator, which is used by default, for
example: 00d0f83322ac
Defaults
The default format is unformatted.
Command
Mode
Global configuration mode
Usage Guide
Some RADIUS security servers (mainly used in 802.1x authentication) may identify only the IETF
format. In this case, the RADIUS Calling-Station-ID attribute must be set to the IETF format type.
Configuration
Examples
The following example defines the RADIUS Calling-Station-ID attribute as the IETF format.
Ruijie(config)# radius-server attribute 31 mac format ietf
Command Description Related
Commands
N/A N/A
Platform
Description
N/A
radius-server dead-ctriteria
Use this command to configure criteria on a device to determine that the RADIUS security server
is unreachable in global configuration mode.
Use the no form of this command to restore to the default value.
radius-server dead-criteria {time seconds [tries number] | tries number}
no radius-server dead-criteria {time seconds [tries number] | tries number}
Parameter Description
time seconds
Configures the timeout period. If a device does not receive a correct
response packet from the RADIUS security server within the
specified time, the RADIUS security server is considered to be
unreachable. The value ranges from 1s to 120s.
Parameter
Description
tries number
Configures the successive timeout times. When sending a request
from a device to the same RADIUS security server times out for the
specified times successively, the device considers the RADIUS
security server to be unreachable. The value ranges from 1 to 100.
Defaults
time seconds: 60s
tries number: 10