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

# Network Monitoring Status

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

There are multiple ways to verify the status of network monitoring. 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 **Monitoring** tab.

![StatusMonitoring 0](https://docs.telcobridges.com/w/images/b/b8/StatusMonitoring_0.png)

The monitoring status is displayed, as two sub-tabs.

The first tab contains a summary of ISDN analyzers status, indicating which are available (all line services are up), partially available (some line services are down) or unavailable (all line services are down).

![StatusMonitoring 1 ISDN](https://docs.telcobridges.com/w/images/c/cb/StatusMonitoring_1_ISDN.png)

The second tab contains a summary of SIP simulators status, indicating which are available (all destinations available), partially available (some destinations unavailable) or unavailable (all destinations unavailable).

![StatusMonitoring 1 Simulator](https://docs.telcobridges.com/w/images/4/47/StatusMonitoring_1_Simulator.png)

## ISDN Analyzers Status (Navigation Panel)

1- Click **ISDN Analyzers** from the navigation panel.

![StatusMonitoring 2 ISDN](https://docs.telcobridges.com/w/images/9/92/StatusMonitoring_2_ISDN.png)

2- Click the **Status** tab.

* A summary of per-analyzer status is displayed.
* Select a ISDN analyzer from the list.

![StatusMonitoring 3 ISDN](https://docs.telcobridges.com/w/images/e/e1/StatusMonitoring_3_ISDN.png)

The ISDN Analyzer status is displayed.

![StatusMonitoring 4 ISDN](https://docs.telcobridges.com/w/images/a/a7/StatusMonitoring_4_ISDN.png)

**Path**

```
/configurations/@[configuration_name]/mon_isdn_analyzers/@[isdn_analyzer]/status
```

## SIP Simulator Status (Navigation Panel)

1- Click **SIP Simulators** from the navigation panel.

![StatusMonitoring 2 simulator](https://docs.telcobridges.com/w/images/5/51/StatusMonitoring_2_simulator.png)

2- Click the **Status** tab.

* A summary of per-simulator status is displayed.
* Select a SIP Simulator from the list.

![StatusMonitoring 3 simulator](https://docs.telcobridges.com/w/images/6/65/StatusMonitoring_3_simulator.png)

The SIP Simulator status is displayed.

![StatusMonitoring 4 simulator](https://docs.telcobridges.com/w/images/6/6e/StatusMonitoring_4_simulator.png)

**Path**

```
/configurations/@[configuration_name]/mon_sip_simulators/@[sip_simulator]/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/network-monitoring-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.
