SUMMARY: How to set Ethernet LAN Speed

From: Paul Sinclair <Paul.Sinclair_at_telelogic.com>
Date: Mon Aug 06 2001 - 10:53:13 EDT
Thanks to all who replied and the response was unanimous in its solution:

ndd -set /dev/hme instance 0 # set to 1 for hme1, 2 for hme2, etc.
ndd -set adv_100T4_cap 0
ndd -set adv_100fdx_cap 1 # 0 turns off 100/full
ndd -set adv_100hdx_cap 0 @ 1 turns on 100/half
ndd -set adv_10fdx_cap 0 # 1 turns on 10/full
ndd -set adv_10fdx_cap 0 # 1 turns on 10/half
ndd -set adv_autoneg_cap 0 # Turn off auto negotiation

THanx for all who replied
Received on Mon Aug 6 15:53:13 2001

This archive was generated by hypermail 2.1.8 : Wed Mar 23 2016 - 16:25:01 EDT