Determine Linux ethernet interface speed and duplex

Contributor Icon Contributed by qmchenry  
Tag Icon Tagged: Linux networking  

Determine the auto-negotiated Ethernet connection speed and duplex using the mii-tool command.


Running the following command as superuser with no options will generate basic information about all of the Ethernet interfaces on the computer:

mii-tool

The resulting output will look something like:

eth0: negotiated 100baseTx-FD, link ok

This output shows one interface (eth0) which was auto-negotiated to 100 Mbps (100baseTx) and full duplex (FD).

Adding the -v option to the command generates verbose output and will tell you more about the interface including the manufacturer and model (if available) and the interface’s capabilities.

 

2 Comments -


  1. Anonymous said on May 10, 2010

    hi i want to find the ethernet speed and transmission details for RH Linux AS 4 system.
    i have tries ethtool and mii-tool, but it does not work for RH Linux AS 4 system. please find a way to deal with it.

  2. Vetri said on April 19, 2011

    sudo mii-tool in the command line

 

RSS feed for comments on this post. TrackBack URL

Leave a comment -