Advertisement
Guest User

sfp and ethtool

a guest
Jun 26th, 2019
1,599
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.25 KB | None | 0 0
  1. dau@daupc:~$ ip l ls dev enp1s0f0
  2. 7: enp1s0f0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
  3. link/ether 90:e2:ba:49:b5:d4 brd ff:ff:ff:ff:ff:ff
  4.  
  5. dau@daupc:~$ ip l ls dev enp1s0f1
  6. 8: enp1s0f1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
  7. link/ether 90:e2:ba:49:b5:d5 brd ff:ff:ff:ff:ff:ff
  8.  
  9. dau@daupc:~$ sudo ethtool -m enp1s0f0
  10. Identifier : 0x03 (SFP)
  11. Extended identifier : 0x04 (GBIC/SFP defined by 2-wire interface ID)
  12. Connector : 0x00 (unknown or unspecified)
  13. Transceiver codes : 0x00 0x00 0x00 0x08 0x00 0x00 0x00 0x00
  14. Transceiver type : Ethernet: 1000BASE-T
  15. Encoding : 0x01 (8B/10B)
  16. BR, Nominal : 1300MBd
  17. Rate identifier : 0x00 (unspecified)
  18. Length (SMF,km) : 0km
  19. Length (SMF) : 0m
  20. Length (50um) : 0m
  21. Length (62.5um) : 0m
  22. Length (Copper) : 100m
  23. Length (OM3) : 0m
  24. Laser wavelength : 16652nm
  25. Vendor name : OEM
  26. Vendor OUI : 00:00:00
  27. Vendor PN : SP7041-E
  28. Vendor rev : E
  29. Option values : 0x00 0x10
  30. Option : TX_DISABLE implemented
  31. BR margin, max : 0%
  32. BR margin, min : 0%
  33. Vendor SN : TDBL710318
  34. Date code : 131125
  35.  
  36. dau@daupc:~$ sudo ethtool -m enp1s0f1
  37. Identifier : 0x03 (SFP)
  38. Extended identifier : 0x04 (GBIC/SFP defined by 2-wire interface ID)
  39. Connector : 0x07 (LC)
  40. Transceiver codes : 0x20 0x00 0x00 0x00 0x00 0x00 0x00 0x00
  41. Transceiver type : 10G Ethernet: 10G Base-LR
  42. Encoding : 0x06 (64B/66B)
  43. BR, Nominal : 10300MBd
  44. Rate identifier : 0x00 (unspecified)
  45. Length (SMF,km) : 10km
  46. Length (SMF) : 10000m
  47. Length (50um) : 0m
  48. Length (62.5um) : 0m
  49. Length (Copper) : 0m
  50. Length (OM3) : 0m
  51. Laser wavelength : 1310nm
  52. Vendor name : OEM
  53. Vendor OUI : 00:00:00
  54. Vendor PN : SFP+ LR
  55. Vendor rev : A
  56. Option values : 0x00 0x1a
  57. Option : RX_LOS implemented
  58. Option : TX_FAULT implemented
  59. Option : TX_DISABLE implemented
  60. BR margin, max : 0%
  61. BR margin, min : 0%
  62. Vendor SN : SCBK680176
  63. Date code : 121126
  64. Optical diagnostics support : Yes
  65. Laser bias current : 0.002 mA
  66. Laser output power : 0.0001 mW / -40.00 dBm
  67. Receiver signal average optical power : 0.0004 mW / -33.98 dBm
  68. Module temperature : 46.02 degrees C / 114.84 degrees F
  69. Module voltage : 3.2773 V
  70. Alarm/warning flags implemented : Yes
  71. Laser bias current high alarm : Off
  72. Laser bias current low alarm : On
  73. Laser bias current high warning : Off
  74. Laser bias current low warning : On
  75. Laser output power high alarm : Off
  76. Laser output power low alarm : On
  77. Laser output power high warning : Off
  78. Laser output power low warning : On
  79. Module temperature high alarm : Off
  80. Module temperature low alarm : Off
  81. Module temperature high warning : Off
  82. Module temperature low warning : Off
  83. Module voltage high alarm : Off
  84. Module voltage low alarm : Off
  85. Module voltage high warning : Off
  86. Module voltage low warning : Off
  87. Laser rx power high alarm : Off
  88. Laser rx power low alarm : On
  89. Laser rx power high warning : Off
  90. Laser rx power low warning : On
  91. Laser bias current high alarm threshold : 90.000 mA
  92. Laser bias current low alarm threshold : 2.000 mA
  93. Laser bias current high warning threshold : 80.000 mA
  94. Laser bias current low warning threshold : 3.000 mA
  95. Laser output power high alarm threshold : 1.7783 mW / 2.50 dBm
  96. Laser output power low alarm threshold : 0.1995 mW / -7.00 dBm
  97. Laser output power high warning threshold : 1.4125 mW / 1.50 dBm
  98. Laser output power low warning threshold : 0.2512 mW / -6.00 dBm
  99. Module temperature high alarm threshold : 90.00 degrees C / 194.00 degrees F
  100. Module temperature low alarm threshold : -25.00 degrees C / -13.00 degrees F
  101. Module temperature high warning threshold : 85.00 degrees C / 185.00 degrees F
  102. Module temperature low warning threshold : -20.00 degrees C / -4.00 degrees F
  103. Module voltage high alarm threshold : 3.6000 V
  104. Module voltage low alarm threshold : 3.0000 V
  105. Module voltage high warning threshold : 3.5000 V
  106. Module voltage low warning threshold : 3.0500 V
  107. Laser rx power high alarm threshold : 1.0000 mW / 0.00 dBm
  108. Laser rx power low alarm threshold : 0.0158 mW / -18.01 dBm
  109. Laser rx power high warning threshold : 0.7943 mW / -1.00 dBm
  110. Laser rx power low warning threshold : 0.0200 mW / -16.99 dBm
  111.  
  112. dau@daupc:~$ sudo ethtool --version
  113. ethtool version 4.8
  114.  
  115. dau@daupc:~$ sudo ethtool enp1s0f0
  116. Settings for enp1s0f0:
  117. Supported ports: [ FIBRE ]
  118. Supported link modes: 10000baseT/Full
  119. Supported pause frame use: Symmetric
  120. Supports auto-negotiation: No
  121. Advertised link modes: 10000baseT/Full
  122. Advertised pause frame use: Symmetric
  123. Advertised auto-negotiation: No
  124. Speed: Unknown!
  125. Duplex: Unknown! (255)
  126. Port: Other
  127. PHYAD: 0
  128. Transceiver: internal
  129. Auto-negotiation: off
  130. Supports Wake-on: d
  131. Wake-on: d
  132. Current message level: 0x00000007 (7)
  133. drv probe link
  134. Link detected: no
  135.  
  136. dau@daupc:~$ sudo ethtool enp1s0f1
  137. Settings for enp1s0f1:
  138. Supported ports: [ FIBRE ]
  139. Supported link modes: 10000baseT/Full
  140. Supported pause frame use: Symmetric
  141. Supports auto-negotiation: No
  142. Advertised link modes: 10000baseT/Full
  143. Advertised pause frame use: Symmetric
  144. Advertised auto-negotiation: No
  145. Speed: Unknown!
  146. Duplex: Unknown! (255)
  147. Port: Other
  148. PHYAD: 0
  149. Transceiver: internal
  150. Auto-negotiation: off
  151. Supports Wake-on: d
  152. Wake-on: d
  153. Current message level: 0x00000007 (7)
  154. drv probe link
  155. Link detected: no
  156. dau@daupc:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement