CLI Reference RADIUS Configuration Commands
radius-server attribute 31 mac format {ietf | normal | unformatted}
no radius-server attribute 31 mac format
The standard format specified by the
IETF RFC3580 . -is used as the
seperator, for example:
00-D0-F8-33-22-AC.
Normal format representing the MAC
address. .is used as the seperator. For
example: 00d0.f833.22ac.
No format and seperator. By default,
unformatted is used. For example:
00d0f83322ac.
The default format is unformatted.
Global configuration mode.
Some RADIUS security servers(mainly used to 802.1x
authentication) may identify the IETF format only. In this case, the
RADIUS Calling-Station-ID attribute shall be set as the IETF format
type.
The following example shows how to define the RADIUS
Calling-Station-ID attribute as IETF format:
Ruijie(config)# radius-server attribute 31 mac format ietf
Define the RADIUS server.
radius-server host
Use this command to specify a RADIUS security server host. The no form of this command is used to
delete the RADIUS security server host.
radius-server host { ipv4-address | ipv6-address} [auth-port port-number] [acct-port port-number]
[test username name [idle-time time] [ignore-auth-port] [ignore-acct-port]]
no radius-server host { ipv4-address | ipv6-address}