Operating System - Tru64 Unix
1828577 Members
2351 Online
109982 Solutions
New Discussion

Check status of NIC

 
SOLVED
Go to solution
Jess_13
Advisor

Check status of NIC

Hi all,

Is there any command to check the status of network card in multi-user mode?

Thanks.
2 REPLIES 2
Steven Schweda
Honored Contributor
Solution

Re: Check status of NIC

What do you mean by "status"?

hwmgr get attribute -category network
Mark Poeschl_2
Honored Contributor

Re: Check status of NIC

You can also run:

# netstat -I -i 2

This will show you if the error counters on network device are going up over time.

# ifconfig -a

will show you which network devices are in use.