Black Box COMPACT T1 MT850A User Manual

Page 176

Advertising
background image

5-92

Compact T1 - Release 6.1

CLI Commands

set

set radius server address

Use the set radius server address command to specify the IP address of the external
RADIUS server to use for RADIUS login authentication. Up to 3 different RADIUS
servers can be configured, with queries sent to each in succession until one of them sends
a reply.

Syntax:

set radius server {1|2|3} address {ip-addr} [port]

Example:

set radius server 1 address 192.168.23.56

The example will set the IP address of RADIUS server 1 to 192.168.23.56.

{1|2|3}

The RADIUS server entry to modify.

{ip-addr}

Set the IP address of the RADIUS server, in the form xxx.xxx.xxx.xxx, where xxx is a
number from 0 to 255, or 0.0.0.0 to disable this entry. The default is 0.0.0.0 (unused).
Note: all 3 RADIUS servers cannot be set to 0.0.0.0 if any login auth settings are set to
RADIUS.

[port]

This is an optional parameter. UDP port to be used to send the RADIUS queries. Default is
1812.

set radius server secret

Use the set radius server secret command to specify shared secret that the controller
RADIUS client and the RADIUS server use to authenticate the RADIUS requests and
replies.

Syntax:

set radius server {1|2|3} secret {"secret"}

Example:

set radius server 1 address 192.168.23.56

The example will set the IP address of RADIUS server 1 to 192.168.23.56.

{1|2|3}

The RADIUS server entry to modify.

{secret}

An ASCII string with a range of 1 - 31 characters, enclosed in quotes. Default is an empty
string "".

Advertising