> 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/creating-an-mtp3-network.md).

# Creating an MTP3 Network

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

After the MTP3 configuration is created, you must also create a new MTP3 network. An MTP3 network is created to define its point codes, link sets and routes. This can be done from the **MTP3 configuration** information panel

To create an MTP3 network:

1- Click **MTP3** in the navigation pane.

![Mtp3 0 A](https://docs.telcobridges.com/w/images/9/9b/Mtp3_0_A.png)

2- Click **Create New MTP3 Network** in the MTP3 configuration information panel

![CreateMtp3Network 0](https://docs.telcobridges.com/w/images/f/f2/CreateMtp3Network_0.png)

3- Configure the settings for the new network:

* Enter a **name** for the network
* Select a **sub service field**
* Select a **link type**
* Select the **point code length**
* Click **Create**

![CreateMtp3Network A1](https://docs.telcobridges.com/w/images/6/68/CreateMtp3Network_A1.png)

4- Verify that the **Mtp3Network was successfully created** message appears

![CreateMtp3Network 2](https://docs.telcobridges.com/w/images/b/be/CreateMtp3Network_2.png)

**Path**

```
/configurations/@[configuration_name]/mtp3_stacks/@[mtp3_name]/mtp3_networks/@[mtp3_network]
```

**Parameters (text)**

```
/configurations/@[configuration_name]/mtp3_stacks/@[mtp3_name]/mtp3_networks/@[mtp3_network]
link_type         = "ITU"
name              = "@[mtp3_link]"
point_code_length = "14bits format=3.8.3"
sub_service_field = "International"
```

**Parameters (json)**

```
{
  "link_type" : "ITU",
  "name" : "@[mtp3_network]",
  "point_code_length" : "14bits format=3.8.3",
  "sub_service_field" : "International"
}
```

### List of Parameters

* [Name](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/name/README.md)
* [Sub Service Field](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sub-service-field/README.md)
* [Link Type](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/link-type/README.md)
* [Point Code Length](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/dpc-length/README.md)


---

# 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/creating-an-mtp3-network.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.
