SCTP Administrator's Guide

This command displays the interfaces configured with an IP address, or with the plumb
option of the ipconfig command.
Example 2-7 Sample Output of the netstat -in command
Following is a sample output of netstat -in command:
inet18:/> netstat -in
Name Mtu Network Address Ipkts Ierrs
Opkts Oerrs Coll
lan0 1500 15.70.189.0 15.70.189.228 57377 0
50527 0 0
lo0 4136 127.0.0.0 127.0.0.1 84 0
84 0 0
This output displays the number of packets transmitted and received over each network.
It also provides the network addresses of the interface and MTU.
Displaying the Status of Sockets
To display the active and passive sockets associated with the SCTP, enter the following
command:
netstat -an
The netstat -an displays only the first local and first remote address.
An SCTP socket endpoint contains multiple IP address. To display all the local and
remote addresses of an SCTP association, enter the following command:
netstat -anv
36 Troubleshooting and Monitoring the SCTP Product