# Switch Settings

### Network ports <a href="#switchsettings-networkports" id="switchsettings-networkports"></a>

Each family device has 3 ports:

* ge0 - combo port, depends on physical connection type can be Gigabit Ethernet 1000BASE-T or SFP Port 1000BASE-X (to specify the connection type see "Wired interface" section on the Dashboard);
* radio - internal radio interface;
* mgmt - internal interface for device management.

<figure><img src="/files/Gvemept2H9EGzNeXR6Te" alt=""><figcaption></figcaption></figure>

Only ge0 interface is available to configure. The following parameters can be changed:

* **Status:** enabled/disabled.
* **Duplex:** duplex mode, "auto" is by default.
* **Description:** arbitrary text description.

<figure><img src="/files/7YQyyvam5TDlRKmOucur" alt="" width="289"><figcaption></figcaption></figure>

### QoS <a href="#switchsettings-qos" id="switchsettings-qos"></a>

Enable/disable prioritization strategy. Unit will recognize the 802.1p tags in Ethernet frame headers. Based on these tags priorities will be autlomatically assigned to the frames when they are sent over the radio interface. After transmission over radio interface frames with tags are sent to Ethernet. Priorities may be adjusted manually if a VLAN based switching is enabled.

### VLAN based switching <a href="#switchsettings-vlanbasedswitching" id="switchsettings-vlanbasedswitching"></a>

VLAN based switching allows to create list of allowed VLANs and their handling on the unit switch plane. If VLAN based switching is enabled but no VLANs are added, device ports will allow untagged traffic only. Each entry of list establishes the relationship between VLAN ID and ports VLAN modes. "VLAN 1" is created by default and could not be deleted, it's enough to set all interfaces to "off" mode to disable it.

<figure><img src="/files/0wcVzNZfVp5vbVig92G3" alt="" width="458"><figcaption></figcaption></figure>

<table data-header-hidden><thead><tr><th width="187"></th><th></th></tr></thead><tbody><tr><td>VLAN ID</td><td><p>VLAN tag in range from 1 to 4095. May be set in a few ways, examples:</p><ul><li>12</li><li>10-20</li><li>100,200,300</li><li>23,24,25,50-100</li></ul></td></tr><tr><td>Description</td><td>Arbitrary text description.</td></tr><tr><td>Priority</td><td>Allows to set the priority of a specific VLAN according to 802.1p ranging from 0 to 7, where 0 - the lowest priority level, 7 - the highest, the QoS support function must be enabled.</td></tr><tr><td>Port mode</td><td><p>VLAN mode should be set for each of network ports. Mode determines the way which VLAN tagged network packets will be handled by switch. There are three ports modes:</p><ul><li>Off - denies all traffic of a specified VLAN. If none of the modes is selected, the port will be marked as "Off".</li><li>Access - operates as access port, allows only untagged traffic.</li><li>Tagged - operates as trunk port, allows tagged traffic of a specific VLAN to pass through this port</li><li>Untagged - operates as trunk port, allows untagged traffic of a specific VLAN to pass through this port.</li></ul></td></tr></tbody></table>

<figure><img src="/files/lv1WrzdmOtuw7hxaORf1" alt="" width="295"><figcaption></figcaption></figure>

#### Connectivity matrix <a href="#switchsettings-connectivitymatrix" id="switchsettings-connectivitymatrix"></a>

Allows to configure the traffic transfer between the network ports of the device. Configuration is performed visually using switches. The green switch indicates allowed connections, the red one - denied.

Traffic flow between ports is performed in accordance with VLAN modes set, if the VLAN based switching is enabled.

<figure><img src="/files/wDyaISGCDgapD1zoIvRm" alt="" width="305"><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://wiki.astrawireless.net/astra-wireless-documentation/technical-documentation/astra-quanta-technical-user-manual/operation-and-administration/switch-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
