> 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/m3ua-asp-status.md).

# M3UA ASP Status

\*\*\*Applies to version(s): v2.9, v2.10\*\*\*

This article illustrates how to view M3UA ASP status. This can be done from either the Status menu or the Navigation panel.

#### Status menu

1- Click **Status** in the navigation panel.

![Status 0](https://docs.telcobridges.com/w/images/5/53/Status_0.png)

2- Click the **SIGTRAN M3ua** tab.

![TabM3UA 0](https://docs.telcobridges.com/w/images/6/60/TabM3UA_0.png)

* Note that SCTP is used as the Transport Layer for this protocol, if any firewall is sitting between Telcobridges device and Sigtran network, this firewall needs to be set to allow SCTP traffic to pass through, and enabling the basic connectivity for sigtran link to be up

The status of the M3UA protocol stack is displayed.

![StatusM3UA SGP 0](https://docs.telcobridges.com/w/images/6/67/StatusM3UA_SGP_0.png)

#### Navigation Panel

1- Click **M3UA** from the navigation panel.

![StatusM3UA 1](https://docs.telcobridges.com/w/images/5/51/StatusM3UA_1.png)

2- Click the **Status** tab.

![StatusM3UA 2](https://docs.telcobridges.com/w/images/6/6d/StatusM3UA_2.png)

3- To configure a periodic refresh of the M3UA status, select a value from **Refresh Every**.

* To view the M3UA SAPS, click the **Saps** tab.

![StatusM3UA 3](https://docs.telcobridges.com/w/images/1/16/StatusM3UA_3.png)

4- To view the status of an M3UA SAP, select an M3UA SAP.

![StatusM3UA 4](https://docs.telcobridges.com/w/images/9/9c/StatusM3UA_4.png)

The M3UA SAP status is displayed.

![StatusM3UA 5](https://docs.telcobridges.com/w/images/3/32/StatusM3UA_5.png)

5- To view the status of an M3UA Network, select an M3UA Network.

![StatusM3UA 6](https://docs.telcobridges.com/w/images/1/19/StatusM3UA_6.png)

6- Select a userpart to view its detailed status.

![StatusM3UA 7](https://docs.telcobridges.com/w/images/0/00/StatusM3UA_7.png)

Detailed status is displayed.

![StatusM3UA 8](https://docs.telcobridges.com/w/images/5/5e/StatusM3UA_8.png)

7- Select a PSP to view its detailed status.

![StatusM3UA 9](https://docs.telcobridges.com/w/images/0/0b/StatusM3UA_9.png)

Detailed PSP status is displayed.

![StatusM3UA A](https://docs.telcobridges.com/w/images/3/36/StatusM3UA_A.png)

8- Select a PRSV to view its detailed status.

![StatusM3UA B](https://docs.telcobridges.com/w/images/6/63/StatusM3UA_B.png)

Detailed PSRV status is displayed. (In this example local)

![StatusM3UA C](https://docs.telcobridges.com/w/images/2/24/StatusM3UA_C.png)

Detailed PSRV status is displayed. (In this example remote)

![StatusM3UA D](https://docs.telcobridges.com/w/images/6/67/StatusM3UA_D.png)

9- Select a Route to view its detailed status.

![StatusM3UA E](https://docs.telcobridges.com/w/images/5/53/StatusM3UA_E.png)

Detailed Route status is displayed. (In this example local)

![StatusM3UA F](https://docs.telcobridges.com/w/images/e/e7/StatusM3UA_F.png)

Detailed Route status is displayed. (In this example remote)

![StatusM3UA G](https://docs.telcobridges.com/w/images/d/db/StatusM3UA_G.png)

**Path**

```
/configurations/@[configuration_name]/m3ua_stacks/@[m3ua_name]/status
```


---

# 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/m3ua-asp-status.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.
