UbiSwitch, SwitchBlox Industrial - BloxOsLite
๐ Allows VLAN control on the switchโs ports
vlan add [port <int>] [vid <int>] [{"pvid"}] [{"untagged"}]
| Property | Type | Description | Required? |
|---|---|---|---|
port |
int |
Port number. Must indicate a port which actually exists | โ |
vid |
int |
VLAN identifier for VLAN group. Must be between 1 and 4096. |
โ |
pvid |
string |
String literal for whether the VLAN identifier will be added as a the portโs default VLAN information | โ |
untagged |
string |
String literal for whether the packets egressing from the port should be untagged, as is the case for access ports | โ |
Available on v0.1.0 or higher.
vlan del [port <int>] [vid <int>]
| Property | Type | Description | Required? |
|---|---|---|---|
port |
int |
Port number. Must indicate a port which actually exists | โ |
vid |
int |
VLAN identifier for VLAN group. Must be between 1 and 4096. |
โ |
Available on v0.1.0 or higher.
Table of Contents