[SunHELP] Interface
Dale Ghent
sunhelp at sunhelp.org
Thu Feb 1 16:10:07 CST 2001
On Thu, 1 Feb 2001, wrote:
| Hello Guys,
| What command supplies info on network interface mpbs 10/100?
Assuming that you're referring to a hme interface:
ndd -set /dev/hme instance 0 # Sets /dev/hme to hme0
ndd -get /dev/hme link_speed # 0 = 10Mb, 1 = 100Mb
ndd -get /dev/hme link_mode # 0 = half-duplex, 1 = full-duplex
If you have qfe interfaces, use the same commands, but using /dev/qfe.
/dale
More information about the SunHELP
mailing list