> 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-ss7-m3ua.md).

# Status Menus:SS7 M3UA

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

General and detailed status information about the SS7 M3UA stack is accessible from the Sigtran M3UA tab of the Global Status window.

### General view

In this view, general information concerning M3UA service access points (SAPs), peer server processors (PSPs), peer servers (Psrvs) and routes is displayed. Status information for each item is given.

Detailed information can be displayed by clicking an active link.

![M3UA general view1](https://docs.telcobridges.com/w/images/3/3a/M3UA_general_view1.png)

### M3UA SAP detailed view

In this view, the following information is given:

* **Opened:** Yes, No.
* **Send sap command:** Default, Active, Inactive.
* **Rx pdu:** Nb of PDUs received.
* **Tx pdu:** Nb of PDUs transmitted.
* **Rx byte:** Nb of bytes received.
* **Tx byte:** Nb of bytes transmitted.

![SAP m3ua detailed view](https://docs.telcobridges.com/w/images/2/2c/SAP_m3ua_detailed_view.png)

### M3UA PSP detailed view

In this view, the following information is given:

* **Asp state:** Active, Inactive, Down.
* **Select sap for set state:**
* **Set desired asp state:** Default, Asp-up, Asp-down, Abort, Shutdown, Inhibit, Uninhibit.
* **Association state:** Down, Active, Closed.
* **Asp state:** Active, Inactive, Down state per SAP.
* **Desired asp state:** Default, Asp-up, Asp-down, Abort, Shutdown.
* **Current psp inhibit state:** Yes, No.
* **Desired psp inhibit state:** Yes, No.
* **Nb active psrv:**
* **As active m3ua psrv list:**
* **Nb registered psrv:**
* **Rx pdu:** Nb of PDUs received.
* **Tx pdu:** Nb of PDUs transmitted.
* **Unavailable:** Nb of times the PSP was unavailable.
* **Congested:** Nb of times the PSP was congested.

![PSPs detailed view](https://docs.telcobridges.com/w/images/1/1a/PSPs_detailed_view.png)

### M3UA Psrvs detailed view

In this view, the following information is given:

* **As state:** Active, Inactive, Down.
* **Nb registered psp:** Nb of registered peer server process.
* **Nb active psp:** Nb of active peer server process.
* **Nb psp route:** Nb of association that can be used.
* **Psp name:** Peer server process name.
* **Asp state:** Active, Inactive, Down.
* **Routing context:** Routing context value.
* **Unavailable:** Nb of times peer server was unavailable.
* **Unavailable duration:** Total unavailable duration (msec).
* **Tx data:** Nb of DATA messages transmitted.
* **Tx duna:** Nb of DUNA messages transmitted.
* **Tx dava:** Nb of DAVA messages transmitted.
* **Tx daud:** Nb of DAUD messages transmitted.
* **Tx scon:** Nb of SCON messages transmitted.
* **Tx dupu:** Nb of DUPU messages transmitted.
* **Tx drst:** Nb of DRST messages transmitted.
* **Rx data:** Nb of DATA messages received.
* **Rx duna:** Nb of DUNA messages received.
* **Rx dava:** Nb of DAVA messages received.
* **Rx daud:** Nb of DAUD messages received.
* **Rx scon:** Nb of SCON messages received.
* **Rx dupu:** Nb of DUPU messages received.
* **Rx drst:** Nb of DRST messages received.

![PSRVs detailed view](https://docs.telcobridges.com/w/images/1/1e/PSRVs_detailed_view.png)

### M3UA route detailed view

In this view, the following information is given:

* **Dpc specified:** Indicates whether or not the route is specified.
* **Paused:** Indicates whether or not the DPC is in pause state.
* **Congested:** Indicates whether or not the DPC is in congestion state.

![Routes detailed view](https://docs.telcobridges.com/w/images/9/96/Routes_detailed_view.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/status-menus-ss7-m3ua.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.
