BloxOsLite (UbiSwitch, SwitchBlox Industrial)
[port <int>] phy
Property | Type | Description | Required? |
---|---|---|---|
port |
int |
Switch port with PHY | ✅ |
Available on v1.0.0
or higher.
[port <int>] phy [autoneg {"off", "on"}] [speed <int>] [duplex {"full", "half"}] [advertise <int> <int> ...]
Property | Type | Description | Required? |
---|---|---|---|
port |
int |
Switch port PHY number | ✅ |
autoneg |
string |
String literal describing whether the port’s PHY should enable auto-negotiation. | ❌ |
speed |
int |
PHY speed if auto-negotiation disabled. Must be (10, 100, 200, 1000, 2500, 5000, 10000). Required if auto-negotiation is disabled. | ❌ |
duplex |
string |
PHY duplex if auto-negotiation disabled. String literal must be “full” or “half” . Required if auto-negotiation is disabled. |
❌ |
advertise |
List[int] |
The advertised link modes supported by the PHY. You can add support for multiple link modes by providing a list of ints. | |
0x01 - 10BaseT half |
|||
0x02 - 10BaseT full |
|||
0x04 - 100BaseT half |
|||
0x08 - 100BaseT full |
|||
0x10 - 1000BaseT half |
|||
0x20 - 1000BaseT full |
❌ |
Available on v0.2.0
or higher.
*Currently only available on UbiSwitch
[port <int>] temperature
Property | Type | Description | Required? |
---|---|---|---|
port |
int |
Switch port PHY number | ✅ |
Available on v0.3.1
or higher.
*Currently only available on UbiSwitch
[port <int>] eee [{"on", "off"}]
Property | Type | Description | Required? |
---|---|---|---|
port |
int |
Switch port PHY number | ✅ |
eee |
string |
on for advertise EEE to link partner, off for no advertisement EEE to link partner |
✅ |
Available on v0.4.0
or higher.
[port <int>] phy power {"on", "off"}
Property | Type | Description | Required? |
---|---|---|---|
port |
int |
Switch port number | ✅ |
power |
string |
Power state of the PHY. String literal must be "on" or "off" |
✅ |
Available on v1.0.0
or higher.
[port <int>] sfp
Property | Type | Description | Required? |
---|---|---|---|
port |
int |
Switch port number | ✅ |
Available on v1.0.0
or higher.
Table of Contents