| Author |
To find Halfduplex or Fullduplex.
|
|
| ravisunsolaris 2006-02-19, 8:29 am |
| Hi,
Can I know how to find a Network Interface is a 10Mbit or 100Mbit and
Half or FullDuplex in
Unix.
Regards,
Ravisunsolaris.
| |
| Barry Margolin 2006-02-19, 8:29 am |
| In article <1140335770.467718.184790@f14g2000cwb.googlegroups.com>,
"ravisunsolaris" <ravisunsolaris@yahoo.com> wrote:
> Hi,
>
> Can I know how to find a Network Interface is a 10Mbit or 100Mbit and
> Half or FullDuplex in
> Unix.
It's implementation-dependent, and often dependent on the specific NIC
and driver.
--
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***
| |
| Michael Heiming 2006-02-19, 8:29 am |
| In comp.unix.admin ravisunsolaris <ravisunsolaris@yahoo.com>:
> Hi,
> Can I know how to find a Network Interface is a 10Mbit or 100Mbit and
> Half or FullDuplex in
> Unix.
Posting The output of 'uname -sr' would enable people to actually help
you.
Good luck
BTW
Please try below URL(s) before answering, most people aren't
using a browser here to read/write, this is usenet.
http://www.safalra.com/special/googlegroupsreply
http://cfaj.freeshell.org/google
--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo zvpunry@urvzvat.qr | PERL -pe 'y/a-z/n-za-m/'
#bofh excuse 296: The hardware bus needs a new token.
| |
| Doug Freyburger 2006-02-19, 8:47 pm |
| ravisunsolaris wrote:
>
> Can I know how to find a Network Interface is a 10Mbit or 100Mbit and
> Half or FullDuplex in Unix.
>
> Regards,
> Ravisunsolaris.
"In UNIX" can't be answered because there isn't just one
UNIX. But since Solaris is a part of your name, I can
give you a starting point: ndd. You need to know the
name of the interface in question (ifconfig -a, netstat -in)
to supply on the command line. Read the man page
and start experimenting.
| |
| Tonagon 2006-02-20, 5:54 pm |
| <Can I know how to find a Network Interface is a 10Mbit or 100Mbit and
<Half or FullDuplex in
< Unix.
In SCO you can use ndstat -l and it shows lots of great data on the
NICs including whether they are 10 or 100 full or half duplex etc. Not
sure if that works in other UNIX flavors.
| |
|
| "ravisunsolaris" <ravisunsolaris@yahoo.com> wrote in
news:1140335770.467718.184790@f14g2000cwb.googlegroups.com:
> Hi,
>
> Can I know how to find a Network Interface is a 10Mbit or 100Mbit and
> Half or FullDuplex in
> Unix.
>
> Regards,
> Ravisunsolaris.
>
In Linux you can use 'ethtool' or 'mii-tool'
--Madhu
| |
|
| You can try dmesg | grep "interface name"
| |
| --==[ bman ]==-- 2006-02-27, 8:48 pm |
| HPUX implementation:
lanadmin -x <PPA>
where PPA is your lan device number. You can obtain it by running:
lanscan
|
|
|
|