set radius-server

In the R81.10.X releases, this command is available starting from the R81.10.00 version.

Description

Configures RADIUS servers.

Allows locally managed Remote Access users (on the RADIUS server) to have longer passwords for increased security.

See:

Syntax

set radius-server priority {1 | 2} ipv4-address <ipv4-address> [ ipv6-address <ipv6-address> ] shared-secret <shared-secret> [ udp-port <udp-port> ] [ timeout <timeout> ] [ version {1 | 2} ]

Parameters

Parameter

Description

ipv4-address

The IPv4 address of the RADIUS server.

ipv6-address

The IPv6 address of the RADIUS server.

priority

Priority of the RADIUS server:

  • 1 (primary)

  • 2 (secondary)

Default: 1.

shared-secret

Pre-shared secret between the RADIUS server and the appliance.

A string that contains alphanumeric and special characters.

timeout

A timeout value in seconds for communication with the RADIUS server.

Default: 3.

Range: 0 - 5000.

version

Version of the RADIUS server:

  • 1

  • 2

Default: 1.

udp-port

The port number through which the RADIUS server communicates with clients.

Default: 1812.

Example Command

set radius-server priority 2 ipv4-address 192.168.1.1 shared-secret a(&7Ba timeout 15 version 2