Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Ethernet Cards.

Status
Not open for further replies.

jupru

MIS
Jun 20, 2005
1
US
Is there a command that I can run that will tell me if my network interface cards are 1G or 10/100.
 


ifconfig -a (will show your interfaces)

As an example you had a ce0

a quick easy command to identigy the working speed is:

netstat -k |grep ifspeed


Also you can use the ndd command.
 
I also use the dmesg command but if your system is up and running for awhile it will not show it anymore.

dmesg | grep -i duplex
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top