> 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-an-oc3-stm1-configuration.md).

# Create an OC3/STM1 Configuration

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

The STM1 and OC3 line interfaces can be configured to suit many needs, as shown in the STM1 and OC3 Configuration overview images. Each configuration begins with the creation of a line interface, which is followed by a parent line service. In turn, the parent line service is followed by one or more child line services. Each line service is assigned its payload type and this defines the capacity of the line service.

**STM1 Configuration Overview**

Multiple configuration paths are possible. An STM1 line interface begins with a VC4 line service. This line service could either have a VC3, VC11, or VC12 line service. For example, you could 1) configure one STM1 line interface with an AU4 payload, followed by 2) one VC4 line service with a TU12 payload, followed by 3) 63 VC12 line servcies with E1 payloads per VC4, followed by 4) one E1 line service for each VC12.

```
[[Image:STM1_LI_LS_Overview.png|750px]]
```

**OC3 Configuration Overview**

```
[[Image:OC3_LI_LS_Overview.png|750px]]
```

**Configuration Example 1: STM1->1x VC4->63x VC12->1x E1**

```
[[Image:STM1_VC4_LI_LS_UseCase.png|550px]]
```

* In this configuration, create one STM1 line interface. Then create one VC4 line service for the STM1 line interface. To the VC4 line service create up to 63 VC12 line services. Finally, to each VC12 line service assign one E1 line service.

| (Step 1) Create an STM1 Line Interface                                                                                                                                                     | (Step 2) Create a VC4 Line Service                                                                                                                                                   | (Step 3) Create VC12 Line Services                                                                                                                                                  | (Step 4) Create an E1 Line Service                                                                                                                              |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| \*[Create an STM1 Line Interface](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/creating-a-line-interface/README.md) \*\* Type = STM1 \*\* Payload = AU4 | \*[Create a VC4 Line Service](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/creating-a-line-service/README.md) \*\* Type = VC4 \*\* Payload = TU12 | \*[Create VC12 Line Services](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/creating-a-line-service/README.md) \*\* Type = VC12 \*\* Payload = E1 | \*[Create an E1 Line Service](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/creating-a-line-service/README.md) \*\* Type = E1 |

**Configuration Example 2: STM1->3x VC3->21x VC12->1x E1**

```
[[Image:STM1_VC3_LI_LS_UseCase.png|550px]]
```

* In this configuration, create one STM1 line interface. Then create three VC3 line services for the STM1 line interface. For each VC3 line service create up to 21 VC12 line services. Finally, to each VC12 line service assign one E1 line service.

| (Step 1) Create an STM1 Line Interface                                                                                                                                                     | (Step 2) Create a VC3 Line Service                                                                                                                                                   | (Step 3) Create VC12 Line Services                                                                                                                                                  | (Step 4) Create an E1 Line Service                                                                                                                              |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| \*[Create an STM1 Line Interface](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/creating-a-line-interface/README.md) \*\* Type = STM1 \*\* Payload = AU3 | \*[Create a VC3 Line Service](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/creating-a-line-service/README.md) \*\* Type = VC3 \*\* Payload = TU12 | \*[Create VC12 Line Services](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/creating-a-line-service/README.md) \*\* Type = VC12 \*\* Payload = E1 | \*[Create an E1 Line Service](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/creating-a-line-service/README.md) \*\* Type = E1 |

**Configuration Example 3: OC3->3xSTS1->3xDS3->28xT1**

(It could also be: OC3->3xSTS1->28xVT1.5->1xT1)

```
[[Image:OC3_STS1_LI_LS_UseCase.png|550px]]
```

In this configuration, create one OC3 line interface. Then create up to three STS1 line services for the OC3 line interface. To each STS1 line service create up to 28 VT1.5 line services. Finally, to each VC12 line service assign one T1 line service.

| (Step 1) Create an OC3 Line Interface                                                                                                                                                          | (Step 2) Create STS1 Line Services                                                                                                                                                                                                                                       | (Step 3) Create VT1.5 or DS3 Line Services                                                                                                                                                                                                                                                              | (Step 4) Create an T1 Line Service                                                                                                                                          |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| \*[Create an OC3 Line Interface](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/creating-an-oc3-line-interface/README.md) \*\* Type = OC3 \*\* Payload = STS3 | \*[Create STS1 Line Services](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/creating-a-sts1-line-service/README.md) \*\* There are 3x STS1 in an OC3 \*\* Payload = DS3 (For 3 DS3), VT1.5 (For 28 T1s) or VT2 (For 21 E1s - not used) | \*[Create DS3 or VT1.5 Line Services](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/creating-a-ds3-line-service/README.md) \*\* DS3 \*\*\* There are 1xDS3 per STS-1 \*\*\* DS3 Framing = M23 \*\* VT1.5 \*\*\* There are 28 VT1.5 per STS-1 \*\*\* Payload type = T1 | \*[Create an T1 Line Service](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/creating-a-line-service/README.md) \*\* Framing = ESF (or SF) |


---

# 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-an-oc3-stm1-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.
