Radius

Children

class System.Radius

Bases: Entity

Class Hierarchy : System Radius

This class represents configuration data.

Configuration of the RADIUS client.

server

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

type: list of Server

options

RADIUS client options

type: Options