Port Management

Endpoints

JSON structure.

{
    "id": 1,
    "name": "1",
    "type": "QSFP_M",
    "available": true
    "state": {
        "id": 1,
        "autoneg": false,
        "link": "down",
        "enable": true
        "speed": "10G"
    },
    "config": {
        "id": 1,
        "enable": true,
        "speed": "10G",
        "tx_disable": true,
        "label": null
    },
    "transceiver": {
        "id": 1,
        "present": true,
        "vendor": "Fiberstore",
        "partnum": "SFP28-25G-DAC",
        "serialnum": "Q1708170009-1",
        "type": "DAC",
        "temp": 0,
        "vcc": 0,
        "txbias": 0,
        "tx": 0,
        "rx": 0,
        "tx_disable": true
    }
}

Possible Speeds:

Speed Description
1G Set single line speed to 1G
10G Set single line speed to 10G
25G Set single line speed to 25G
40G Set quad line speed to 40G
100G Set quad line speed to 100G and disable FEC
100G_FEC_RS Set quad line speed to 100G and enable FEC as RS
100G_FEC_FC Set quad line speed to 100G and enable FEC as FC
4X10G Split quad line in 4 times 10G
4X25G Split quad line in 4 times 25G
2X50G Split quad line in 2 times 50G
AUTONEG Enable speed autonegotiation on port

Back to X2-SERIES API Home