show sipd tcp connections

The show sipd tcp connections command displays Transmission Control Protocol (TCP) connection information details on remote and local address/port and connection states for analysis. Oracle recommends that you use the command only during non-peak times or maintenance windows.

The show sipd tcp connections command displays all SIP/TCP connections including each connection's direction, type, state, local and remote addresses, SIP interface and IMS-AKA details. Arguments include:
  • sip-interface—Optional parameter that limits output to sockets in the specified sip-interface
  • start start—Integer indicating which connection to start displaying. This can be a negative number. When the number selected for the start variable is greater than the number of TCP connections, the system displays nothing.
  • start-count start—Integer as per above plus the count integer, specifying how many TCP connections to display from the start.
  • all—Display all of the sipd tcp connections. Exercise caution due to the possibility of consuming all CPU time; preferably use during a maintenance window
For example:
ORACLE# show sipd tcp connections

sipd tcp connections 

Dir Type    State          Local Address         Remote Address        sip-interface-id     isImsaka

    LISTEN  TCP_LISTENING  172.16.101.149:5060                         net172               
in  FORKED  TCP_CONNECTED  172.16.101.149:5060   172.16.23.100:51678   net172               
in  FORKED  TCP_CONNECTED  172.16.101.149:5060   172.16.23.100:51679   net172               
[...]            
in  FORKED  TCP_CONNECTED  172.16.101.149:5060   172.16.23.100:51727   net172               
in  FORKED  TCP_CONNECTED  172.16.101.149:5060   172.16.23.100:51728   net172               
in  FORKED  TCP_CONNECTED  172.16.101.149:5060   172.16.23.100:51729   net172               
    LISTEN  TCP_LISTENING  192.168.101.149:5060                        net192               
out CONNECT TCP_CONNECTED  192.168.101.149:8192  192.168.23.100:5060   net192               

Connections Displayed:       53
Total Connections:           53