Sponsored Content
Top Forums UNIX for Dummies Questions & Answers how can i see ethernet card speed in solars Post 302200541 by ailton.biji on Thursday 29th of May 2008 10:41:33 AM
Old 05-29-2008
Hi sysgate this is true and works, but it just gives you a binary code of 0 or 1

ndd -get /dev/bge0 link_speed

0 = 10 Mbps
1 = 100 Mbps

the command bellow gives info wether is half-dulex or full duplex

ndd -get /dev/eri link_mode

0 = half duplex
1 = full duplex
 

10 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

ethernet card for Solaris

Hi, How can i check the speed of the Ethernet card that my Sun server has and also how can i change it to full Duplex if it is set to half duplex? What is the file that takes care of this? (3 Replies)
Discussion started by: i2admin
3 Replies

2. IP Networking

RedHat and Ethernet card no like each other

I have searched this forum for solution and have drawn a blank... so I come to you for help :) I an a Win XP user that has no problem getting on internet when I am on that OS (currently on it right now ;)). I installed red hat 9 and when I use that OS, I cannot get a connection. I ran the... (10 Replies)
Discussion started by: Minnesota Red
10 Replies

3. UNIX for Advanced & Expert Users

determining ethernet port speed in solaris

i purchased, what was labeled as a 4-port fast ethernet sbus card from ebay. i installed it in my ultra1, and it seems to be working fine. how can i determine if the card is infact a fast ethernet card vs. the standard ethernet 4-port card? (7 Replies)
Discussion started by: xyyz
7 Replies

4. SCO

Issue with a ethernet card

Installed a replacement 3com pci card on an ibm PC 300 GL, running OpenServer 6.0 , brought up system, and recieved this message: Fsstat:/dev/boot mounted Mounted /stand filesystem System auditing is not enabled. Dlpid:Unable to open network adapter driver (/dev/mdi/r8e0) Dlpid:No such... (0 Replies)
Discussion started by: tazmss1
0 Replies

5. IP Networking

ethernet card

What command do I use to show mw the ethernet card, I have tried ipconfig -a (1 Reply)
Discussion started by: dhlopomo
1 Replies

6. AIX

Utilization of Ethernet Card

Hi, is it possible to find out network utilization of etherenet card in %? Regards, Manoj (2 Replies)
Discussion started by: manoj.solaris
2 Replies

7. Red Hat

Duplicating ethernet speed

Hi guys, Suppose you have a server with two ethernet cards (1GB each) and each cards are connecting to two different switches cisco 3750. My question is: How can I setup my server's network interfaces to increase the throughput up to 2GB? is it possible? If not, do you know another way to up... (3 Replies)
Discussion started by: iga3725
3 Replies

8. UNIX for Advanced & Expert Users

Determine the ethernet (NIC) card speed.

Hi, Does anyone know how can I determine the maximum capable speed on a network interface card for different OS like HP, Sun, AIX and Linux. I am aware of the tool "ethtool" which can be used for Linux. Are there any handly commands or /proc files where I can get this info depending on the OS.... (3 Replies)
Discussion started by: devtakh
3 Replies

9. Solaris

Problem with my Ethernet Card

Hi Gurus of Solaris. I have a problem yesterday when I was installing solaris in a x86 equipement I attached some log that I capture when I try to resolve the problem Any guru that can help please. Any command or procedure that I can run, please advice me Regards Andres (10 Replies)
Discussion started by: andresguillen
10 Replies

10. AIX

AIX 4.2 increase ethernet speed

Hello. I have a server RS/6000 with AIX 4.2. The server have a network card with 10/100mbps speed, but for some reason, the ethernet only runs at 10Mbps, it doesn,t matter if I put the net cable on a 100Mbps switch, it keeps running at 10Mbps speed.... I know how to view/change ethernet speed... (1 Reply)
Discussion started by: little_ball
1 Replies
ETHSTATUS(1)						      General Commands Manual						      ETHSTATUS(1)

NAME
ethstatus - Console-based ethernet statistics monitor SYNOPSIS
ethstatus [ -h ] [ -i interface ] [ -v videomode ] [ -S bps[k|m|g] ] [ -s speed ] (backward compatibility) DESCRIPTION
ethstatus is a console-based monitoring utility for displaying statistical data of the ethernet interface on a quantity basis. OPTIONS
The following options can be provided: -i Specify the ethernet interface which shall be monitored. Default is 'eth0'. -v Set the video mode used by curses. Possible choices are 'vga' (the default) and 'mono' (useful for black-and-white monitors). -S Set the maximum network speed in bits per second. ethstatus knows about the kilo (k), mega (m) and giga (g) modifiers. So you can specify the speed as e.g. 64k or 100m or 1g. -s Set the maximum network speed. Possible values are '10' (=10 Mbps), '100' (=100 Mbps), '64' (=64 kbps), '128' (=128 kbps), 256 (=256 kbps), '768' (=768 kbps) or '1540' (=1540 kbps). This option is provided for backward compatibility to prior versions of ethstatus. Please use the -S parameter instead. AUTHORS The original program was written by Gabriel Montenegro <johnpetrucci@users.sourceforge.net>. Bug fixes, code cleanup, different improvements and this manual page were provided by Christoph Haas <email@christoph-haas.de> for the Debian GNU/Linux system. May 1, 2003 ETHSTATUS(1)
All times are GMT -4. The time now is 05:46 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy