|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| Red Hat Red Hat is the world's leading open source technology solutions provider with offerings including Red Hat Enterprise Linux (RHEL), Fedora, open source applications, security and systems management, virtualization, and Services Oriented Architecture (SOA) solutions. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Finding speed of NIC Card
Hi,
I would like to know how to find out ACTUAL speed of NIC Card. I have used the command ethtool eth0, it is showing supported modes, but what is acutal speed ? how to find out? |
| Sponsored Links | ||
|
|
#2
|
|||
|
|||
|
Code:
# ethtool eth0
Settings for eth0:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised auto-negotiation: Yes
Speed: 100Mb/s <-------------- ! |
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
Thanks RudiC,I am confused becuase mii-tool is showing diffrent speed. output of eth-tool Code:
ethtool eth1
Settings for eth1:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised auto-negotiation: Yes
Speed: 1000Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: g
Wake-on: d
Link detected: yesoutput of mii-tool (below command is showing different NIC speed) Code:
mii-tool eth1 eth1: negotiated 100baseTx-FD flow-control, link ok Last edited by Scott; 01-25-2013 at 09:23 PM.. Reason: Code tags again |
|
#4
|
|||
|
|||
|
I don't think gigabit uses mii anymore. That is to say, mii has no way of reporting speeds above 100baseT, a new standard was made.
Last edited by Corona688; 01-25-2013 at 10:33 AM.. |
| Sponsored Links | |
|
|
#5
|
|||
|
|||
|
Many Many Thanks Corona688.
|
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Determine the ethernet (NIC) card speed. | devtakh | UNIX for Advanced & Expert Users | 3 | 04-19-2011 04:53 AM |
| changing speed of NIC Card in linux | manoj.solaris | Linux | 3 | 11-04-2009 10:16 AM |
| NIC - how to check card type and available speed | frustrated1 | Solaris | 9 | 02-03-2009 06:02 PM |
| how can I determine which NIC card is virtual NIC Card | alert0919 | HP-UX | 2 | 12-08-2008 05:26 AM |
| How to check Virtual NIC card speed on solaris | pray44u | Solaris | 3 | 07-06-2006 08:14 PM |
|
|