UbiSwitch, SwitchBlox Industrial - BloxOsLite
📘 Allows you to save configurations written to the switch chip in non-volatile memory. This does not change the real time settings of the switch chip on the board; that is split into separate commands.
conf [port <int>]
| Property | Type | Description | Required? |
|---|---|---|---|
port |
int |
Switch port | ✅ |
Available on v1.0.0 or higher.
conf lag
Show current LAG groups and their member ports
Available on v1.0.0 or higher.
conf vlan
Show current VLANs
Available on v1.0.0 or higher.
conf save [{"port", "lag", "vlan"}]
| Property | Type | Description | Required? |
|---|---|---|---|
type |
string |
Save either the port, LAG or VLAN configuration | ✅ |
Available on v1.0.0 or higher.
conf clear [{"port", "lag", "vlan"}]
| Property | Type | Description | Required? |
|---|---|---|---|
type |
string |
Delete the port, LAG or VLAN configuration from database. Does not change any registers on the switch chip | ✅ |
Available on v1.0.0 or higher.
Table of Contents