Operation Manual

RADIUS, LDAP, and Server Groups Commands
Mobility System Software Command Reference Guide
Version 7.3
17 – 430
Defaults
Global RADIUS parameters have the following default values:
deadtime—0 (zero) minutes (The MX does not designate unresponsive RADIUS servers as
unavailable.)
encrypted-key—No key
key—No key
retransmit—3 (the total number of attempts, including the first attempt)
timeout—5 seconds
Access
Enabled.
History
Usage
You can specify only one parameter per command line.
Examples
The following commands sets the dead time to 5 minutes, the RADIUS key to goody,
the number of retransmissions to 1, and the timeout to 21 seconds on all RADIUS servers
connected to the MX switch:
MX-20# set radius deadtime 5
success: change accepted.
MX-20# set radius key goody
success: change accepted.
MX-20# set radius retransmit 1
success: change accepted.
MX-20# set radius timeout 21
success: change accepted.
See Also
clear radius server on page 425
set radius server on page 433
show aaa on page 190
set radius client system-ip
Configure RADIUS to use the client system IP address as the source IP address for all RADIUS
packets.
Syntax
set radius client system-ip
Defaults
None
mac-addr-format
[colons | hyphens |
one-hyphen | raw]
Sets the MAC address format for all RADIUS servers using the
author-password option. MAC addresses can have the following formats:
colons—12:34:56:78:9a:bc
hyphens—12–34–56–78–9a–bc
one-hyphen— 123456–789abc
raw—123456789abc
retransmit number Number of transmission attempts the MX makes before declaring an
unresponsive RADIUS server unavailable. You can specify from 1 to 100
retries.
timeout seconds Number of seconds the MX waits for the RADIUS server to respond before
retransmitting. You can specify from 1 to 65,535.
Version 1.0 Command introduced
Version 4.2 encrypted-key option added