Operating System - Linux
1752785 Members
5908 Online
108789 Solutions
New Discussion юеВ

Re: traffic on nic card on hpux 11i

 
SOLVED
Go to solution
Shivkumar
Super Advisor

traffic on nic card on hpux 11i

Dear Sirs,

Suppose a hpux box has 2 physical nic. One card has 5 virtual interface and other card has 7 virtual interface configured.

My question is whether traffic is passed out of the machine through actual physical nic only and not through virtual interfaces of the nic ?

Please suggest.
Thanks,
Shiv
3 REPLIES 3
Muthukumar_5
Honored Contributor

Re: traffic on nic card on hpux 11i

you can check it as,

netstat -ian

it will give statistics about physical and as well as vitual interface.

while [[ 1 ]]
do
netstat -ian
sleep 2
clear
done

It will do it.
Easy to suggest when don't know about the problem!
RAC_1
Honored Contributor
Solution

Re: traffic on nic card on hpux 11i

Virtual or physical, data flows only through physical card.

You can check it as follows.

lanadmin -g "nm_id_of_card"
netstat -in
netstat -ptcp
netstat -pudp

There is no substitute to HARDWORK
Arunvijai_4
Honored Contributor

Re: traffic on nic card on hpux 11i

# netstat -in
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
lan0 1500 172.23.150.0 172.23.150.132 694177 0 500940 0 0
lo0 4136 127.0.0.0 127.0.0.1 589 0 589 0 0

Also looking into lanadmin command should help you as well.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"