BloxOsLite (UbiSwitch, SwitchBlox Industrial)
π Allows you to combine multiple ports together into a single logical link for added redundancy and bandwidth. Otherwise known as
Ethernet bonding
| Board name | Board SKU |
|---|---|
| UbiSwitch | BB-UBS-B-1 |
lag create [<string>]
Create an LAG interface that you can add/remove ports from.
| Property | Type | Description | Required? |
|---|---|---|---|
id |
string |
Name given to the LAG group. Must be 4 characters or less. | β |
bnd0Available on v0.1.0 or higher.
lag del [<string>]
Delete an LAG interface.
| Property | Type | Description | Required? |
|---|---|---|---|
id |
string |
Name given to the LAG group. Must be 4 characters or less. The LAG must not have any ports added and itβs name must exist. | β |
bnd0Available on v0.1.0 or higher.
lag add [id <str>] [port <int>]
| Property | Type | Description | Required? |
|---|---|---|---|
id |
string |
Name given to the LAG group. Must be 4 characters or less. The LAG must not have any ports added and itβs name must exist. | β |
port |
int |
Switch port to add to LAG | β |
Available on v0.1.0 or higher.
lag leave [id <str>] [port <int>]
| Property | Type | Description | Required? |
|---|---|---|---|
id |
string |
Name given to the LAG group. Must be 4 characters or less. The LAG must not have any ports added and itβs name must exist. | β |
port |
int |
Switch port to remove from LAG | β |
Available on v0.1.0 or higher.
Table of Contents