> 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/create-a-ds3-configuration.md).

# Create a DS3 Configuration

> **Applies to:** Tmedia 3.0, 3.2, 3.3

Create a DS3 line interface for as many as 3 physical DS3 lines. To each DS3 line interface assign it an index number from 0 to 2. Once this is done, assign a DS3 line service to each DS3 line interface. Finally, to the DS3 line service, either create up to 28 T1 line services or 21 E1 line services.

![DS3 LI LS UseCase](https://docs.telcobridges.com/w/images/5/53/DS3_LI_LS_UseCase.png)

| (Step 1) Create DS3 Line Interface(s)                                                                                                                               | (Step 2) Create DS3 Line Service(s)                                                                                                                                                                                                                                      | (Step 3) Create T1 or E1 Line Service(s)                                                                                                                                                                                                                                                                                       |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| \*[Create DS3 Line Interfaces](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/creating-a-line-interface/README.md) \*\* Type = DS3 | \*[Create DS3 Line Services](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/creating-a-line-service/README.md) \*\* Type = DS3 \*\* T1 or E1 payload \*\* Framing (M23, CBIT) \*\* AIS detection algorithm \*\* OOF detection algorithm | \*[Create T1 Line Services](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/creating-a-line-service/README.md) \*\* Type = T1 or \*[Create E1 Line Services](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/creating-a-line-service/README.md) \*\* Type = E1 |


---

# 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/create-a-ds3-configuration.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.
