> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/tmedia-documentation/configuration/adding-radius-server-s.md).

# Adding RADIUS Server(s)

#### ***Applies to version(s): v2.7***

Multiple RADIUS servers can be configured to provide RADIUS redundancy.

1- Select **RADIUS** from the navigation panel.

![Radius Config left panel](https://docs.telcobridges.com/w/images/3/3b/Radius_Config_left_panel.jpg)

2- In the **Editing RADIUS client configuration** page, select **Create new RADIUS server**

![RADIUS client create server 2 7](https://docs.telcobridges.com/w/images/c/c9/RADIUS-client-create-server-2_7.PNG)

3- Configure the RADIUS server with these parameters:

* **Name** to recognize the server.
* **Server IP address** is the IP address of the RADIUS server.
* **Server UDP port** is the UDP port of the RADIUS server.
* **Public IP address** The IP address that will be set in the NAS-IP-Address attribute, when present. This is used when the RADIUS client is behind a NAT. Leave this field empty in order to use the source IP address instead.
* **Timeout** The time to wait (in milliseconds or seconds) for a response from the RADIUS server before retrying.
* **Retries** is the number of times to send the same request again when the timeout is reached. See full details on functionality here: [CDR redundancy](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/toolpack-cdr-redundancy/README.md)
* **Server type** is the type of RADIUS server this configuration corresponds to. The choices are **Accounting** for CDR functionality and **Authorization** for authentication and authorization.
* **Associated server** is used to link **Accounting** and **Authorization** servers together. See full details on functionality here:[ACCT/AUTH Association](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/radius-accounting-authentication-association/README.md)
* **Use polling (Status-Server)** dictates if polling with the Status-Server message is supported by this server. When enabled, this option allows the RADIUS client to recognize quickly and efficiently if the RADIUS server is available or not.
* **Polling Delay** The time to wait (in milliseconds or seconds) before polling the server.
* **Server secret** is the passphrase to authenticate the TMG on the RADIUS server.

![RADIUS server configuration 2 7](https://docs.telcobridges.com/w/images/0/07/RADIUS-server-configuration-2_7.png)

4- You can configure multiple RADIUS servers to have RADIUS redundancy. Each entry can have different settings.

![RADIUS client configuration 2 7](https://docs.telcobridges.com/w/images/a/a5/RADIUS-client-configuration-2_7.PNG)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://prosbcdocs.telcobridges.com/tmedia-documentation/configuration/adding-radius-server-s.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
