> 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-isup-network.md).

# Creating an ISUP Network

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

After you create an ISUP stack, you must create a ISUP network.

The ISUP network communicates with the ISUP protocol layer about the collection of SS7 nodes that are accessible through MTP3 or M3UA. Based on your system configuration, you must create one or more ISUP networks. Repeat this procedure for as many networks as you require.

**NOTE:** An ISUP network can be used by multiple ISUP interfaces even if they are members of different ISUP userpart; for example, to support multiple switch variants for a single SS7 network.

To create an ISUP network:

1- Click **ISUP** in the navigation panel.

![CreateIsupStack 0](https://docs.telcobridges.com/w/images/7/71/CreateIsupStack_0.png)

2- Select the ISUP stack

![SelectIsupStack 0](https://docs.telcobridges.com/w/images/5/5f/SelectIsupStack_0.png)

3- Click "Create New ISUP Network" in the ISUP stack configuration window

![Create ISUP Network 0](https://docs.telcobridges.com/w/images/1/18/Create_ISUP_Network_0.png)

4- Configure the new ISUP network:

* Enter a **name** for the network
* Select **MTP3** or **M3UA** as the **type of network to bind**
* Select a **MTP3 network** or a **M3UA network**
* Click **Create**

![Create ISUP Network 1](https://docs.telcobridges.com/w/images/8/82/Create_ISUP_Network_1.png)

5- Verify that the **"IsupNetwork was successfully created"** message is displayed.

![Create ISUP Network 2](https://docs.telcobridges.com/w/images/b/b8/Create_ISUP_Network_2.png)

**Path**

```
/configurations/@[configuration_name]/isup_stacks/@[isup_stack]/isup_networks/@[isup_network]
```

**Parameters (text)**

```
/configurations/@[configuration_name]/isup_stacks/@[isup_stack]/isup_networks/@[isup_network]
bound_m3ua_userpart = ""
bound_mtp3_network  = "@[mtp3_network]"
bound_type          = "MTP3"
name                = "@[isup_network]"
```

**Parameters (json)**

```
{
  "bound_m3ua_userpart" : "",
  "bound_mtp3_network" : "@[mtp3_network]",
  "bound_type" : "MTP3",
  "name" : "@[isup_network]"
}
```

### List of Parameters

* [Name](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/name/README.md)
* [Type of Network to Bind](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/type-of-network-to-bind/README.md)
* **Depending on the type chosen:**
  * [MTP3 Network](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/mtp3-network/README.md)
  * [M3UA Userpart](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/m3ua-network/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-isup-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.
