> 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-m2ua.md).

# Status Menus:SS7 M2UA

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

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

### General view

In this view, general information concerning M2UA service access points (SAPs), links and peers is displayed. Status information for each item is given.

Detailed information can be displayed by clicking an active M2UA link, M2UA SAP link or M2UA peer.

![M2UA general view](https://docs.telcobridges.com/w/images/a/a1/M2UA_general_view.png)

### M2UA SAP detailed view

In this view, the following information is given:

* **Sap configured:** current configuration status of the SAP.
* **Opened**
* **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 detailed view](https://docs.telcobridges.com/w/images/3/35/SAP_detailed_view.png)

### M2UA link detailed view

In this view, the following information is given:

* **Interface identifier:** Indicates the interface id of the link.
* **Up:** Indicates whether the M2UA Link is up or down.
* **Flow control:** Indicates whether of not the M2UA Link is in flow-control state.
* **Remote proc outage:** Indicates whether or not the M2UA Link is in remote processor outage state.
* **Rx pdu:** Nb of PDUs received.
* **Tx pdu:** Nb of PDUs transmitted.
* **Rx byte:** Nb of bytes received.
* **Tx byte:** Nb of bytes transmitted.

![Links detailed view](https://docs.telcobridges.com/w/images/d/d0/Links_detailed_view.png)

### M2UA peer detailed view

In this view, the following information is given:

* **Peer configured:** Current configuration status of the peer.
* **Peer state**
* **Asp up:** Nb of ASP up.
* **Asp up ack:** Nb of ASP up acknowledged.
* **Asp down:** Nb of ASP down.
* **Asp down ack:** Nb of ASP down acknowledged.
* **Asp act:** Nb of active ASP.
* **Asp act ack:** Nb of active ASP acknowledged.
* **Asp inact:** Nb of inactive ASP.
* **Asp inact ack:** Nb of inactive ASP acknowledged.
* **Heartbeat**
* **Heartbeat ack**
* **Notify**
* **Tx error:** Nb of Tx errors.
* **Rx error:** Nb of Rx errors.

![Peers detailed view](https://docs.telcobridges.com/w/images/f/fa/Peers_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-m2ua.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.
