Current location - Quotes Website - Collection of slogans - How does AIX view the network status?
How does AIX view the network status?
Ifconfig -a view the local network card and the corresponding IP.

Netstat -in checks the network parameters corresponding to the local network card, including MTU, MAC and packet information.

Netstat -an checks the connection of network ports,

Netstat -rn checks the routing of this machine.