Summary of checking hme status

From: Mark Roberts <mroberts_at_innovativeit.com>
Date: Wed Aug 20 2003 - 15:42:02 EDT
Here is a cut and paste from one of the many answers.  This works of
course and put in whatever driver/interface you have instead of hme such
as ce as needed.

you need to set the hme instance as follows:

ndd -set /dev/hme instance 0
ndd -set /dev/hme instance 1

Set the instance number first and then you can set or get the parameters
for that instance.
In my example I have set instance 0 and then instance 1.
*****Here is a code snippet from me:
ndd -set /dev/hme instance 0
for item in `ndd /dev/hme \? | awk '{print $1}'|grep -v \?`
do
print -n  $item " "
ndd /dev/hme $item
done

Add to this to get device from /etc/host.interface[N] file where
interface = hme, cw etc and N is instance number.

One follow up, is it okay when auto-negotiate is off to have both Full
and Half for both 10 and 100 MBit set to 1 (or ON)?





Mark L. Roberts
Network Services
Open Systems Support
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers
Received on Wed Aug 20 15:41:55 2003

This archive was generated by hypermail 2.1.8 : Thu Mar 03 2016 - 06:43:18 EST