Operating System - HP-UX
1832905 Members
2497 Online
110048 Solutions
New Discussion

10/100 Mbit ethernet connection?

 
SOLVED
Go to solution
Sergej_5
Regular Advisor

10/100 Mbit ethernet connection?

Hi guru's!
I'm wondering how can i get the information whetever i'm connected on 10 or 100 Mbit LAN?

How can i get this through the command prompt or SAM ?

Thanks in advance!
Brgds,
Sergej
3 REPLIES 3
Sridhar Bhaskarla
Honored Contributor
Solution

Re: 10/100 Mbit ethernet connection?

Hi Sergej,

Command prompt is your best bet. The command slightly varies from 10.20 to later versions. ON 11.0 and 11i, find out the corresponding interface using

netstat -in

Note the lancard corresponding to the IP address of your interest and find the ppa#. It's nothing but the number associated witht he lancard. For ex., lan0 is the interface, then ppa# is 0.

Run 'lanadmin -x '. For ex., lanadmin -x 0

It will show at what speed and plex the interface is running. If it is a 100MB interface, I usually configure for 100MB Full duplex on both card and switch.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Sergej_5
Regular Advisor

Re: 10/100 Mbit ethernet connection?

Thank you!

Brgds,
Sergej Kleva
Sergej_5
Regular Advisor

Re: 10/100 Mbit ethernet connection?

Thank you!

lp,
Sergej