> 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/configuring-a-virtual-port.md).

# Configuring a Virtual Port

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

One or more virtual ports can be created to manage IP traffic.

### To configure a virtual port

1. Select **IP Interfaces** from the navigation panel

![Create Voip Interface 0](https://docs.telcobridges.com/w/images/7/7d/Create_Voip_Interface_0.png)

2. Click the **Virtual Ports** tab.

* Click **Create New Virtual Port**

![VirtualPort 0](https://docs.telcobridges.com/w/images/8/85/VirtualPort_0.png)

3. Configure the virtual port.

* Enter a name for the virtual port
* Select the hardware device to which the virtual port is assinged
* Enter a VLAN ID
* Click **Create**

![VirtuaPort 1](https://docs.telcobridges.com/w/images/f/f4/VirtuaPort_1.png)

4. From the Available ports window, select a physical port to which the virtual port is assigned. Note that this window is scrollable.

![VirtuaPort 2](https://docs.telcobridges.com/w/images/8/82/VirtuaPort_2.png)

The selected port is displayed in the current physical ports window.

![VirtualPort 3](https://docs.telcobridges.com/w/images/5/5d/VirtualPort_3.png)

**Path**

```
/configurations/@[configuration_name]/hardware_units/@[hardware_name]/virtual_ports/@[port_name]
```

**Parameters (text)**

```
/configurations/@[configuration_name]/hardware_units/@[hardware_name]/virtual_ports/@[port_name]
ethernet_ports = [ "@[port_name]" ]
name           = "@[port_name]"
untagged       = true
vid            = 0
```

**Parameters (json)**

```
{
  "ethernet_ports" : [
    "@[port_name]"
  ],
  "name" : "@[port_name]",
  "untagged" : true,
  "vid" : 0
}
```

### List of Parameters

* [Name](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/name/README.md)
* [Unit to create for](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/unit-to-create-for/README.md)
* [Untagged](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/untagged/README.md)
* [VLAN ID](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/vlan-id/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/configuring-a-virtual-port.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.
