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 which you can add/remove ports from.
Property | Type | Description | Required? |
---|---|---|---|
id |
string |
Name given to the LAG group. Must be 4 characters or less. | β |
bnd0
Available 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. | β |
bnd0
Available 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.
This allows you to save the current LAG configuration stored in the switch into memory so that the configuration will be written on reset.
lag save
Available on v0.1.0
or higher.
This allows you to clear the saved LAG configuration from memory so that on reset, no LAG configuration will be loaded.
lag clear
Available on v0.1.0
or higher.
lag show
Available on v0.1.0
or higher.
Table of Contents