How to deal with network commands in aix?
Description
|
Command
|
List out all connections
|
netstat -a
|
To list out only tcp
connections
|
netstat -at
|
To list out only udp
connections
|
netstat -au
|
To disable reverse dns
lookup
|
netstat -ant
|
To list out only
listening connection
|
netstat -tnl
|
To list process/user id
of listening connection
|
netstat -nlpt
|
To list out statistics of
all packet
|
netstat -s
|
To display kernel routing
info
|
netstat -rn
|
To print out network
interface
|
netstat -i
|
To Detailed info of
network interface
|
netstat -ie
|
To get netstat continuous
output
|
netstat -ct
|
To display the multicast
group info
|
netstat -g
|
If you happy with the above aritcle, please leave your reactions.. (It will take less than a second )