查询解析过的部分光模块信息。
<tool name> sfp -i <device name> -p <port id>
参数 |
参数说明 |
取值 |
---|---|---|
<device name> |
设备名称。 |
物理设备名,例如:hinic0、hinic1。 |
<port id> |
端口号。 |
例如:0、1。 |
项目 |
描述 |
---|---|
result |
解析过的光模块信息。 |
无。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | hinicadm3 sfp -i hinic0 -p 0 --------------------show sfp info-------------------- ucId = 0x03 ucIdExt = 0x04 ucConnector = 0x07 ucEncoding = 3 ucBrNominal = 255 (100MBd) ucRateIdentifier = 0 ucLengthSmfKm = 0(km) ucLengthSmf = 0(100m) ucLengthSmfOm2 = 0(10m) ucLengthSmfOm1 = 0(10m) ucLengthCable = 10(m) ucLengthOm3 = 7(10m) aucVendorName = INNOLIGHT aucVendorSN = INIAB0010459 ucTransceiver = 2 aucVendorOui = 44 7c 7f aucVendorPn = TR-PY85S-N00 aucVendorRev = 1A aucWaveLength = 850 ucUnAllocated = 0 ucCcBase = 140 aucTxPower = 1027 (uW) aucRxPower = 820 (uW) aucTemperature = 46 --------------------------------------------------- |