跳转到内容
Ask AI

Transceiver

此内容尚不支持你的语言。

URLGETPOSTPATCHPUTDELETE
/rest/v1/running/interfaces/{name}/transceiverYYYNY
/rest/v1/rpc/sfp-resetNYNNN
/rest/v1/rpc/show-interface-transceiver-eepromNYNNN
/rest/v1/rpc/show-interface-transceiver-error-statusNYNNN
/rest/v1/rpc/show-interface-transceiver-lpmodeNYNNN
/rest/v1/rpc/show-interface-transceiver-presenceNYNNN
POST HTTPS://{switch IP}/rest/v1/rpc/sfp-reset
POST HTTPS://{switch IP}/rest/v1/rpc/show-interface-transceiver-error-status

response:

{
"entry": [
{
"interface": "Ethernet1",
"error-status": "OK"
},
......
{
"interface": "Ethernet56",
"error-status": "Unplugged"
}
]
}
POST HTTPS://{switch IP}/rest/v1/rpc/show-interface-transceiver-lpmode

response:

{
"entry": [
{
"interface": "Ethernet1",
"low-power-mode": "Not support"
},
......
{
"interface": "Ethernet56",
"low-power-mode": "Not support"
}
]
}
POST HTTPS://{switch IP}/rest/v1/rpc/show-interface-transceiver-eeprom
{
"detail": "true"
}

response:

{
"eeprom": [
{
"interface": "Ethernet1",
"status": "SFP EEPROM detected",
"detected": true,
"monitor-data": {
"group": [
{
"name": "MonitorData",
"item": [
{
"name": "RXPower",
"value": "-3.615dBm"
},
{
"name": "TXBias",
"value": "6.264mA"
},
{
"name": "TXPower",
"value": "-1.113dBm"
},
{
"name": "Temperature",
"value": "45.867C"
},
{
"name": "Vcc",
"value": "3.251Volts"
}
]
}
]
},
"threshold-data": {
"group": [
{
"name": "ThresholdData",
"item": [
{
"name": "TempHighAlarm",
"value": "85.0C"
},
{
"name": "TempHighWarning",
"value": "80.0C"
},
{
"name": "TempLowAlarm",
"value": "-10.0C"
},
{
"name": "TempLowWarning",
"value": "-5.0C"
},
{
"name": "VccHighAlarm",
"value": "3.6Volts"
},
{
"name": "VccHighWarning",
"value": "3.5Volts"
},
{
"name": "VccLowAlarm",
"value": "2.8Volts"
},
{
"name": "VccLowWarning",
"value": "2.9Volts"
},
{
"name": "RxPowerHighAlarm",
"value": "1.0dBm"
},
{
"name": "RxPowerHighWarning",
"value": "0.0dBm"
},
{
"name": "RxPowerLowAlarm",
"value": "-15.003dBm"
},
{
"name": "RxPowerLowWarning",
"value": "-14.001dBm"
},
{
"name": "TxBiasHighAlarm",
"value": "15.0mA"
},
{
"name": "TxBiasHighWarning",
"value": "12.0mA"
},
{
"name": "TxBiasLowAlarm",
"value": "0.5mA"
},
{
"name": "TxBiasLowWarning",
"value": "1.0mA"
},
{
"name": "TxPowerHighAlarm",
"value": "1.0dBm"
},
{
"name": "TxPowerHighWarning",
"value": "0.0dBm"
},
{
"name": "TxPowerLowAlarm",
"value": "-9.003dBm"
},
{
"name": "TxPowerLowWarning",
"value": "-8.002dBm"
}
]
}
]
},
"attribute": [
{
"name": "Application Advertisement",
"value": "N/A"
},
{
"name": "Connector",
"value": "LC"
},
{
"name": "Encoding",
"value": "64B/66B"
},
{
"name": "Extended Identifier",
"value": "GBIC/SFP defined by two-wire interface ID"
},
{
"name": "Extended RateSelect Compliance",
"value": "Unknown"
},
{
"name": "Identifier",
"value": "SFP/SFP+/SFP28"
},
{
"name": "Length OM3(10m)",
"value": "30.0"
},
{
"name": "Nominal Bit Rate(100Mbs)",
"value": "103"
},
{
"name": "Vendor Date Code(YYYY-MM-DD Lot)",
"value": "2019-07-10"
},
{
"name": "Vendor Name",
"value": "OEM"
},
{
"name": "Vendor OUI",
"value": "00-00-00"
},
{
"name": "Vendor PN",
"value": "TSSP85B33CDL03"
},
{
"name": "Vendor Rev",
"value": "A"
},
{
"name": "Vendor SN",
"value": "STST85S92800131"
},
{
"name": "Wavelength",
"value": "850.0 nm"
}
],
"section": [
{
"name": "Specification compliance",
"item": [
{
"name": "10G Ethernet Compliance",
"value": "10GBASE-SR"
},
{
"name": "Extended Specification Compliance",
"value": "Unspecified"
},
{
"name": "Fibre Channel Link Length",
"value": "Intermediate distance (I)"
},
{
"name": "Fibre Channel Transmitter Technology",
"value": "Shortwave laser w/o OFC (SN)"
},
{
"name": "Secondary Extended Specification Compliance",
"value": "Unspecified"
}
]
}
]
},
......
{
"interface": "Ethernet56",
"status": "SFP EEPROM Not detected",
"detected": true,
"attribute": [],
"section": []
}
]
}
POST HTTPS://{switch IP}/rest/v1/rpc/show-interface-transceiver-presence

response:

{
"entry": [
{
"interface": "Ethernet1",
"presence": "Present"
},
......
{
"interface": "Ethernet56",
"presence": "Not present"
}
]
}
POST HTTPS://{switch IP}/rest/v1/running/interfaces/Ethernet1/transceiver
{
"lpmode": "true"
}
POST HTTPS://{switch IP}/rest/v1/running/interfaces/Ethernet1/transceiver
{
"lpmode": "true"
}

Tree Diagrams

+--rw interfaces
+--rw interface* [name]
+--rw transceiver
+--rw lpmode?

Table of Properties

NameRequiredType/RangeDescription
interfacesMPath-only node, has no configurable value. Interface parameters.
nameMEthernet name(sub-property of interfaces) The name of the interface.
transceiverM(sub-property of interfaces) Path-only node, has no configurable value.
lpmodeO”true""false”(sub-property of transceiver) low-power mode for interface SFP transceiver module. Default value: “false”

Tree Diagrams

+---x sfp-reset
| +---w input
| +---w interface

Table of Properties

NameRequiredType/RangeDescription
sfp-resetMPath-only node, has no configurable value. Reset interface SFP transceiver module.
interfaceMEthernet name(sub-property of input)

Tree Diagrams

+---x show-interface-transceiver-error-status
| +---w input
| | +---w interface?
| +--ro output
| +--ro entry* [interface]
| | +--ro interface
| | +--ro error-status?
| +--ro raw-result?

Table of Properties

NameRequiredType/RangeDescription
show-interface-transceiver-error-statusMPath-only node, has no configurable value.Show error status information of SFP transceiver.
interfaceOEthernet name(sub-property of input)
entryRO(sub-property of output)Path-only node, has no configurable value.
interfaceROstring(sub-property of entry)
error-statusROstring(sub-property of entry)
raw-resultROstring(sub-property of output)Original CLI output for compatibility and rendering.

Tree Diagrams

+---x show-interface-transceiver-lpmode
| +---w input
| | +---w interface?
| +--ro output
| +--ro entry* [interface]
| | +--ro interface
| | +--ro low-power-mode?
| +--ro raw-result?

Table of Properties

NameRequiredType/RangeDescription
show-interface-transceiver-lpmodeMPath-only node, has no configurable value.Show low-power mode information of SFP transceiver.
interfaceOEthernet name(sub-property of input)
entryRO(sub-property of output)Path-only node, has no configurable value.
interfaceROstring(sub-property of entry)
low-power-modeROstring(sub-property of entry)
raw-resultROstring(sub-property of output)Original CLI output for compatibility and rendering.

Tree Diagrams

+---x show-interface-transceiver-presence
| +---w input
| | +---w interface?
| +--ro output
| +--ro entry* [interface]
| | +--ro interface
| | +--ro presence?
| +--ro raw-result?

Table of Properties

NameRequiredType/RangeDescription
show-interface-transceiver-presenceMPath-only node, has no configurable value.Show presence information of SFP transceiver.
interfaceOEthernet name(sub-property of input)
entryRO(sub-property of output)Path-only node, has no configurable value.
interfaceROstring(sub-property of entry)
presenceROstring(sub-property of entry)
raw-resultROstring(sub-property of output)Original CLI output for compatibility and rendering.

Tree Diagrams

+---x show-interface-transceiver-eeprom
+---w input
| +---w interface?
| +---w detail?
+--ro output
+--ro eeprom* [interface]
| +--ro interface
| +--ro status?
| +--ro detected?
| +--ro attribute* [name]
| | +--ro name
| | +--ro value?
| +--ro section* [name]
| | +--ro name
| | +--ro item* [name]
| | +--ro name
| | +--ro value?
| +--ro monitor-data
| | +--ro group* [name]
| | +--ro name
| | +--ro item* [name]
| | +--ro name
| | +--ro value?
| +--ro threshold-data
| +--ro group* [name]
| +--ro name
| +--ro item* [name]
| +--ro name
| +--ro value?
+--ro raw-result?

Table of Properties

NameRequiredType/RangeDescription
show-interface-transceiver-eepromMPath-only node, has no configurable value.Show Electrically Erasable.Programmable ROM(EEPROM) information of SFP transceiver.
interfaceOEthernet name(sub-property of input)
detailO”true""false”(sub-property of input)Digital Optical Monitoring (DOM) data.
eepromRO(sub-property of output)Path-only node, has no configurable value.
interfaceROstring(sub-property of eeprom)
statusROstring(sub-property of eeprom)
detectedRO”true""false”(sub-property of eeprom)True if the module is detected according to the CLI status line.
attributeRO(sub-property of eeprom)Path-only node, has no configurable value.
nameROstring(sub-property of attribute)
valueROstring(sub-property of attribute)
sectionRO(sub-property of eeprom)Path-only node, has no configurable value.
nameROstring(sub-property of section)
itemRO(sub-property of section)Path-only node, has no configurable value.
nameROstring(sub-property of item)
valueROstring(sub-property of item)
monitor-dataRO(sub-property of eeprom)Path-only node, has no configurable value.DOM monitor values grouped by the CLI section name, for example MonitorData, ChannelMonitorValues or ModuleMonitorValues.
groupRO(sub-property of monitor-data)Path-only node, has no configurable value.
nameROstring(sub-property of group)
itemRO(sub-property of group)Path-only node, has no configurable value.
nameROstring(sub-property of item)
valueROstring(sub-property of item)
threshold-dataRO(sub-property of eeprom)Path-only node, has no configurable value.DOM threshold values grouped by the CLI section name, for example ThresholdData, ChannelThresholdValues or ModuleThresholdValues.
groupRO(sub-property of threshold-data)Path-only node, has no configurable value.
nameROstring(sub-property of group)
itemRO(sub-property of group)Path-only node, has no configurable value.
nameROstring(sub-property of item)
valueROstring(sub-property of item)
raw-resultROstring(sub-property of output)Original CLI output for compatibility and rendering.