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

# M2PA Status

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

This article illustrates how to view M2PA status and to set a periodic refresh of the M2UA protocol stack. This is done from the Status menu and 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 M2pa** tab.

![TabM2PA 0](https://docs.telcobridges.com/w/images/f/f4/TabM2PA_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 M2UA protocol stack is displayed.

![StatusM2PA 0](https://docs.telcobridges.com/w/images/b/b4/StatusM2PA_0.png)

#### Navigation Panel

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

![StatusM2PA 1](https://docs.telcobridges.com/w/images/d/d2/StatusM2PA_1.png)

2- Click the **Status** tab.

![StatusM2PA 2](https://docs.telcobridges.com/w/images/8/85/StatusM2PA_2.png)

3- The status of the M2PA SAPs is shown.

* To configure a periodic refresh of the M2PA status, select a value from **Refresh Every**.
* Select **Links** to view Saps and Links status.

![StatusM2PA 3](https://docs.telcobridges.com/w/images/9/92/StatusM2PA_3.png)

4- The M2PA SAPS links are shown.

* Select any SAP link to view further status.

![StatusM2PA 4](https://docs.telcobridges.com/w/images/a/a1/StatusM2PA_4.png)

5-To view the SAP links, click the **Links** tab.

![StatusM2PA 5](https://docs.telcobridges.com/w/images/5/54/StatusM2PA_5.png)

**Path**

```
/configurations/@[configuration_name]/hardware_units/@[hardware_name]/m2pa_stacks/@[m2pa_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/m2pa-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.
