Advertisement
Agat-Aquarius

Elbrus 401-PC sysinfo - ethtool

Feb 1st, 2016
551
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. # ethtool eth0
  2. Settings for eth0:
  3. Supported ports: [ TP MII ]
  4. Supported link modes: 10baseT/Half 10baseT/Full
  5. 100baseT/Half 100baseT/Full
  6. 1000baseT/Half 1000baseT/Full
  7. Supported pause frame use: No
  8. Supports auto-negotiation: Yes
  9. Advertised link modes: 10baseT/Half 10baseT/Full
  10. 100baseT/Half 100baseT/Full
  11. 1000baseT/Half 1000baseT/Full
  12. Advertised pause frame use: No
  13. Advertised auto-negotiation: Yes
  14. Link partner advertised link modes: 10baseT/Half 10baseT/Full
  15. 100baseT/Half 100baseT/Full
  16. 1000baseT/Full
  17. Link partner advertised pause frame use: No
  18. Link partner advertised auto-negotiation: Yes
  19. Speed: 1000Mb/s
  20. Duplex: Full
  21. Port: MII
  22. PHYAD: 1
  23. Transceiver: internal
  24. Auto-negotiation: on
  25. Current message level: 0x00000007 (7)
  26. drv probe link
  27. Link detected: yes
  28.  
  29. # ethtool -c eth0
  30. Cannot get device coalesce settings: Operation not supported
  31. Coalesce parameters for eth0:
  32.  
  33. # ethtool -k eth0
  34. Features for eth0:
  35. rx-checksumming: off
  36. tx-checksumming: off
  37. scatter-gather: off
  38. tcp-segmentation-offload: off
  39. udp-fragmentation-offload: off
  40. generic-segmentation-offload: off
  41. generic-receive-offload: off
  42. large-receive-offload: off
  43. rx-vlan-offload: off
  44. tx-vlan-offload: off
  45. ntuple-filters: off
  46. receive-hashing: off
  47.  
  48. # ethtool -i eth0
  49. driver: l_e1000
  50. version: 1.00
  51. firmware-version:
  52. bus-info: 0000:01:01.0
  53. supports-statistics: no
  54. supports-test: no
  55. supports-eeprom-access: no
  56. supports-register-dump: yes
  57. supports-priv-flags: no
  58.  
  59. # ethtool -t eth0
  60. Cannot test: Operation not supported
  61.  
  62. # ethtool -S eth0
  63. no stats available
  64.  
  65. # ethtool -T eth0
  66. Cannot get device time stamping settings: Operation not supported
  67. Time stamping parameters for eth0:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement