> 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-vlan.md).

# Configuring a VLAN

> **Applies to:** SBC 3.1, 3.3

After you create a virtual port, you must create a new VLAN.

### To configure a VLAN

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

![Create Vlan Interface Tsbc 0](https://docs.telcobridges.com/w/images/b/ba/Create_Vlan_Interface_Tsbc_0.png)

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

* Select a Virtual Port

![Create Vlan Interface Tsbc 1](https://docs.telcobridges.com/w/images/2/29/Create_Vlan_Interface_Tsbc_1.png)

3. Create a VLAN that uses this virtual port

* Click **Create new Host VLAN**

![Create Vlan Interface Tsbc 2](https://docs.telcobridges.com/w/images/c/c1/Create_Vlan_Interface_Tsbc_2.png)

4. Configure the new VLAN

**Important Note**

Vlans can be configured on the SBC in these cases:

* Baremetal installation
* VMware installation with Passthrough or SR-IOV network interfaces
* VMware installation with a network interface using vlan ID 4095

Vlans should **not** be configured on the SBC in this case:

* VMware installation with network interfaces using vlans from 1 to 4094 In this case, all interfaces on the SBC should be configured as untagged. Vlans are configured in the VMware port Groups.

Please check here: [How to add VMware Network Interfaces](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/operations/vmware-adding-network-interfaces/README.md)

If VLANs must be configured, follow these steps:

* Enter a name for the VLAN
* If the port is to be used untagged, make sure **Untagged** is checked.
* If the port is to be used with a 802.1Q tag, uncheck **Untagged** and enter a VLAN ID.
* Click **Create**

![Create Vlan Interface Tsbc 3](https://docs.telcobridges.com/w/images/9/91/Create_Vlan_Interface_Tsbc_3.png)

OR

![Create Vlan Interface Tsbc 4](https://docs.telcobridges.com/w/images/5/52/Create_Vlan_Interface_Tsbc_4.png)

### List of Parameters

* [Name](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/name/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)
* [Allow ICMP](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/allow-icmp/README.md)
* [Allow IP fragmentation](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/allow-ip-fragmentation/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-vlan.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.
