Operation Manual

RADIUS, LDAP, and Server Groups Commands
Mobility System Software Command Reference Guide
Version 7.3
17 – 432
Syntax
set radius client system-ip
Defaults
None. If you do not use this command, RADIUS packets leaving the MX have the source
IP address of the outbound interface, which can change as routing conditions change.
Access
Enabled.
History
Introduced in MSS 1.0.
Usage
The MX system IP address must be set before you use this command.
Examples
The following command sets the MX system IP address as the address of the RADIUS
client:
MX# set radius client system-ip
success: change accepted.
See Also
clear radius client system-ip on page 424
set system ip-address on page 35
set radius proxy client
Adds a RADIUS proxy entry for a third-party AP. The proxy entry specifies the IP address of the
AP and the UDP ports on which the MX listens for RADIUS traffic from the AP.
Syntax
set radius proxy client address ip-address
[acct-port acct-udp-port-number] [port udp-port-number] key string
Defaults
The default UDP port number for access-requests is 1812. The default UDP port number
for stop-accounting records is 1813.
Access
Enabled.
History
Introduced in MSS 4.0.
Usage
AAA for third-party AP users has additional configuration requirements. See the
“Configuring AAA for Users of Third-Party APs” section in the “Configuring AAA for Network
Users” chapter of the Trapeze Mobility System Software Advanced Configuration Guide.
Examples
The following command configures a RADIUS proxy entry for a third-party AP
RADIUS client at 10.20.20.9, sending RADIUS traffic to the default UDP ports 1812 and 1813 on
the MX:
MX# set radius proxy client address 10.20.20.9 key radkey1
success: change accepted.
See Also
clear radius proxy client on page 425
set authentication proxy on page 173
set radius proxy port on page 433
address ip-address IP address of the third-party AP. Enter the address in dotted decimal
notation.
port udp-port-number UDP port on which the MX listens for RADIUS access-requests from the AP.
acct-port
acct-udp-port-number
UDP port on which the MX swtch listens for RADIUS stop-accounting records
from the AP.
key string Password (shared secret key) the MX uses to authenticate and encrypt
RADIUS communication.