Operating System - HP-UX
1832953 Members
2661 Online
110048 Solutions
New Discussion

how to see configured virtual Interfaces

 
SOLVED
Go to solution
V. V. Ravi Kumar_1
Respected Contributor

how to see configured virtual Interfaces

Hi,
Is there any way to display virtual interfaces? lanscan shows only primary interfaces. I have idea that ifconfig lan0:1 will display the details. But how to know lan0 has virtual IP configured for it? Any help please!!!
Never Say No
4 REPLIES 4
RAC_1
Honored Contributor
Solution

Re: how to see configured virtual Interfaces

netstat -in gives everything.
There is no substitute to HARDWORK
melvyn burnard
Honored Contributor

Re: how to see configured virtual Interfaces

try :
netstat -in
or
netstat -i

My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Simon Hargrave
Honored Contributor

Re: how to see configured virtual Interfaces

Does netstat -i show it?
V. V. Ravi Kumar_1
Respected Contributor

Re: how to see configured virtual Interfaces

Great response. Thanks a lot all of you.
Never Say No