> 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/use-cases/ip-network-configuration-use-case-management-on-eth0-eth1-h-248-sigtran-rtp-on-voip0-voip1-bonded.md).

# IP Network Configuration Use Case:Management on eth0/eth1, H.248 + Sigtran, RTP on voip0/voip1 (bonded)

> **Applies to:** Tmedia 2.8, 2.9, 2.10, 3.0, 3.2

### Three VLAN: VLAN 100 for management on bonded eth0/eth1, VLAN 200 for Sigtran and H.248, VLAN 300 for RTP on bonded voip0/voip1 ports

![UseCase maneth h248 sig RTP](https://docs.telcobridges.com/w/images/a/a5/UseCase_maneth_h248_sig_RTP.png)

|                                                                                                                                                                                                                                                                                                                                     | Configure IP Network A                                                                                                                                                                                                                                                                                                                | Configure IP Network B                                                                                                                                                                                                                                                                                                                | Configure IP Network C | Configure IP Network D |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- | ---------------------- |
| Vlan 100 bonded over eth0 and eth1 ports \*[Create Virtual Port](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/configuring-a-virtual-port/README.md) \*[Create IP Address](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/configuring-voip-interfaces/README.md) | Vlan 200 bonded over VOIP0 and VOIP1 ports \*[Create Virtual Port](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/configuring-a-virtual-port/README.md) \*[Create IP Address](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/configuring-voip-interfaces/README.md) | Vlan 300 bonded over VOIP0 and VOIP1 ports \*[Create Virtual Port](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/configuring-a-virtual-port/README.md) \*[Create IP Address](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/configuring-voip-interfaces/README.md) |                        |                        |
| Configure RTP                                                                                                                                                                                                                                                                                                                       | Configure SIGTRAN                                                                                                                                                                                                                                                                                                                     | Configure H.248                                                                                                                                                                                                                                                                                                                       |                        |                        |
| \*[Configure SIGTRAN](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/web-portal-2-8-protocol-stacks/README.md#ss7-isup) Use virtual port with vlan 200                                                                                                                                             | \*[Configure RTP NAP](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/allocating-a-voip-network-access-point-nap/README.md) Use RTP port range created with vlan 300                                                                                                                                  | \*[Configure H.248](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/web-portal-2-8-protocol-stacks/README.md#h248-megaco) Use virtual port with vlan 200                                                                                                                                              |                        |                        |

### Sample Configuration

![4D Virtual port configuration 1](https://docs.telcobridges.com/w/images/7/71/4D_Virtual_port_configuration_1.png) ![4D IP Interface configuration 1](https://docs.telcobridges.com/w/images/f/f3/4D_IP_Interface_configuration_1.png)


---

# 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/use-cases/ip-network-configuration-use-case-management-on-eth0-eth1-h-248-sigtran-rtp-on-voip0-voip1-bonded.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.
