> 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/telecom-references/protocols/mtp2-timers.md).

# MTP2 Timers

A total of 6 timers can be set as part of the common link configuration process. They are as follows (with definitions):

| Timer    | Description                                                                                                                                                                                    |
| -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| T1 Timer | Alignment ready timer (the same as TTC JT-Q.703 remote verification in progress timer). Typical value is 40000 milliseconds (40 seconds) for ITU and 13000 milliseconds (13 seconds) for ANSI. |
| T2 Timer | Not aligned timer (the same as TTC JT-Q.703 wait for remote startup in progress timer). Typical value is 5000 milliseconds (5 seconds) for ITU and 11800 milliseconds (11.8 seconds) for ANSI. |
| T3 Timer | Aligned timer (the same as TTC JT-Q.703 initialization in progress timer). Typical value is 1500 milliseconds (1.5 seconds) for ITU and 11800 milliseconds (11.8 seconds) for ANSI.            |
| T5 Timer | Sending SIB timer. Typical value is 100 milliseconds (0.1 second).                                                                                                                             |
| T6 Timer | Remote congestion timer. Typical value is 3000 milliseconds (3 seconds).                                                                                                                       |
| T7 Timer | Excessive delay of acknowledgment timer. Typical value is 1000 milliseconds (1 second).                                                                                                        |

**NOTE:** For all timers, a value of '0' is not permitted. Also, please note that there is no T4 Timer.

#### Screenshot

The following screenshot shows the fields for configuring timers in the MTP2 link configuration process.

![MTP2 link configuration timers](https://docs.telcobridges.com/w/images/7/70/MTP2-link-configuration-timers.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/telecom-references/protocols/mtp2-timers.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.
