Code Docs

UbiSwitch, SwitchBlox Industrial - BloxOsLite

Conf Database Commands

📘 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.

Show Current Port Configuration

conf [port <int>]

Parameters

Property Type Description Required?
port int Switch port

Available on v1.0.0 or higher.

Show Current LAG Configuration

conf lag

Show current LAG groups and their member ports

Available on v1.0.0 or higher.

Show Current VLAN Configuration

conf vlan

Show current VLANs

Available on v1.0.0 or higher.

Save Current Configuration

conf save [{"port", "lag", "vlan"}] 

Parameters

Property Type Description Required?
type string Save either the port, LAG or VLAN configuration

Available on v1.0.0 or higher.

Delete Configuration from Database

conf clear [{"port", "lag", "vlan"}] 

Parameters

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