Operating System - HP-UX
1834756 Members
3532 Online
110070 Solutions
New Discussion

How do I get network speed, duplex, etc.

 
SOLVED
Go to solution
Gregory Locke
Frequent Advisor

How do I get network speed, duplex, etc.

How do I get network speed (ie:100 or 1000), simplex/duplex, etc. settings?

Itanium rx6600
3 REPLIES 3
Steven E. Protter
Exalted Contributor
Solution

Re: How do I get network speed, duplex, etc.

Shalom,

lanadmin -x 0

for lan0 zero.

run lanscan first to get the active inerfaces.

landadmin -X 0 100FD

Will force the speed to 100 BaseT full duplex.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Steven Schweda
Honored Contributor

Re: How do I get network speed, duplex, etc.

"/usr/sbin/lanadmin -x N" ("N" = 0, 1, ...)?

/usr/sbin/lanscan shows what exists.

td176> /usr/sbin/lanadmin -x 1
Speed = 100 Full-Duplex.
Autonegotiation = On.
Gregory Locke
Frequent Advisor

Re: How do I get network speed, duplex, etc.

Thanks to the Steves.