[Contents] [Prev] [Next] [Index] [Report an Error]

Verifying SIP Counters

Purpose

Display information about SIP counters.

Action

From the J-Web interface, select Monitor> ALGs > SIP > Counters. Alternatively, from the CLI, enter the show security alg sip counters command.


user@host> show security alg sip counters
Method         T       1xx       2xx       3xx       4xx       5xx       6xx
              RT        RT        RT        RT        RT        RT        RT INVITE         2         4         2         0         0         0         0
               1         1         0         0         0         0         0
CANCEL         0         0         0         0         0         0         0
               0         0         0         0         0         0         0
ACK            2         0         0         0         0         0         0
               0         0         0         0         0         0         0
BYE            2         0         1         0         0         0         0
               0         0         0         0         0         0         0
REGISTER       0         0         0         0         0         0         0
               0         0         0         0         0         0         0 OPTIONS        0         0         0         0         0         0         0
               0         0         0         0         0         0         0
INFO           0         0         0         0         0         0         0
               0         0         0         0         0         0         0
MESSAGE        0         0         0         0         0         0         0
               0         0         0         0         0         0         0
NOTIFY         0         0         0         0         0         0         0
               0         0         0         0         0         0         0
PRACK          0         0         0         0         0         0         0
               0         0         0         0         0         0         0
PUBLISH        0         0         0         0         0         0         0
               0         0         0         0         0         0         0
REFER          0         0         0         0         0         0         0
               0         0         0         0         0         0         0
SUBSCRIBE      0         0         0         0         0         0         0
               0         0         0         0         0         0         0
UPDATE         0         0         0         0         0         0         0
               0         0         0         0         0         0         0
BENOTIFY       0         0         0         0         0         0         0
               0         0         0         0         0         0         0
SERVICE        0         0         0         0         0         0         0
               0         0         0         0         0         0         0
OTHER          0         0         0         0         0         0         0
               0         0         0         0         0         0         0
    SIP Error Counters
    -----------------------------
       Total Pkt-in                        :15
       Total Pkt dropped on error          :0
       Transaction error                   :0
       Call error                          :0
       IP resolve error                    :0
       NAT error                           :0
       Resource manager error              :0
       RR header exceeded max              :0
       Contact header exceeded max         :0
       Invite Dropped due to call limit    :0
       SIP msg not processed by stack      :0
       SIP msg not processed by alg        :0
       SIP unknown method dropped          :0
       Decoding error                      :0
       Request for disconnected call       :0
       Request out of state                :0

What it Means

The output provides a count of all SIP response codes transmitted and received, and of SIP errors. Verify the following information:


[Contents] [Prev] [Next] [Index] [Report an Error]