Server

Keys

Leafs

Children

class System.Radius.Server

Bases: Entity

Class Hierarchy : System Radius Server

This class represents configuration data.

List of RADIUS servers used by the device.

When the RADIUS client is invoked by a calling

application, it sends the query to the first server in

this list. If no response has been received within

‘timeout’ seconds, the client continues with the next

server in the list. If no response is received from any

server, the client continues with the first server again.

When the client has traversed the list ‘attempts’ times

without receiving any response, it gives up and returns an

error to the calling application.

name(key)

An arbitrary name for the RADIUS server

type: str

udp

Contains UDP-specific configuration parameters for RADIUS

type: Udp

authentication_type

The authentication type requested from the RADIUS server

type: one of the below values: RadiusPap

default value: radius-pap