> 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-ip-port-range.md).

# Creating an IP Port Range

#### ***Applies to version(s): v2.7***

Now that you have properly allocated all of your system's physical interfaces, you must create a new RTP port range.

To create an RTP port range:

1- Click **IP Interfaces** in the navigation panel

![IpInterface 0](https://docs.telcobridges.com/w/images/1/1c/IpInterface_0.png)

2- In the IP Interfaces window, click **Create New Port Range**

![Toolpack v2.5 Create Port Range](https://docs.telcobridges.com/w/images/e/e4/Toolpack_v2.5_Create_Port_Range.png)

3- Create the new RTP port range:

* Enter a **name** for the port range
* Select an **IP interface**
* Enter a **port min** value
* Enter a **port max** value
* Click **Create**

![Toolpack v2.5 Creating Port Range](https://docs.telcobridges.com/w/images/d/dd/Toolpack_v2.5_Creating_Port_Range.png)

4- Verify that the **"PortRange was successfully created"** message appears

![Toolpack v2.5 Port Range Created](https://docs.telcobridges.com/w/images/e/e8/Toolpack_v2.5_Port_Range_Created.png)

### List of Parameters

* [Name](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/name/README.md)
* [IP Interface](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/ip-interface/README.md)
* [Port Min](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/port-min/README.md)
* [Port Max](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/port-max/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-ip-port-range.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.
