Actions

Configuring RADIUS

Revision as of 12:52, 12 March 2013 by Allyntree (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Applies to version(s): v2.7

This article describes how to configure a TMG system to communicate with RADIUS servers. RADIUS requests will be sent from the TMG management port (mgmt0) or from the Virtual IP Interfaces (if they are configured).


1- Select RADIUS from the navigation panel.

Radius Config left panel.jpg


2- The Editing RADIUS client configuration page provides some general parameters that can be modified:

  • Timezone will use the local timezone or the GMT timezone in the RADIUS attributes
  • Time format describes how to display the time in human readable format in the RADIUS attributes. This is based on the strftime function
  • In Advanced Parameters you have:
    • Maximum accounting concurrent records is the maximum number of simultaneous accounting records to be sent to the RADIUS servers. This improves the RADIUS performance of the system: it allows the RADIUS client to deal with servers that have high latency relative to the number of request/responses per second to be achieved. Default value is 10 records.
    • Maximum accounting queued records is the maximum number of accounting records to queue when the maximum number of pending records has been reached. When the maximum number of queued messages is reached, CDR records will be dropped. To prevent this, make sure the system supports CDR redundancy. Default value is 12000 records.
    • Maximum authorization concurrent requests is the maximum number of simultaneous authorization requests to be sent to the RADIUS servers. This improves the RADIUS performance of the system: it allows the RADIUS client to deal with servers that have high latency relative to the number of request/responses per second to be achieved. Default value is 200 requests.
    • Maximum authorization queued requests is the maximum number of authorization requests to queue when the maximum number of pending requests has been reached. When the maximum number of queued messages is reached, authorization requests will be dropped. Default value is 12000 requests.
    • Additional dictionary is an additional dictionary that provides the definition of custom RADIUS attributes.
    • Click Save to save your changes.

RADIUS-client-config-2 7.PNG