1753486 Members
4351 Online
108794 Solutions
New Discussion юеВ

Re: Speed of LAN Card

 
SOLVED
Go to solution

Speed of LAN Card

Hi all ,
How we can check the speed ( 10/100/1000 MPPS ) of LAN Card on Unix ?

Thanks in advance.

Regards,
Guru
*** Hope is good thing ***
6 REPLIES 6
Patrick Wallek
Honored Contributor

Re: Speed of LAN Card

With the 'lanadmin' command. Have a look at the man page for usage information.
Pete Randall
Outstanding Contributor

Re: Speed of LAN Card

To view the current LAN setting:lanadmin -x 0

(where 0 is the card's instance or PPA number, found with lanscan).


Pete

Pete
Raj D.
Honored Contributor

Re: Speed of LAN Card

Gurudatta,

To check the speed use:
# lanadmin -x

- where PPA is the instance umber , can be found with # lanscan


Chees,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
Steven E. Protter
Exalted Contributor
Solution

Re: Speed of LAN Card

Shalom Guru,

lanadmin has another menu driven feature after picking the ppa.

dis

means display.

This will tell you whether you have anything useful connected to the cable.

Note on 1000 BT cards. Configuration wise, everything needs to be auto megotiate to get best speed.

To know what to expect, check the server doc at http://docs.hp.com

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
Johnson Punniyalingam
Honored Contributor

Re: Speed of LAN Card

Hi Guru,

You can do like below

$ /usr/sbin/lanscan
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
0/1/2/0 0x00163573C1C9 0 UP lan0


$ /usr/sbin/lanadmin -x 0
Speed = 1000 Full-Duplex.
Autonegotiation = On.

for more info man lanadmin

HTH,

Rgds,
Johnson
Problems are common to all, but attitude makes the difference

Re: Speed of LAN Card

Thanks to all for their time and advice.

Regards ,

Gurudatta
*** Hope is good thing ***