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

# SCCP Status

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

This article illustrates how to view SS7 SCCP status and to set a periodic refresh of the SCCP 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 **SS7 SCCP** tab.

![TabSccp 0](https://docs.telcobridges.com/w/images/2/27/TabSccp_0.png)

The status of the SCCP protocol stack is displayed.

![StatusSccp 0](https://docs.telcobridges.com/w/images/c/c0/StatusSccp_0.png)

#### Navigation Panel

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

![StatusSccp 1](https://docs.telcobridges.com/w/images/e/ed/StatusSccp_1.png)

2- Click the **Status** tab.

![StatusSccp 2](https://docs.telcobridges.com/w/images/6/6c/StatusSccp_2.png)

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

![StatusSccp 3](https://docs.telcobridges.com/w/images/0/02/StatusSccp_3.png)

4- To view the status of the Sccp Network, click the **Networks** tab.

![StatusSccp 3a](https://docs.telcobridges.com/w/images/c/c2/StatusSccp_3a.png)

* The SCCP network status is displayed.

![StatusSccp 4](https://docs.telcobridges.com/w/images/a/ae/StatusSccp_4.png)

![StatusSccp 5](https://docs.telcobridges.com/w/images/f/f3/StatusSccp_5.png)

**Path**

```
/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/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/sccp-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.
