Readonly
The diagnostics for a network device. For the BridgeBox there should be a local and remote device.
{ "networkDevices": { "local": { "interfaceName": "ETH0", "physicalLocation": "LOC", "networkRole": "CCO", "terminalEndpointIdentifier": "192.168.1.1", "bridgedDestinationAddress": "00:1A:2B:3C:4D:5E", "outboundRate": "100", "inboundRate": "100", "chipset": "Qualcomm", "firmwareVersion": "1.0.0" }, "remote": { "interfaceName": "ETH1", "physicalLocation": "REM", "networkRole": "STA", "terminalEndpointIdentifier": "192.168.1.2", "bridgedDestinationAddress": "00:1A:2B:3C:4D:5F", "outboundRate": "50", "inboundRate": "50", "chipset": "Broadcom", "firmwareVersion": "1.0.0" }} Copy
{ "networkDevices": { "local": { "interfaceName": "ETH0", "physicalLocation": "LOC", "networkRole": "CCO", "terminalEndpointIdentifier": "192.168.1.1", "bridgedDestinationAddress": "00:1A:2B:3C:4D:5E", "outboundRate": "100", "inboundRate": "100", "chipset": "Qualcomm", "firmwareVersion": "1.0.0" }, "remote": { "interfaceName": "ETH1", "physicalLocation": "REM", "networkRole": "STA", "terminalEndpointIdentifier": "192.168.1.2", "bridgedDestinationAddress": "00:1A:2B:3C:4D:5F", "outboundRate": "50", "inboundRate": "50", "chipset": "Broadcom", "firmwareVersion": "1.0.0" }}
MAC of corresponding ethernet IFace behind VDSL
Hardware chipset name
The device firmware version
Inbound transfer rate (in Mbps)
Network interface name.
e.g. "ETH0", "ETH1", etc
The role of the device in the network. Can be either Central Coordinator (CCO) or Station (STA).
NetworkRole
Outbound transfer rate (in Mbps)
The physical location of the device. Can be either local or remote.
PhysicalLocation
The location address of the device.
The diagnostics for a network device. For the BridgeBox there should be a local and remote device.
Example