Radius Servers

Item     Description
Addr

The address of the RADIUS Server.

AuthPort

This is the destination UDP port number to which RADIUS authentication messages should be sent. The RADIUS server will not be used for authentication if this port number is 0.

AcctPort

This is the destination UDP port number to which RADIUS accounting messages should be sent.

Type

Type of the RADIUS server:

  • other (1), - a lower priority server
  • primary (2) - the primary server which is tried first by the RADIUS client.
Key

The key used in encrypting the frames passed between the RADIUS server and the client. This key must match the one configured on the server.

Type

Type of the RADIUS server:

  • other (1), - a lower priority server
  • primary (2) - the primary server which is tried first by the RADIUS client.
Mode

Mode of the RADIUS server:

  • none (1) - neither authentication nor accounting
  • authAndAcct (2) - both authentication and accounting
  • authOnly (3) - only for authentication
  • acctOnly (4) - only for accounting.