Guest User

Untitled

a guest
May 23rd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. $ ethtool eth0
  2.  
  3. Settings for eth0:
  4. Supported ports: [ TP ]
  5. Supported link modes: 10baseT/Half 10baseT/Full
  6. 100baseT/Half 100baseT/Full
  7. 1000baseT/Full
  8. Supports auto-negotiation: Yes
  9. Advertised link modes: 10baseT/Half 10baseT/Full
  10. 100baseT/Half 100baseT/Full
  11. 1000baseT/Full
  12. Advertised pause frame use: No
  13. Advertised auto-negotiation: Yes
  14. Speed: 1000Mb/s
  15. Duplex: Full
  16. Port: Twisted Pair
  17. PHYAD: 1
  18. Transceiver: internal
  19. Auto-negotiation: on
  20. MDI-X: on
  21. Supports Wake-on: pumbg
  22. Wake-on: g
  23. Current message level: 0x00000001 (1)
  24. Link detected: yes
  25.  
  26. ip link show
  27.  
  28. ip link show
  29.  
  30. ifconfig dev_name
  31.  
  32. ifconfig -a
  33.  
  34. dmesg | grep eth
  35.  
  36. ethtool eth0
  37.  
  38. mii-tool eth0
  39.  
  40. ifplugstatus
  41.  
  42. ifplugstatus eth0
Add Comment
Please, Sign In to add comment