Operating System - HP-UX
1833776 Members
1990 Online
110063 Solutions
New Discussion

how to show VIP on NIC's ?

 
SOLVED
Go to solution
Lior Mishkovsky
Advisor

how to show VIP on NIC's ?

Hi,

This should be simple - but I didn't manage to figure it out:
How can I show virtual ip's with hpux (ex : lan0:1). I DON'T want to write '$ ifconfig lan0:1' , what I want is to see the whole ifconfig configuration without knowing which VIP's are configured (without going to /etc/rc.config.d/netconf) since the configuration might be temporary...

Anyone ?

Thx. :-)

Lior./
2 REPLIES 2
Thomas J. Harrold
Trusted Contributor

Re: how to show VIP on NIC's ?

You can parse the information out of a netstat -rn
command. That's the first thing that comes to mind.

-tjh
I learn something new everyday. (usually because I break something new everyday)
Michael Tully
Honored Contributor
Solution

Re: how to show VIP on NIC's ?

Try:

# netstat -i (which will give you the basic LAN config, NIC card/instance) or

# netstat -M (virtual interface table)
Anyone for a Mutiny ?