> 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/status-menus-radius.md).

# Status Menus:RADIUS

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

When [RADIUS](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/radius/README.md) is configured, the status of the Radius servers and information about the CDR record queue can be viewed.

To access the Radius status information, select the **RADIUS** tab.

![Toolpack v2.6 RadiusStatus1](https://docs.telcobridges.com/w/images/b/b6/Toolpack_v2.6_RadiusStatus1.png)

To view the detailed client status information, select a primary or backup server link.

The RADIUS client status view is displayed.

![Toolpack v2.6 RadiusStatus2](https://docs.telcobridges.com/w/images/2/27/Toolpack_v2.6_RadiusStatus2.png)

To view the detailed server status information, select a RADIUS server link.

The RADIUS server status view is displayed.

![Toolpack v2.6 RadiusStatus3](https://docs.telcobridges.com/w/images/e/ec/Toolpack_v2.6_RadiusStatus3.png)

**Address**

* The IP address and the UDP port of the Radius server. If the port is not mentioned it uses UDP port 1813.

**Availability**

* **Up:** Got a response
* **Down:** Got a request response timeout
* **Unknown:** Did not try to send request yet

**State**

* **Current:** Preferred server to send packet if last Availability was Up
* **Active:** In use
* **Inactive:** Not used

**Other parameters**

* \*\*Request cnt: \*\* Number of requests that were sent
* \*\*Retransmission cnt: \*\* Number of retransmissions to this Radius server
* \*\*Request failure cnt: \*\* Number of requests that could not be sent
* \*\*Response cnt: \*\* Number of responses received from this Radius server
* \*\*Timeout cnt: \*\* Number of times the Requests timed out

**Client Status**

* **Acct pending records:** Current number of pending accounting records (sent but not acknowledged yet)
* **Acct queued records:** Current number of queued accounting records (waiting to be sent)
* **Acct instant record cnt:** Number of accounting records that were instantaneously sent to a server without being queued
* **Acct queued record cnt:** Number of accounting records that were queued before being sent
* **Acct overflow record cnt:** Number of accounting records that were discarded because the queue was full
* **Acct unanswered record cnt:** Number of accounting records that were discarded because no servers acknowledged them
* **Acct lost record cnt:** Number of accounting records that were lost either because they didn't fit in a queue or no servers response received for them

It is possible to change the State by selecting the server (click on the Server Name). Once there, select the appropriate state and click "Apply States".

![Radius status B 2 6](https://docs.telcobridges.com/w/images/8/86/Radius_status_B_2_6.jpg%E2%80%8E)


---

# 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/status-menus-radius.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.
