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

# Status Menus:SS7 MTP2

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

General and detailed status information about the SS7 MTP2 stack is accessible from the SS7 MTP2 tab of the Global Status view.

### General view

The SS7 MTP2 general view provides information about the health of the MTP2 links. From this view you can know the status of MTP2 links by seeing if they are up or down. Selecting an active link will display the detailed view for that line.

![Select MTP2](https://docs.telcobridges.com/w/images/a/a1/Select_MTP2.jpg)

![Click MTP2 link](https://docs.telcobridges.com/w/images/7/72/Click_MTP2_link.jpg)

#### MTP2 Link Detailed Status

The MTP2 Link detailed status screen enables you to view the state of an MTP2 link and to modify the datalink state value for testing purposes.

**To modify the datalink state of an MTP2 link**

1. Select a value from the Datalink state combo box.
2. Click 'Apply States' to change the state.

**To reset the counters of this screen, do the following**

1. Select the 'Reset' status check box.
2. Click 'Now'.

![MTP2 Link Status](https://docs.telcobridges.com/w/images/b/b1/MTP2_Link_Status.jpg)

#### MTP2 Link Listing

The MTP2 Link listing, shown below, displays an expanded listing of each MTP2 link. In addition to indicating whether a link is up or down, this listing provides supplemental information. Selecting an MTP2 link from this listing displays its detailed information. For a full listing of all MTP2 Links, select MTP2 from the navigation panel, and choose the Status tab in the control panel.

![Detailed List](https://docs.telcobridges.com/w/images/a/a0/Detailed_List.jpg)


---

# 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-mtp2.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.
