UbiSwitch, SwitchBlox Industrial - BloxOsLite
π Allows you to combine multiple ports together into a single logical link for added redundancy and bandwidth. Otherwise known as
Ethernet bonding. Due to the hardware design, we are unable to directly support Link Aggregation Control Protocol or LACP. Instead LAG groups are statically defined.
| Board name | Board SKU |
|---|---|
| UbiSwitch | BB-UBS-B-1 |
| UbiSwitch NDAA | BB-UBS-B-2-NDAA |
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