SIP-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: SIP-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 sipMIB 1.3.6.1.2.1.9998
Initial version of Session Initiation Protocol (SIP) MIB module. SIP is an application-layer signalling protocol for creating, modifying and terminating multimedia sessions with one or more participants. These sessions include Internet multimedia conferences and Internet telephone calls. SIP is defined in RFC 2543 (March 1999). This MIB is defined for the management of SIP User Agents (UAs), Proxy and Redirect Servers, and registrars. A User Agent is an application that contains both a User Agent Client (UAC) and a User Agent Server (UAS). A UAC is an application that initiates a SIP request. A UAS is an application that contacts the user when a SIP request is received and that returns a response on behalf of the user. The response accepts, rejects, or redirects the request. A Proxy Server acts as both a client and a server. It accepts requests from other clients, either responding to them or passing them on to other servers, possibly after modification. A Redirect Server accepts requests from clients and returns zero or more addresses to that client. Unlike a Proxy server it does not initiate requests. Unlike a User Agent Server it does not accept calls. A Registrar is a server that accepts REGISTER requests. A Registrar is typically co-located with a Proxy or Redirect Server. A SIP transaction occurs between a client and a server and comprises all messages from the first request sent from the client to the server up to a final (non-1xx) response sent from the server to the client.
           sipMIBObjects 1.3.6.1.2.1.9998.1
               sipCommon 1.3.6.1.2.1.9998.1.1
                   sipCommonCfg 1.3.6.1.2.1.9998.1.1.1
                       sipProtocolVersion 1.3.6.1.2.1.9998.1.1.1.1 snmpadminstring read-only
This object will reflect the version of SIP supported by this user agent. It will follow the same format as SIP version information contained in the SIP messages generated by this SIP entity. For example, entities supporting SIP version 2 will return 'SIP/2.0' as dictated by RFC 2543.
                       sipServiceOperStatus 1.3.6.1.2.1.9998.1.1.1.2 integer read-only
This object contains the current operational state of the SIP application. up(1) : The application is operating normally, and is processing (receiving and possibly issuing) SIP requests and responses. down(2) : The application is currently unable to process SIP messages. testing(3) : The application is currently in test mode and unable to process SIP messages. unknown(4) : The operational status of the application cannot be determined for some reason. halted(5) : The application has been manually prevented from processing SIP messages. restarting(6) : The application is booting and will soon be able to process SIP messages. Enumeration: 'halted': 5, 'unknown': 4, 'testing': 3, 'up': 1, 'down': 2, 'restarting': 6.
                       sipServiceAdminStatus 1.3.6.1.2.1.9998.1.1.1.3 integer read-write
This object is used to affect the overall operational state of the SIP server application. shutdown(1) : Immediately kill the application, don't restart. reset(2) : Restart application, reinitialize data, requires rts. restart(3) : Restart application, no data loss, requires rts. stop(4) : Stop processing new requests, requires rts. rts(5) : Return to service. Enumeration: 'reset': 2, 'rts': 5, 'stop': 4, 'restart': 3, 'shutdown': 1.
                       sipServiceStartTime 1.3.6.1.2.1.9998.1.1.1.4 timeticks read-only
The value of sysUpTime at the time the SIP entity was last started. If the current state was entered prior to the last re-initialization of the local network management subsystem, then this object contains a zero value.
                       sipServiceLastChange 1.3.6.1.2.1.9998.1.1.1.5 timeticks read-only
The value of sysUpTime at the time the SIP entity entered its current operational state. If the current state was entered prior to the last re-initialization of the local network management subsystem, then this object contains a zero value.
                       sipPortTable 1.3.6.1.2.1.9998.1.1.1.6 no-access
This table contains the list of ports that this SIP entity is allowed to use. These ports can be advertised using the Contact header in a REGISTER request or response. Port 5060 (the default SIP port registered with IANA) must always be present in this table.
                           sipPortEntry 1.3.6.1.2.1.9998.1.1.1.6.1 no-access
Specification of a particular port.
                               sipPort 1.3.6.1.2.1.9998.1.1.1.6.1.1 integer no-access
This object reflects a particular port that can be used by the SIP application.
                               sipTransport 1.3.6.1.2.1.9998.1.1.1.6.1.2 integer read-only
This object will specify the transport protocol the SIP application will use to receive SIP messages. udp(1) : Use User Datagram Protocol. tcp(2) : Use Transmission Control Protocol. udpAndTcp(3) : Use both UDP and TCP. Enumeration: 'udpAndTcp': 3, 'udp': 1, 'tcp': 2.
                               sipPortStatus 1.3.6.1.2.1.9998.1.1.1.6.1.3 rowstatus read-only
The row status of the entry. This object is required to create or delete rows remotely by a manager. The row associated with port 5060 need not be created and cannot be deleted. It is always present in the table.
                       sipUriSupportedTable 1.3.6.1.2.1.9998.1.1.1.7 no-access
This table contains a list of URIs supported by the SIP entity. These are in addition to the SIP URL which must necessarily be supported. Normally the list of URIs supported by an entity is static (i.e. will not change over time). A URI is a Uniform Resource Identifier (as defined in RFC 2396). URIs could, for example, contain URLs for phones, fax, or irc if they were defined) or a mailto: (RFC 2368) URL.
                           sipUriSupportedEntry 1.3.6.1.2.1.9998.1.1.1.7.1 no-access
A particular non-SIP URI supported by the SIP entity.
                               sipUriSupportedIndex 1.3.6.1.2.1.9998.1.1.1.7.1.1 unsigned32 no-access
This object uniquely identifies a conceptual row in the table.
                               sipUriSupported 1.3.6.1.2.1.9998.1.1.1.7.1.2 snmpadminstring read-only
This object indicates a particular non-SIP URI supported by the SIP entity. Only the scheme itself (as described in RFC 2396) is indicated. For example, if the mailto: URLs are supported,then the table entry contains 'mailto' without the colon.
                       sipFtrSupportedTable 1.3.6.1.2.1.9998.1.1.1.8 no-access
This table contains a list of the non-standard features supported by the SIP entity, and which may be required by a peer. Definition of such features is outside the scope of SIP, which only provides mechanisms whereby support for specific features may be signalled or requested. For example, a user agent client may require that a server support the 'com.example.billing' feature, which it would indicate in a Require header. Such a client would have a row in its sipFtrSupportedTable containing the string 'com.example.billing'. Similarly, a server which is capable of handling requests for such features would list the string in its sipFtrSupportedTable. If a server does not support the required feature (indicated in a Require header to a UAS, or in a Proxy- Require to a proxy server), the server returns a 420 Bad Extension listing the feature in an Unsupported header. Normally the list of such features supported by an entity is static (i.e. will not change over time).
                           sipFtrSupportedEntry 1.3.6.1.2.1.9998.1.1.1.8.1 no-access
A particular non-standard feature supported by the SIP entity, and which may be required by a peer.
                               sipFtrSupportedIndex 1.3.6.1.2.1.9998.1.1.1.8.1.1 unsigned32 no-access
This object uniquely identifies a conceptual row in the table.
                               sipFtrSupported 1.3.6.1.2.1.9998.1.1.1.8.1.2 snmpadminstring read-only
This object indicates a particular non-standard feature which is supported by the SIP entity.
                       sipOrganization 1.3.6.1.2.1.9998.1.1.1.9 snmpadminstring read-write
This object contains the name of the organization issuing the request or response. It may also be inserted by a proxy at a boundary of an organization. If the object exists, it is inserted into requests and responses.
                       sipMaxTransactions 1.3.6.1.2.1.9998.1.1.1.10 unsigned32 read-only
This object indicates the maximum number of simultaneous transactions that the SIP entity can manage.
                       sipRequestDfltExpires 1.3.6.1.2.1.9998.1.1.1.11 unsigned32 read-write
This object specifies the default duration that a SIP client will wait for a response to an INVITE request. For proxy servers, if a received request contained an Expires header, then the value in the header takes precedence. The server returns a 408 Request Timeout if no response is received before expiration of the request timer. For user agent clients, this value is inserted into the Expires header.
                       sipHideOperation 1.3.6.1.2.1.9998.1.1.1.12 integer read-write
This object specifies which type of Hide header the server adds to requests. These headers are normally added by a User Agent, but may be added by a proxy. The value of this object does not affect processing of Hide headers in received requests. The value of this object only applies to requests that do not contain a Hide:route header. none(1) : The server doesn't insert a Hide header. hop(2) : The server inserts a Hide:hop header. route(3) : The server inserts a Hide:route header. Enumeration: 'none': 1, 'route': 3, 'hop': 2.
                       sipUserLocationServerAddr 1.3.6.1.2.1.9998.1.1.1.13 snmpadminstring read-write
This object will specify the address of the User Location Server (ULS) being used to resolve the location of end points. This could be a Domain Name Server (DNS) or a SIP proxy/redirect server in the case where this entity is a user agent. This could be some sort of database server if this entity is a proxy/redirect server. The format of the address follows the IETF service location protocol. The syntax is as follows: mapping-type:type-specific-syntax The mapping-type specifies a scheme for mapping the matching dial string to a target server. The type- specific-syntax is exactly that, something that the particular mapping scheme can understand. For example, Session target Meaning ipv4:171.68.13.55:1006 The session target is the IP version 4 address of 171.68.13.55 and port 1006. dns:pots.cisco.com The session target is the IP host with dns name pots.cisco.com. The valid Mapping type definitions for the peer are as follows: ipv4 - Syntax: ipv4:w.x.y.z:port or ipv4:w.x.y.z dns - Syntax: dns:host.domain.
                   sipCommonStats 1.3.6.1.2.1.9998.1.1.2
                       sipCommonStatsSummary 1.3.6.1.2.1.9998.1.1.2.1
                           sipSummaryInRequests 1.3.6.1.2.1.9998.1.1.2.1.1 counter32 read-only
This object indicates the total number of SIP request messages received by the SIP entity.
                           sipSummaryOutRequests 1.3.6.1.2.1.9998.1.1.2.1.2 counter32 read-only
This object contains the total number of SIP request messages sent out (originated and relayed) by the SIP entity. Where a particular message is sent more than once, for example as a retransmission, or as a result of forking, each transmission is counted separately.
                           sipSummaryInResponses 1.3.6.1.2.1.9998.1.1.2.1.3 counter32 read-only
This object contains the total number of SIP response messages received by the SIP entity.
                           sipSummaryOutResponses 1.3.6.1.2.1.9998.1.1.2.1.4 counter32 read-only
This object contains the total number of SIP response messages sent (originated and relayed) by the SIP entity.
                           sipSummaryTotalTransactions 1.3.6.1.2.1.9998.1.1.2.1.5 counter32 read-only
This object contains a count of the number of transactions completed or in progress. A SIP transaction occurs between a client and a server and comprises all messages from the first request sent from the client to the server up to a final (non-1xx) response sent from the server to the client. A transaction is identified by the CSeq sequence number within a single call leg. The ACK request has the same CSeq number as the corresponding INVITE request, but comprises a transaction of its own. In the case of a forked request, all branches count as a single transaction.
                       sipCommonStatsMethod 1.3.6.1.2.1.9998.1.1.2.2
                           sipStatsInviteIns 1.3.6.1.2.1.9998.1.1.2.2.1 counter32 read-only
This object reflects the total number of INVITE requests received by the SIP entity.
                           sipStatsInviteOuts 1.3.6.1.2.1.9998.1.1.2.2.2 counter32 read-only
This object reflects the total number of INVITE requests sent by the SIP entity.
                           sipStatsAckIns 1.3.6.1.2.1.9998.1.1.2.2.3 counter32 read-only
This object reflects the total number of ACK requests received by the SIP entity.
                           sipStatsAckOuts 1.3.6.1.2.1.9998.1.1.2.2.4 counter32 read-only
This object reflects the total number of ACK requests sent by the SIP entity.
                           sipStatsByeIns 1.3.6.1.2.1.9998.1.1.2.2.5 counter32 read-only
This object reflects the total number of BYE requests received by the SIP entity.
                           sipStatsByeOuts 1.3.6.1.2.1.9998.1.1.2.2.6 counter32 read-only
This object reflects the total number of BYE requests sent by the SIP entity.
                           sipStatsCancelIns 1.3.6.1.2.1.9998.1.1.2.2.7 counter32 read-only
This object reflects the total number of CANCEL requests received by the SIP entity.
                           sipStatsCancelOuts 1.3.6.1.2.1.9998.1.1.2.2.8 counter32 read-only
This object reflects the total number of CANCEL requests sent by the SIP entity.
                           sipStatsOptionsIns 1.3.6.1.2.1.9998.1.1.2.2.9 counter32 read-only
This object reflects the total number of OPTIONS requests received by the SIP entity.
                           sipStatsOptionsOuts 1.3.6.1.2.1.9998.1.1.2.2.10 counter32 read-only
This object reflects the total number of OPTIONS requests sent by the SIP entity.
                           sipStatsRegisterIns 1.3.6.1.2.1.9998.1.1.2.2.11 counter32 read-only
This object reflects the total number of REGISTER requests received by the SIP entity.
                           sipStatsRegisterOuts 1.3.6.1.2.1.9998.1.1.2.2.12 counter32 read-only
This object reflects the total number of REGISTER requests sent by the SIP entity.
                           sipStatsInfoIns 1.3.6.1.2.1.9998.1.1.2.2.13 counter32 read-only
This object reflects the total number of INFO requests received by the SIP entity.
                           sipStatsInfoOuts 1.3.6.1.2.1.9998.1.1.2.2.14 counter32 read-only
This object reflects the total number of INFO requests sent by the SIP entity.
                       sipCommonStatsInfo 1.3.6.1.2.1.9998.1.1.2.3
                           sipStatsInfoTryingIns 1.3.6.1.2.1.9998.1.1.2.3.1 counter32 read-only
This object reflects the total number of Trying (100) responses received by the SIP entity. Trying responses indicate that some unspecified action is being taken on behalf of this call, but the user has not yet been located. Inbound Trying responses indicate that outbound INVITE requests sent out by this system have been received and are processed.
                           sipStatsInfoTryingOuts 1.3.6.1.2.1.9998.1.1.2.3.2 counter32 read-only
This object reflects the total number of Trying (100) responses sent by the SIP entity. Trying responses indicate that some unspecified action is being taken on behalf of this call, but the user has not yet been located. Outbound Trying responses indicate that this system is successfully receiving INVITE requests and processing them on behalf of the system initiating the INVITE.
                           sipStatsInfoRingingIns 1.3.6.1.2.1.9998.1.1.2.3.3 counter32 read-only
This object reflects the total number of Ringing (180) responses received by the SIP entity. A inbound Ringing response indicates that the UAS that is processing an INVITE initiated by this system has found a possible location where the desired end user has registered recently and is trying to alert the user.
                           sipStatsInfoRingingOuts 1.3.6.1.2.1.9998.1.1.2.3.4 counter32 read-only
This object reflects the total number of Ringing (180) responses sent by the SIP entity. A outbound Ringing response indicates that this system has processed an INVITE for a particular end user and found a possible location where that user has registered recently. The system is trying to alert the end user and is conveying that status to the system that originated the INVITE.
                           sipStatsInfoForwardedIns 1.3.6.1.2.1.9998.1.1.2.3.5 counter32 read-only
This object reflects the total number of Call Is Being Forwarded (181) responses received by the SIP entity. A proxy server might use a Forwarded status code to indicate that the call is being forwarded to a different set of destinations. Inbound Forwarded responses indicate to this system that forwarding actions are taking place with regard to calls initiated by this system.
                           sipStatsInfoForwardedOuts 1.3.6.1.2.1.9998.1.1.2.3.6 counter32 read-only
This object reflects the total number of Call Is Being Forwarded (181) responses sent by the SIP entity. A proxy server might use a Forwarded status code to indicate that the call is being forwarded to a different set of destinations. Outbound Forwarded responses indicate this system is taking some forwarding action for calls and conveying that status to the system that initiated the calls.
                           sipStatsInfoQueuedIns 1.3.6.1.2.1.9998.1.1.2.3.7 counter32 read-only
This object reflects the total number of Queued (182) responses received by the SIP entity. Inbound Queued responses indicate that the users that this system is attempting to call are temporarily unavailable but the SIP agents operating on behalf of those users wish to queue the calls rather than reject them. When the called parties become available, this system can expect to receive the appropriate final status response. The Reason-Phrase from the Queued response messages Status-Line can give further details about the status of the call. Multiple Queued responses to update this system about the status of the queued call might be received.
                           sipStatsInfoQueuedOuts 1.3.6.1.2.1.9998.1.1.2.3.8 counter32 read-only
This object reflects the total number of Queued (182) responses sent by the SIP entity. Outbound Queued responses indicate that this system has determined that the called party is temporarily unavailable but the call is not rejected. Instead, the call is queued until the called party becomes available. Queued responses messages are sent to the system originating the call request to convey the current status of a queued call.
                           sipStatsInfoSessionProgIns 1.3.6.1.2.1.9998.1.1.2.3.9 counter32 read-only
This object reflects the total number of Session Progress (183) responses received by the SIP entity.
                           sipStatsInfoSessionProgOuts 1.3.6.1.2.1.9998.1.1.2.3.10 counter32 read-only
This object reflects the total number of Session Progress (183) responses sent by the SIP entity.
                       sipCommonStatsSuccess 1.3.6.1.2.1.9998.1.1.2.4
                           sipStatsSuccessOkIns 1.3.6.1.2.1.9998.1.1.2.4.1 counter32 read-only
This object reflects the total number of Ok (200) responses received by the SIP entity. The meaning of inbound Ok responses depends on the method used in the associated request. BYE : The Ok response means the call has been terminated. CANCEL : The Ok response means the search for the end user has been cancelled. INVITE : The Ok response means the called party has agreed to participate in the call. OPTIONS : The Ok response means the called party has agreed to share its capabilities. REGISTER : The Ok response means the registration has succeeded. INFO : The Ok response means the INFO request was received and processed correctly.
                           sipStatsSuccessOkOuts 1.3.6.1.2.1.9998.1.1.2.4.2 counter32 read-only
This object reflects the total number of Ok (200) responses sent by the SIP entity. The meaning of outbound Ok responses depends on the method used in the associated request. BYE : The Ok response means the call has been terminated. CANCEL : The Ok response means the search for the end user has been cancelled. INVITE : The Ok response means the called party has agreed to participate in the call. OPTIONS : The Ok response means the called party has agreed to share its capabilities. REGISTER : The Ok response means the registration has succeeded. INFO : The Ok response means the INFO request was received and processed correctly.
                       sipCommonStatsRedirect 1.3.6.1.2.1.9998.1.1.2.5
                           sipStatsRedirMultipleChoiceIns 1.3.6.1.2.1.9998.1.1.2.5.1 counter32 read-only
This object reflects the total number of Multiple Choices (300) responses received by the SIP entity. Multiple Choices responses indicate that the called party can be reached at several different locations and the server cannot or prefers not to proxy the request.
                           sipStatsRedirMultipleChoiceOuts 1.3.6.1.2.1.9998.1.1.2.5.2 counter32 read-only
This object reflects the total number of Multiple Choices (300) responses sent by the SIP entity. Multiple Choices responses indicate that the called party can be reached at several different locations and the server cannot or prefers not to proxy the request.
                           sipStatsRedirMovedPermIns 1.3.6.1.2.1.9998.1.1.2.5.3 counter32 read-only
This object reflects the total number of Moved Permanently (301) responses received by the SIP entity. Moved Permanently responses indicate that the called party can no longer be found at the address offered in the request and the requesting UAC should retry at the new address given by the Contact header field of the response.
                           sipStatsRedirMovedPermOuts 1.3.6.1.2.1.9998.1.1.2.5.4 counter32 read-only
This object reflects the total number of Moved Permanently (301) responses sent by the SIP entity. Moved Permanently responses indicate that the called party can no longer be found at the address offered in the request and the requesting UAC should retry at the new address given by the Contact header field of the response.
                           sipStatsRedirMovedTempIns 1.3.6.1.2.1.9998.1.1.2.5.5 counter32 read-only
This object reflects the total number of Moved Temporarily (302) responses received by the SIP entity. Moved Temporarily responses indicate the UAC should retry the request directed at the new address(es) given by the Contact header field of the response. The duration of this redirection can be indicated through the Expires header. If no explicit expiration time is given, the new address(es) are only valid for this call.
                           sipStatsRedirMovedTempOuts 1.3.6.1.2.1.9998.1.1.2.5.6 counter32 read-only
This object reflects the total number of Moved Temporarily (302) responses sent by the SIP entity. Moved Temporarily responses indicate the UAC should retry the request directed at the new address(es) given by the Contact header field of the response. The duration of this redirection can be indicated through the Expires header. If no explicit expiration time is given, the new address(es) are only valid for this call.
                           sipStatsRedirSeeOtherIns 1.3.6.1.2.1.9998.1.1.2.5.7 counter32 read-only
This object reflects the total number of See Other (303) responses received by the SIP entity.
                           sipStatsRedirSeeOtherOuts 1.3.6.1.2.1.9998.1.1.2.5.8 counter32 read-only
This object reflects the total number of See Other (303) responses sent by the SIP entity.
                           sipStatsRedirUseProxyIns 1.3.6.1.2.1.9998.1.1.2.5.9 counter32 read-only
This object reflects the total number of Use Proxy (305) responses received by the SIP entity. Use Proxy responses indicate that requested resources must be accessed through the proxy given by the Contact header field of the response. The recipient of this response is expected to repeat this single request via the proxy.
                           sipStatsRedirUseProxyOuts 1.3.6.1.2.1.9998.1.1.2.5.10 counter32 read-only
This object reflects the total number of Use Proxy (305) responses sent by the SIP entity. See Other responses indicate that requested resources must be accessed through the proxy given by the Contact header field of the response. The recipient of this response is expected to repeat this single request via the proxy.
                           sipStatsRedirAltServiceIns 1.3.6.1.2.1.9998.1.1.2.5.11 counter32 read-only
This object reflects the total number of Alternative Service (380) responses received by the SIP entity. Alternative Service responses indicate that the call was not successful, but alternative services are possible. Those alternative services are described in the message body of the response.
                           sipStatsRedirAltServiceOuts 1.3.6.1.2.1.9998.1.1.2.5.12 counter32 read-only
This object reflects the total number of Alternative Service (380) responses sent by the SIP entity. Alternative Service responses indicate that the call was not successful, but alternative services are possible. Those alternative services are described in the message body of the response.
                       sipCommonStatsErrClient 1.3.6.1.2.1.9998.1.1.2.6
                           sipStatsClientBadRequestIns 1.3.6.1.2.1.9998.1.1.2.6.1 counter32 read-only
This object reflects the total number of Bad Request (400) responses received by the SIP entity. Inbound Bad Request responses indicate that requests issued by this system could not be understood due to malformed syntax.
                           sipStatsClientBadRequestOuts 1.3.6.1.2.1.9998.1.1.2.6.2 counter32 read-only
This object reflects the total number of Bad Request (400) responses sent by the SIP entity. Outbound Bad Request responses indicate that requests received by this system could not be understood due to malformed syntax.
                           sipStatsClientUnauthorizedIns 1.3.6.1.2.1.9998.1.1.2.6.3 counter32 read-only
This object reflects the total number of Unauthorized (401) responses received by the SIP entity. Inbound Unauthorized responses indicate that requests issued by this system require user authentication.
                           sipStatsClientUnauthorizedOuts 1.3.6.1.2.1.9998.1.1.2.6.4 counter32 read-only
This object reflects the total number of Unathorized (401) responses sent by the SIP entity. Outbound Unauthorized responses indicate that requests received by this system require user authentication.
                           sipStatsClientPaymentReqdIns 1.3.6.1.2.1.9998.1.1.2.6.5 counter32 read-only
This object reflects the total number of Payment Required (402) responses received by the SIP entity.
                           sipStatsClientPaymentReqdOuts 1.3.6.1.2.1.9998.1.1.2.6.6 counter32 read-only
This object reflects the total number of Payment Required (402) responses sent by the SIP entity.
                           sipStatsClientForbiddenIns 1.3.6.1.2.1.9998.1.1.2.6.7 counter32 read-only
This object reflects the total number of Forbidden (403) responses received by the SIP entity. Inbound Forbidden responses indicate that requests issued by this system are understood by the server but the server refuses to fulfill the request. Authorization will not help and the requests should not be repeated.
                           sipStatsClientForbiddenOuts 1.3.6.1.2.1.9998.1.1.2.6.8 counter32 read-only
This object reflects the total number of Forbidden (403) responses sent by the SIP entity. Outbound Forbidden responses indicate that requests received by this system are understood but this system is refusing to fulfill the requests.
                           sipStatsClientNotFoundIns 1.3.6.1.2.1.9998.1.1.2.6.9 counter32 read-only
This object reflects the total number of Not Found (404) responses received by the SIP entity. Inbound Not Found responses indicate that the called party does not exist at the domain specified in the Request-URI or the domain is not handled by the recipient of the request.
                           sipStatsClientNotFoundOuts 1.3.6.1.2.1.9998.1.1.2.6.10 counter32 read-only
This object reflects the total number of Not Found (404) responses sent by the SIP entity. Outbound Not Found responses indicate that this system knows that the called party does not exist at the domain specified in the Request-URI or the domain is not handled by this system.
                           sipStatsClientMethNotAllowedIns 1.3.6.1.2.1.9998.1.1.2.6.11 counter32 read-only
This object reflects the total number of Method Not Allowed (405) responses received by the SIP entity. Inbound Method Not Allowed responses indicate that requests issued by this system have specified a SIP method in the Request-Line that is not allowed for the address identified by the Request-URI.
                           sipStatsClientMethNotAllowedOuts 1.3.6.1.2.1.9998.1.1.2.6.12 counter32 read-only
This object reflects the total number of Method Not Allowed (405) responses sent by the SIP entity. Outbound Method Not Allowed responses indicate that requests received by this system have SIP methods specified in the Request-Line that are not allowed for the address identified by the Request-URI.
                           sipStatsClientNotAcceptableIns 1.3.6.1.2.1.9998.1.1.2.6.13 counter32 read-only
This object reflects the total number of Not Acceptable (406) responses received by the SIP entity. Inbound Not Acceptable responses indicate that the resources identified by requests issued by this system cannot generate responses with content characteristics acceptable to this system according to the accept headers sent in the requests.
                           sipStatsClientNotAcceptableOuts 1.3.6.1.2.1.9998.1.1.2.6.14 counter32 read-only
This object reflects the total number of Not Acceptable (406) responses sent by the SIP entity. Outbound Not Acceptable responses indicate that the resources identified by requests received by this system cannot generate responses with content characteristics acceptable to the system sending the requests.
                           sipStatsClientProxyAuthReqdIns 1.3.6.1.2.1.9998.1.1.2.6.15 counter32 read-only
This object reflects the total number of Proxy Authentication Required (407) responses received by the SIP entity. Inbound Proxy Authentication Required responses indicate that this system must authenticate itself with the proxy before gaining access to the requested resource.
                           sipStatsClientProxyAuthReqdOuts 1.3.6.1.2.1.9998.1.1.2.6.16 counter32 read-only
This object reflects the total number of Proxy Authenticaion Required (407) responses sent by the SIP entity. Outbound Proxy Authentication Required responses indicate that the systems issuing requests being processed by this system must authenticate themselves with this system before gaining access to requested resources.
                           sipStatsClientReqTimeoutIns 1.3.6.1.2.1.9998.1.1.2.6.17 counter32 read-only
This object reflects the total number of Request Timeout (408) responses received by the SIP entity. Inbound Request Timeout responses indicate that requests issued by this system are not being processed by the server within the time indicated in the Expires header of the request.
                           sipStatsClientReqTimeoutOuts 1.3.6.1.2.1.9998.1.1.2.6.18 counter32 read-only
This object reflects the total number of Request Timeout (408) responses sent by the SIP entity. Outbound Request Timeout responses indicate that this system is not able to produce an appropriate response within the time indicated in the Expires header of the request.
                           sipStatsClientConflictIns 1.3.6.1.2.1.9998.1.1.2.6.19 counter32 read-only
This object reflects the total number of Conflict (409) responses received by the SIP entity. Inbound Conflict responses indicate that requests issued by this system could not be completed due to a conflict with the current state of a requested resource.
                           sipStatsClientConflictOuts 1.3.6.1.2.1.9998.1.1.2.6.20 counter32 read-only
This object reflects the total number of Conflict (409) responses sent by the SIP entity. Outbound Conflict responses indicate that requests received by this system could not be completed due to a conflict with the current state of a requested resource.
                           sipStatsClientGoneIns 1.3.6.1.2.1.9998.1.1.2.6.21 counter32 read-only
This object reflects the total number of Gone (410) responses received by the SIP entity. Inbound Gone responses indicate that resources requested by this system are no longer available at the recipient server and no forwarding address is known.
                           sipStatsClientGoneOuts 1.3.6.1.2.1.9998.1.1.2.6.22 counter32 read-only
This object reflects the total number of Gone (410) responses sent by the SIP entity. Outbound Gone responses indicate that the requested resources are no longer available at this system and no forwarding address is known.
                           sipStatsClientLengthRequiredIns 1.3.6.1.2.1.9998.1.1.2.6.23 counter32 read-only
This object reflects the total number of Length Required (411) responses received by the SIP entity. Inbound Length Required responses indicate that requests issued by this system are being refused by servers because of no defined Content-Length header field.
                           sipStatsClientLengthRequiredOuts 1.3.6.1.2.1.9998.1.1.2.6.24 counter32 read-only
This object reflects the total number of Length Required (411) responses sent by the SIP entity. Outbound Length Required responses indicate that requests received by this system are being refused because of no defined Content-Length header field.
                           sipStatsClientReqEntTooLargeIns 1.3.6.1.2.1.9998.1.1.2.6.25 counter32 read-only
This object reflects the total number of Request Entity Too Large 413) responses received by the SIP entity. Inbound Request Entity Too Large responses indicate that requests issued by this system are being refused because the request is larger than the server is willing or able to process.
                           sipStatsClientReqEntTooLargeOuts 1.3.6.1.2.1.9998.1.1.2.6.26 counter32 read-only
This object reflects the total number of Request Entity Too Large (413) responses sent by the SIP entity. Outbound Request Entity Too Large responses indicate that requests received by this system are larger than this system is willing or able to process.
                           sipStatsClientReqURITooLargeIns 1.3.6.1.2.1.9998.1.1.2.6.27 counter32 read-only
This object reflects the total number of Request-URI Too Large (414) responses received by the SIP entity. Inbound Request-URI Too Large responses indicate that requests issued by this system are being refused because the Request-URI is longer than the server is willing or able to interpret.
                           sipStatsClientReqURITooLargeOuts 1.3.6.1.2.1.9998.1.1.2.6.28 counter32 read-only
This object reflects the total number of Request-URI Too Large (414) responses sent by the SIP entity. Outbound Request-URI Too Large responses indicate that Request-URIs received by this system are longer than this system is willing or able to interpret.
                           sipStatsClientNoSupMediaTypeIns 1.3.6.1.2.1.9998.1.1.2.6.29 counter32 read-only
This object reflects the total number of Unsupported Media Type (415) responses received by the SIP entity. Inbound Unsupported Media Type responses indicate that requests issued by this system are being refused because the message body of the request is in a format not supported by the requested resource for the requested method.
                           sipStatsClientNoSupMediaTypeOuts 1.3.6.1.2.1.9998.1.1.2.6.30 counter32 read-only
This object reflects the total number of Unsupported Media Type (415) responses sent by the SIP entity. Outbound Unsupported Media Type responses indicate that the body of requests received by this system are in a format not supported by the requested resource for the requested method.
                           sipStatsClientBadExtensionIns 1.3.6.1.2.1.9998.1.1.2.6.31 counter32 read-only
This object reflects the total number of Bad Extension (420) responses received by the SIP entity. Inbound Bad Extension responses indicate that the recipient did not understand the protocol extension specified in a Require header field.
                           sipStatsClientBadExtensionOuts 1.3.6.1.2.1.9998.1.1.2.6.32 counter32 read-only
This object reflects the total number of Bad Extension (420) responses sent by the SIP entity. Outbound Bad Extension responses indicate that this system did not understand the protocol extension specified in a Require header field of requests.
                           sipStatsClientTempNotAvailIns 1.3.6.1.2.1.9998.1.1.2.6.33 counter32 read-only
This object reflects the total number of Temporarily Not Available 480) responses received by the SIP entity. Inbound Temporarily Not Available responses indicate that the called party is currently unavailable.
                           sipStatsClientTempNotAvailOuts 1.3.6.1.2.1.9998.1.1.2.6.34 counter32 read-only
This object reflects the total number of Temporarily Not Available (480) responses sent by the SIP entity. Outbound Temporarily Not Available responses indicate that the called party's end system was contacted successfully but the called party is currently unavailable.
                           sipStatsClientCallLegNoExistIns 1.3.6.1.2.1.9998.1.1.2.6.35 counter32 read-only
This object reflects the total number of Call Leg/Transaction Does Not Exist (481) responses received by the SIP entity. Inbound Call Leg/Transaction Does Not Exist responses indicate that either BYE or CANCEL requests issued by this system were received by a server and no matching call leg or transaction existed.
                           sipStatsClientCallLegNoExistOuts 1.3.6.1.2.1.9998.1.1.2.6.36 counter32 read-only
This object reflects the total number of Call Leg/Transaction Does Not Exist (481) responses sent by the SIP entity. Outbound Call Leg/Transaction Does Not Exist responses indicate that BYE or CANCEL requests have been received by this system and no call leg or transaction matching that request exists.
                           sipStatsClientLoopDetectedIns 1.3.6.1.2.1.9998.1.1.2.6.37 counter32 read-only
This object reflects the total number of Loop Detected (482) responses received by the SIP entity. Inbound Loop Detected responses indicate that requests issued by this system were received at servers and the server found itself in the Via path more than once.
                           sipStatsClientLoopDetectedOuts 1.3.6.1.2.1.9998.1.1.2.6.38 counter32 read-only
This object reflects the total number of Loop Detected (482) responses sent by the SIP entity. Outbound Loop Detected responses indicate that requests received by this system contain a Via path with this system appearing more than once.
                           sipStatsClientTooManyHopsIns 1.3.6.1.2.1.9998.1.1.2.6.39 counter32 read-only
This object reflects the total number of Too Many Hops (483) responses received by the SIP entity. Inbound Too Many Hops responses indicate that requests issued by this system contain more Via entries (hops) than allowed by the Max-Forwards header field of the requests.
                           sipStatsClientTooManyHopsOuts 1.3.6.1.2.1.9998.1.1.2.6.40 counter32 read-only
This object reflects the total number of Too Many Hops (483) responses sent by the SIP entity. Outbound Too Many Hops responses indicate that requests received by this system contain more Via entries (hops) than are allowed by the Max-Forwards header field of the requests.
                           sipStatsClientAddrIncompleteIns 1.3.6.1.2.1.9998.1.1.2.6.41 counter32 read-only
This object reflects the total number of Address Incomplete (484) responses received by the SIP entity. Inbound Address Incomplete responses indicate that requests issued by this system had To addresses or Request-URIs that were incomplete.
                           sipStatsClientAddrIncompleteOuts 1.3.6.1.2.1.9998.1.1.2.6.42 counter32 read-only
This object reflects the total number of Address Incomplete (484) responses sent by the SIP entity. Outbound Address Incomplete responses indicate that requests received by this system had To addresses or Request-URIs that were incomplete.
                           sipStatsClientAmbiguousIns 1.3.6.1.2.1.9998.1.1.2.6.43 counter32 read-only
This object reflects the total number of Ambiguous (485) responses received by the SIP entity. Inbound Ambiguous responses indicate that requests issued by this system provided ambiguous address information.
                           sipStatsClientAmbiguousOuts 1.3.6.1.2.1.9998.1.1.2.6.44 counter32 read-only
This object reflects the total number of Ambiguous (485) responses sent by the SIP entity. Outbound Ambiguous responses indicate that requests received by this system contained ambiguous address information.
                           sipStatsClientBusyHereIns 1.3.6.1.2.1.9998.1.1.2.6.45 counter32 read-only
This object reflects the total number of Busy Here (486) responses received by the SIP entity. Inbound Busy Here responses indicate that the called party is currently not willing or not able to take additional calls.
                           sipStatsClientBusyHereOuts 1.3.6.1.2.1.9998.1.1.2.6.46 counter32 read-only
This object reflects the total number of Busy Here (486) responses sent by the SIP entity. Outbound Busy Here responses indicate that the called party's end system was contacted successfully but the called party is currently not willing or able to take additional calls.
                       sipCommonStatsErrServer 1.3.6.1.2.1.9998.1.1.2.7
                           sipStatsServerIntErrorIns 1.3.6.1.2.1.9998.1.1.2.7.1 counter32 read-only
This object reflects the total number of Internal Server Error (500) responses received by the SIP entity. Inbound Internal Server Error responses indicate that servers to which this system is sending requests have encountered unexpected conditions that prevent them from fulfilling the requests.
                           sipStatsServerIntErrorOuts 1.3.6.1.2.1.9998.1.1.2.7.2 counter32 read-only
This object reflects the total number of Internal Server Error (500) responses sent by the SIP entity. Outbound Internal Server Error responses indicate that this system has encountered unexpected conditions that prevent it from fulfilling received requests.
                           sipStatsServerNotImplementedIns 1.3.6.1.2.1.9998.1.1.2.7.3 counter32 read-only
This object reflects the total number of Not Implemented (501) responses received by the SIP entity. Inbound Not Implemented responses indicate that servers to which this system is sending requests do not support the functionality required to fulfill the requests.
                           sipStatsServerNotImplementedOuts 1.3.6.1.2.1.9998.1.1.2.7.4 counter32 read-only
This object reflects the total number of Not Implemented (501) responses sent by the SIP entity. Outbound Not Implemented responses indicate that this system does not support the functionality required to fulfill the requests.
                           sipStatsServerBadGatewayIns 1.3.6.1.2.1.9998.1.1.2.7.5 counter32 read-only
This object reflects the total number of Bad Gateway (502) responses received by the SIP entity.
                           sipStatsServerBadGatewayOuts 1.3.6.1.2.1.9998.1.1.2.7.6 counter32 read-only
This object reflects the total number of Bad Gateway (502) responses sent by the SIP entity.
                           sipStatsServerServiceUnavailIns 1.3.6.1.2.1.9998.1.1.2.7.7 counter32 read-only
This object reflects the total number of Service Unavailable (503) responses received by the SIP entity. Inbound Service Unavailable responses indicate that the server servicing this system's request is temporarily unavailable to handle the request.
                           sipStatsServerServiceUnavailOuts 1.3.6.1.2.1.9998.1.1.2.7.8 counter32 read-only
This object reflects the total number of Service Unavailable (503) responses sent by the SIP entity. Outbound Service Unavailable responses indicate that this system is temporarily unable to handle received requests.
                           sipStatsServerGatewayTimeoutIns 1.3.6.1.2.1.9998.1.1.2.7.9 counter32 read-only
This object reflects the total number of Gateway Time-out (504) responses received by the SIP entity. Inbound Gateway Time-out responses indicate that the server attempting to complete this system's request did not receive a timely response from yet another system it was accessing to complete the request.
                           sipStatsServerGatewayTimeoutOuts 1.3.6.1.2.1.9998.1.1.2.7.10 counter32 read-only
This object reflects the total number of Gateway Time-out (504) responses sent by the SIP entity. Outbound Gateway Time-out responses indicate that this system did not receive a timely response from the system it had accessed to assist in completing a received request.
                           sipStatsServerBadSipVersionIns 1.3.6.1.2.1.9998.1.1.2.7.11 counter32 read-only
This object reflects the total number of SIP Version Not Supported (505) responses received by the SIP entity. Inbound SIP Version Not Supported responses indicate that the server does not support, or refuses to support, the SIP protocol version that was used in the request message.
                           sipStatsServerBadSipVersionOuts 1.3.6.1.2.1.9998.1.1.2.7.12 counter32 read-only
This object reflects the total number of SIP Version Not Supported (505) responses sent by the SIP entity. Outbound SIP Version Not Supported responses indicate that this system does not support, or refuses to support, the SIP protocol version used in received requests.
                       sipCommonStatsGlobalFail 1.3.6.1.2.1.9998.1.1.2.8
                           sipStatsGlobalBusyEverywhereIns 1.3.6.1.2.1.9998.1.1.2.8.1 counter32 read-only
This object reflects the total number of Busy Everywhere (600) responses received by the SIP entity. Inbound Busy Everywhere responses indicate that the called party's end system was contacted successfully but the called party is busy and does not want to take the call at this time.
                           sipStatsGlobalBusyEverywhereOuts 1.3.6.1.2.1.9998.1.1.2.8.2 counter32 read-only
This object reflects the total number of Busy Everywhere (600) responses sent by the SIP entity. Outbound Busy Everywhere responses indicate that this system has successfully contacted a called party's end system and the called party does not want to take the call at this time.
                           sipStatsGlobalDeclineIns 1.3.6.1.2.1.9998.1.1.2.8.3 counter32 read-only
This object reflects the total number of Decline (603) responses received by the SIP entity. Decline responses indicate that the called party's end system was contacted successfully but the called party explicitly does not want to, or cannot, participate.
                           sipStatsGlobalDeclineOuts 1.3.6.1.2.1.9998.1.1.2.8.4 counter32 read-only
This object reflects the total number of Decline (603) responses sent by the SIP entity. Outbound Decline responses indicate that this system has successfully contacted a called party's end system and the called party explicitly does not want to, or cannot, participate.
                           sipStatsGlobalNotAnywhereIns 1.3.6.1.2.1.9998.1.1.2.8.5 counter32 read-only
This object reflects the total number of Does Not Exist Anywhere (604) responses received by the SIP entity. Inbound Does Not Exist Anywhere responses indicate that the server handling this system's request has authoritative information that the called party indicated in the To request field does not exist anywhere.
                           sipStatsGlobalNotAnywhereOuts 1.3.6.1.2.1.9998.1.1.2.8.6 counter32 read-only
This object reflects the total number of Does Not Exist Anywhere (604) responses sent by the SIP entity. Outbound Does Not Exist Anywhere responses indicate that this system has authoritative information that the called party in the To field of received requests does not exist anywhere.
                           sipStatsGlobalNotAcceptableIns 1.3.6.1.2.1.9998.1.1.2.8.7 counter32 read-only
This object reflects the total number of Not Acceptable (606) responses received by the SIP entity. Inbound Not Acceptable responses indicate that the called party's end system was contacted successfully but some aspect of the session description is not acceptable.
                           sipStatsGlobalNotAcceptableOuts 1.3.6.1.2.1.9998.1.1.2.8.8 counter32 read-only
This object reflects the total number of Not Acceptable (606) responses sent by the SIP entity. Outbound Not Acceptable responses indicate that the called party wishes to communicate, but cannot adequately support the session described in the request.
                       sipCommonStatsTrans 1.3.6.1.2.1.9998.1.1.2.9
                           sipCurrentTransactions 1.3.6.1.2.1.9998.1.1.2.9.1 gauge32 read-only
This object contains the number of transactions awaiting definitive (non-1xx) response. In the case of a forked request, all branches count as a single transaction. The value of this object will reflect the number of rows in sipTransactionTable.
                           sipTransactionTable 1.3.6.1.2.1.9998.1.1.2.9.2 no-access
This table contains information on all of the transactions currently being processed (the count of such transactions is maintained in the sipCurrentTransactions object).
                               sipTransactionEntry 1.3.6.1.2.1.9998.1.1.2.9.2.1 no-access
Information on a particular current transaction.
                                   sipTransIndex 1.3.6.1.2.1.9998.1.1.2.9.2.1.1 unsigned32 no-access
This object uniquely identifies a conceptual row in the table.
                                   sipTransTo 1.3.6.1.2.1.9998.1.1.2.9.2.1.2 snmpadminstring read-only
This object contains the value of the To header in request message.
                                   sipTransFrom 1.3.6.1.2.1.9998.1.1.2.9.2.1.3 snmpadminstring read-only
This object contains the value of the From header in the request message.
                                   sipTransCallId 1.3.6.1.2.1.9998.1.1.2.9.2.1.4 snmpadminstring read-only
This object contains the value of the CallId value in the request message.
                                   sipTransCSeq 1.3.6.1.2.1.9998.1.1.2.9.2.1.5 unsigned32 read-only
This object contains the CSeq value for the current transaction.
                                   sipTransState 1.3.6.1.2.1.9998.1.1.2.9.2.1.6 integer read-only
This object contains the current state of the SIP transaction. null(1) : The SIP entity is not active. initial(2) : Prior to sending or receiving any request. calling(3) : After sending the request and prior to receiving any response. ringing(4) : After receiving one or more informational (1xx) responses. completed(5) : After ACK has been sent following reception of definitive response. callProceeding(6) : Entered on reception of an INVITE. failure(7) : Entered when call fails(send status code>=300). success(8) : Entered when user answers(send status code=200). confirmed(9) : Entered on reception of an ACK in failure or success states. Enumeration: 'confirmed': 9, 'ringing': 4, 'success': 8, 'completed': 5, 'initial': 2, 'calling': 3, 'callProceeding': 6, 'failure': 7, 'null': 1.
                                   sipTransOutstandingBranches 1.3.6.1.2.1.9998.1.1.2.9.2.1.7 integer32 read-only
This object contains a count of the number of branches awaiting a final response. Only a forking proxy will have a value greater than one.
                                   sipTransExpiry 1.3.6.1.2.1.9998.1.1.2.9.2.1.8 dateandtime read-only
This object contains an indication of when the transaction will be considered to have timed out. This value is based on the value in the Expires header, or the value of the sipRequestDfltExpires object if no Expires value was specified in the original request.
                                   sipTransCallingPartyContentType 1.3.6.1.2.1.9998.1.1.2.9.2.1.9 snmpadminstring read-only
This object contains the content type of the transaction, including parameters, as indicated by the session initiator. All optional white space is removed from subfields in the media-type specification. It may indicate mime multipart, in which case the multiple entries are separated by spaces.
                                   sipTransCalledPartyContentType 1.3.6.1.2.1.9998.1.1.2.9.2.1.10 snmpadminstring read-only
This object contains the content type of the transaction, including parameters, as indicated by the session respondant. All optional white space is removed from subfields in the media-type specification. It may indicate mime multipart, in which case the multiple entries are separated by spaces.
                       sipNumUnsupportedUris 1.3.6.1.2.1.9998.1.1.2.10 counter32 read-only
Number of RequestURIs received with unsupported scheme. A server normally responds to such requests with a 400 Bad Request status code.
               sipUA 1.3.6.1.2.1.9998.1.2
                   sipUACfg 1.3.6.1.2.1.9998.1.2.1
                       sipUACfgTimer 1.3.6.1.2.1.9998.1.2.1.1
                           sipUACfgTimerTrying 1.3.6.1.2.1.9998.1.2.1.1.1 integer32 read-write
This object specifies the time a user agent will wait to receive a provisional response to an INVITE before resending the INVITE.
                           sipUACfgTimerExpires 1.3.6.1.2.1.9998.1.2.1.1.2 integer32 read-write
This object specifies the time a user agent will wait to receive a final response to an INVITE before canceling the transaction.
                           sipUACfgTimerConnect 1.3.6.1.2.1.9998.1.2.1.1.3 integer32 read-write
This object specifies the time a user agent will wait to receive an ACK confirmation indicating that a session is established.
                           sipUACfgTimerDisconnect 1.3.6.1.2.1.9998.1.2.1.1.4 integer32 read-write
This object specifies the time a user agent will wait to receive a BYE confirmation indicating that a session is disconnected.
                       sipUACfgRetry 1.3.6.1.2.1.9998.1.2.1.2
                           sipUACfgRetryInvite 1.3.6.1.2.1.9998.1.2.1.2.1 integer32 read-write
This object will specify the number of times a user agent will retry sending an INVITE request.
                           sipUACfgRetryBye 1.3.6.1.2.1.9998.1.2.1.2.2 integer32 read-write
This object will specify the number of times a user agent will retry sending a BYE request.
                           sipUACfgRetryCancel 1.3.6.1.2.1.9998.1.2.1.2.3 integer32 read-write
This object will specify the number of times a user agent will retry sending a CANCEL request.
                           sipUACfgRetryRegister 1.3.6.1.2.1.9998.1.2.1.2.4 integer32 read-write
This object will specify the number of times a user agent will retry sending a REGISTER request.
                           sipUACfgRetryResponse 1.3.6.1.2.1.9998.1.2.1.2.5 integer32 read-write
This object will specify the number of times a user agent will retry sending a Response and expecting an ACK.
                   sipUAStats 1.3.6.1.2.1.9998.1.2.2
                       sipUAStatsRetry 1.3.6.1.2.1.9998.1.2.2.1
                           sipStatsRetryInvites 1.3.6.1.2.1.9998.1.2.2.1.1 counter32 read-only
This object reflects the total number of INVITE retries that have been sent by the user agent. If the number of 'first attempt' INVITES is of interest, subtract the value of this object from sipStatsTrafficInviteOut.
                           sipStatsRetryByes 1.3.6.1.2.1.9998.1.2.2.1.2 counter32 read-only
This object reflects the total number of BYE retries that have been sent by the user agent.
                           sipStatsRetryCancels 1.3.6.1.2.1.9998.1.2.2.1.3 counter32 read-only
This object reflects the total number of CANCEL retries that have been sent by the user agent.
                           sipStatsRetryRegisters 1.3.6.1.2.1.9998.1.2.2.1.4 counter32 read-only
This object reflects the total number of REGISTER retries that have been sent by the user agent.
                           sipStatsRetryResponses 1.3.6.1.2.1.9998.1.2.2.1.5 counter32 read-only
This object reflects the total number of Response (while expecting an ACK) retries that have been sent by the user agent.
               sipServer 1.3.6.1.2.1.9998.1.3
                   sipServerCfg 1.3.6.1.2.1.9998.1.3.1
                       sipServerHost 1.3.6.1.2.1.9998.1.3.1.1 snmpadminstring read-write
This is the host portion of a SIP URL that is assigned to the SIP server. It may contain a fully qualified domain name, or an IP address (v4 only for now).
                       sipInformationTryingInitial 1.3.6.1.2.1.9998.1.3.1.2 truthvalue read-write
If this object is true, the server sends 100 Trying when a request is processed.
                       sipInformationTryingInterval 1.3.6.1.2.1.9998.1.3.1.3 integer32 read-write
Server sends a 100 Trying at intervals of this duration as counted from when the request was processed. If the value is zero, no such retransmission is performed.
                       sipPgpVersion 1.3.6.1.2.1.9998.1.3.1.4 snmpadminstring read-only
This object indicates the version of PGP (Pretty Good Privacy) supported by this server. Common values are 2.6.2 and 5.0.
                       sipServerDfltAction 1.3.6.1.2.1.9998.1.3.1.5 sipserveractions read-write
This object specifies whether the default action of the server is to be a proxy server or a redirect server. A User Agent may indicate a preference upon registration of Contact information. The value of this object is used in the absence of such an indication.
                       sipServerRespectUAAction 1.3.6.1.2.1.9998.1.3.1.6 truthvalue read-write
This object specifies whether the server should respect the wishes of a User Agent when the UA specifies a server action (proxy or redirect) for certain Contact information. If the value of this object is false, then the value contained in the sipServerDfltAction is used.
                       sipRequestUriHostMatching 1.3.6.1.2.1.9998.1.3.1.7 truthvalue read-write
This object specifies whether or not the host in RequestURI must match server's host name. If the value of this object is TRUE, then the server requires a match, and if the RequestURI doesn't match the server's host name, a 404 Not Found status code is returned by the server. If the value is FALSE, then no match is required.
                   sipServerStats 1.3.6.1.2.1.9998.1.3.2
               sipProxy 1.3.6.1.2.1.9998.1.4
                   sipProxyCfg 1.3.6.1.2.1.9998.1.4.1
                       sipRequestMaxExpires 1.3.6.1.2.1.9998.1.4.1.1 unsigned32 read-write
This object specifies the maximum duration that a SIP proxy server will accept from a client in the Expires header. If a longer duration is contained in the request, the server returns a 400 Bad Request response.
                       sipProxyStateful 1.3.6.1.2.1.9998.1.4.1.2 truthvalue read-write
This object specifies whether or not the proxy server operates in stateful mode. When stateful, a proxy remembers the incoming request which generated outgoing requests, and the outgoing requests. A stateless proxy forgets all information once an outgoing request is generated. If the value of this object is TRUE, the proxy is stateful. If FALSE, the proxy is stateless.
                       sipProxySendsCancel 1.3.6.1.2.1.9998.1.4.1.3 truthvalue read-write
This object specifies whether or not a forking proxy sends CANCEL on outstanding branch requests after receiving a 2xx or 6xx, or after the request times-out. If the value of this object is TRUE, the server sends a CANCELs on branches where no definitive response has been received. If FALSE, the proxy does not send CANCELs.
                       sipProxyForwardAll1xx 1.3.6.1.2.1.9998.1.4.1.4 truthvalue read-write
This object specifies whether or not the proxy forwards all 1xx responses upstream towards the source of the request. If the value of this object is TRUE, all 1xx response are sent. If the value is FALSE, duplicate 1xx responses are not sent upstream.
                       sipProxyRecursion 1.3.6.1.2.1.9998.1.4.1.5 truthvalue read-write
This object specifies whether or not the Proxy performs recursive search on the Contacts provided in 3xx redirects. If the value of this object is TRUE, a recursive search is performed. If the value is FALSE, no search is performed, the 3xx response is sent upstream towards the source of the request.
                       sipProxyProvideAlternatives 1.3.6.1.2.1.9998.1.4.1.6 truthvalue read-write
The object specifies whether or not the Server provides alternative Contacts in 3xx and 485 responses. If the value of this object is TRUE, the server inserts a list of alternative URLs into a Contact header where the request Originator may possibly find the desired called party. If the value is FALSE, the server doesn't add Contact information to 3xx and 485 responses. Note that the policies of a server may limit the particular alternatives that are returned when this object is TRUE.
                       sipProxyRecordRoute 1.3.6.1.2.1.9998.1.4.1.7 truthvalue read-write
This object specifies whether or not the proxy adds itself to the Record-Route header. This header is used to list the proxies that insist on being in the signalling path for subsequent requests related to the call-leg. If the value of this object is TRUE, the proxy adds itself to the end of the Record-Route header, creating the header if required. If the value is FALSE, the proxy doesn't add itself to the Record-Route header.
                       sipProxyUseCompact 1.3.6.1.2.1.9998.1.4.1.8 truthvalue read-write
This object specifies whether or not the proxy should use the compact encoding form in the requests it sends. If the value of this object is TRUE, the proxy encodes all outgoing messages using the compact encoding form. If the value is FALSE, the encoding form used on the corresponding incoming message is used, and if no incoming message existed, full encoding is used.
                       sipProxyRetransmissionBuffer 1.3.6.1.2.1.9998.1.4.1.9 integer32 read-write
This object specifies the duration after reception of the first definitive non-200 response that a stateful proxy retains state in order to handle possible retransmissions of the response.
                       sipProxyAuthMethod 1.3.6.1.2.1.9998.1.4.1.10 integer read-write
This object specifies the authentication method that is used to authenticate request originators. If the value is none(1), no authentication is performed. Enumeration: 'none': 1, 'pgp': 4, 'digest': 3, 'basic': 2.
                       sipProxyAuthPgpAlgorithm 1.3.6.1.2.1.9998.1.4.1.11 integer read-write
This object specifies the PGP algorithm the proxy uses. Enumeration: 'sha1': 3, 'other': 1, 'md5': 2.
                       sipProxyAuthRealm 1.3.6.1.2.1.9998.1.4.1.12 snmpadminstring read-write
This object specifies the realm used in Proxy-Authenticate headers. Note that this may need to be stored per user.
                       sipProxyNonceLifeTime 1.3.6.1.2.1.9998.1.4.1.13 integer32 read-write
This object specifies the life-time of a given nonce. A nonce is a server specified value whose contents are opaque to the entity being authenticated and which is used in calculating authentication data. If this object has a value of zero, then nonces are not reused.
                       sipPgpPrivateKey 1.3.6.1.2.1.9998.1.4.1.14 octet string read-write
The value of this object is the server's private PGP key, used for both PGP authentication of this server and for PGP-based encryption.
                       sipRxProxyAuthTable 1.3.6.1.2.1.9998.1.4.1.15 no-access
This table contains authentication data for peers of the server.
                             sipRxProxyAuthEntry 1.3.6.1.2.1.9998.1.4.1.15.1 no-access
This object contains authentication data for a single peer.
                                 sipRxProxyAuthIndex 1.3.6.1.2.1.9998.1.4.1.15.1.1 unsigned32 no-access
This object uniquely identifies a conceptual row in the table.
                                 sipRxProxyAuthRealm 1.3.6.1.2.1.9998.1.4.1.15.1.2 snmpadminstring read-only
This object contains the realm that is specified by another server when it is authenticating this server.
                                 sipRxProxyAuthPassword 1.3.6.1.2.1.9998.1.4.1.15.1.3 octet string read-only
This object contains the password that this server uses when it is being authenticated by another server using the realm specified by the sipRxProxyAuthRealm object in this table row.
                                 sipRxProxyAuthStatus 1.3.6.1.2.1.9998.1.4.1.15.1.4 rowstatus read-only
The row status of the entry. This object is required to create or delete rows remotely by a manager.
                       sipHideRespect 1.3.6.1.2.1.9998.1.4.1.16 truthvalue read-write
This object specifies whether the server encrypts Via headers as requested by received Hide headers.
                   sipProxyStats 1.3.6.1.2.1.9998.1.4.2
                       sipNumProxyRequireFailures 1.3.6.1.2.1.9998.1.4.2.1 counter32 read-only
This object contains the number of occurrences of unsupported options being specified in received Proxy- Require headers. Such occurrences result in a 420 Bad Extension status code being returned.
               sipRedir 1.3.6.1.2.1.9998.1.5
                   sipRedirCfg 1.3.6.1.2.1.9998.1.5.1
                   sipRedirStats 1.3.6.1.2.1.9998.1.5.2
               sipReg 1.3.6.1.2.1.9998.1.6
                   sipRegCfg 1.3.6.1.2.1.9998.1.6.1
                       sipRegAllowThirdParty 1.3.6.1.2.1.9998.1.6.1.1 truthvalue read-write
This object specifies whether or not the Registrar should allows third party registrations. In third-party registration, the entity issuing the request (in the From header) is different from the entity being registered (in the To header) to whom the provided Contact information applies. If the value of this object is TRUE, the Registrar allows third party registrations. If the value is FALSE, third party registrations are rejected: a 403 Forbidden status code is returned to the requestor.
                       sipRegContactDfltExpiryDuration 1.3.6.1.2.1.9998.1.6.1.2 unsigned32 read-write
This object specifies the default expiration (time-to- live) of Contact information that is provided by User Agents when registering with this Registrar. This value is only used when no expiration has been specified by the user in the REGISTER request. If the value is applied to a registration and is different from the default (one hour), the server must return the value to the registered User Agent. The value contained in this object only applies if the value of the sipContactDfltExpiryDate object is NULL. If the value of this object applies, and is zero, then no default expiry is applied to registered contact information.
                       sipRegContactDfltExpiryDate 1.3.6.1.2.1.9998.1.6.1.3 dateandtime read-write
This object specifies the default expiration date (time- to-live) of Contact information that is provided by User Agents when registering with this Registrar. This value is only used when no expiration has been specified by the user in the REGISTER request. If this value is applied to a registration, the server must return the value to the registered User Agent. The value contained in this object only applies if the value of the sipContactDfltExpiryDuration object is zero. If the value of this object applies, and is NULL, then no default expiry is applied to registered contact information.
                       sipRegMaxContactExpiryDate 1.3.6.1.2.1.9998.1.6.1.4 unsigned32 read-write
This object specifies the maximum expiry that may be requested by a User Agent for a particular Contact. User Agents can specify expiry using either an Expiry header in a REGISTER request, or using an Expires parameter in a Contact header in a REGISTER request. If the value requested by the User Agent is greater than the value of this object, then the contact information is given the duration specified by this object, and that duration is indicated to the User Agent in the response.
                       sipRegRespHasContacts 1.3.6.1.2.1.9998.1.6.1.5 truthvalue read-write
This object specifies whether or not the Registrar should return all currently reachable locations for a successfully registering party in the REGISTER response message. If the value of this object is TRUE, the Registrar returns the locations in the REGISTER response. If the value is FALSE, no location information is provided.
                       sipRegMaxUsers 1.3.6.1.2.1.9998.1.6.1.6 unsigned32 read-only
This object specifies the maximum number of users that the registrar supports. The current number of users is reflected by sipRegCurrentUsers.
                       sipRegCurrentUsers 1.3.6.1.2.1.9998.1.6.1.7 gauge32 read-only
This object specifies the number of users currently configured on the registrar.
                       sipRegUserTable 1.3.6.1.2.1.9998.1.6.1.8 no-access
This table contains information on all users registered to this Registrar.
                           sipRegUserEntry 1.3.6.1.2.1.9998.1.6.1.8.1 no-access
This entry contains information for a single user registered to this Registrar.
                               sipUserIndex 1.3.6.1.2.1.9998.1.6.1.8.1.1 unsigned32 no-access
This object uniquely identifies a conceptual row in the table.
                               sipUserUri 1.3.6.1.2.1.9998.1.6.1.8.1.2 snmpadminstring read-only
This object contains the user's address-of-record. It is the main form by which the registrar knows the user. The format is typically 'user@domain'. It is contained in the To header for all REGISTER requests.
                               sipUserPassword 1.3.6.1.2.1.9998.1.6.1.8.1.3 octet string read-only
This object specifies the password that the user must enter when being authenticated.
                               sipUserAuthenticationFailures 1.3.6.1.2.1.9998.1.6.1.8.1.4 counter32 read-only
This object contains a count of the number of times the user has failed authentication.
                               sipUserTableRowStatus 1.3.6.1.2.1.9998.1.6.1.8.1.5 rowstatus read-only
The row status of the entry. This object is required to create or delete rows remotely by a manager.
                       sipContactTable 1.3.6.1.2.1.9998.1.6.1.9 no-access
This table contains information on every location where every registered user wishes to be found (i.e. has provided Contact information).
                           sipContactEntry 1.3.6.1.2.1.9998.1.6.1.9.1 no-access
This entry contains information for a single Contact. Multiple contacts may exist for a single user.
                               sipContactIndex 1.3.6.1.2.1.9998.1.6.1.9.1.1 unsigned32 no-access
Along with the sipUserIndex, this object uniquely identifies a conceptual row in the table.
                               sipContactDisplayName 1.3.6.1.2.1.9998.1.6.1.9.1.2 snmpadminstring read-only
This object contains the display name for the Contact. For example, 'Santa at Home', or 'Santa on his Sled', corresponding to contact URLs of sip:BigGuy@sip.northpole.ca or sip:sclaus817@sip.mobile.com, respectively.
                               sipContactURI 1.3.6.1.2.1.9998.1.6.1.9.1.3 snmpadminstring read-only
This object contains either a SIP URL or a URI where the user can be contacted. This URI is normally returned to a client from a redirect server, or is used as the RequestURI in a SIP request line for requests forwarded by a proxy.
                               sipContactLastUpdated 1.3.6.1.2.1.9998.1.6.1.9.1.4 timestamp read-only
This object indicates the time when this contact information was accepted. If the contact information is updated via a subsequent REGISTER of the same information, this object is also updated.
                               sipContactExpiry 1.3.6.1.2.1.9998.1.6.1.9.1.5 dateandtime read-only
This object contains the date and time when the contact information will no longer be valid. Such times may be specified by the user at registration (Expires header or expiry parameter in the Contact information), or a system default can be applied.
                               sipContactPreference 1.3.6.1.2.1.9998.1.6.1.9.1.6 octet string read-only
This object specifies the preference for this contact relative to all other active contacts for same user. A registering user may provide this preference as a 'qvalue' parameter in the Contact header. The format of this item is a decimal number between 0 and 1 (for example 0.9). Higher values indicate locations preferred by the user.
                               sipContactAction 1.3.6.1.2.1.9998.1.6.1.9.1.7 sipserveractions read-only
This object indicates whether the user wanted the server to act as a redirect server or as a proxy server. It is specified by the optional 'action' parameter in the Contact header.
                               sipContactRetryAfter 1.3.6.1.2.1.9998.1.6.1.9.1.8 dateandtime read-only
This object indicates that the contact information is currently inactive, and that it should only be activated after the date and time specified by the object. This value is provided by a user when deleting contact information using a REGISTER request containing a Retry- After header.
                   sipRegStats 1.3.6.1.2.1.9998.1.6.2
                       sipRegAcceptedRegistrations 1.3.6.1.2.1.9998.1.6.2.1 counter32 read-only
This object contains a count of the number of REGISTER requests that have been accepted (status code 200) by the Registrar. This includes additions of new contact information, refreshing contact information, as well as requests for deletion of contact information.
                       sipRegRejectedRegistrations 1.3.6.1.2.1.9998.1.6.2.2 counter32 read-only
This object contains a count of the number REGISTER requests that have been rejected by the Registrar.
           sipMIBNotifPrefix 1.3.6.1.2.1.9998.2
               sipMIBNotif 1.3.6.1.2.1.9998.2.0
                   sipNotif 1.3.6.1.2.1.9998.2.0.1
                   sipUANotif 1.3.6.1.2.1.9998.2.0.2
                   sipProxyNotif 1.3.6.1.2.1.9998.2.0.3
                   sipRedirNotif 1.3.6.1.2.1.9998.2.0.4
                   sipRegNotif 1.3.6.1.2.1.9998.2.0.5
           sipMIBConformance 1.3.6.1.2.1.9998.3
               sipMIBCompliances 1.3.6.1.2.1.9998.3.1
                   sipCompliance 1.3.6.1.2.1.9998.3.1.1
The compliance statement for SIP entities.
               sipMIBGroups 1.3.6.1.2.1.9998.3.2
                   sipCommonConfigGroup 1.3.6.1.2.1.9998.3.2.1
A collection of objects providing configuration common to all SIP enities.
                   sipCommonStatsGroup 1.3.6.1.2.1.9998.3.2.2
A collection of objects providing statistics common toall SIP entities.
                   sipUAConfigGroup 1.3.6.1.2.1.9998.3.2.4
A collection of objects providing configuration for SIP User Agents.
                   sipUAStatsGroup 1.3.6.1.2.1.9998.3.2.5
A collection of objects providing statistics for SIP User Agents.
                   sipServerConfigGroup 1.3.6.1.2.1.9998.3.2.7
A collection of objects providing configuration common to SIP Proxy and Redirect servers.
                   sipProxyConfigGroup 1.3.6.1.2.1.9998.3.2.9
A collection of objects providing configuration for SIP Proxy servers.
                   sipProxyStatsGroup 1.3.6.1.2.1.9998.3.2.10
A collection of objects providing statistics for SIP Proxy servers.
                   sipRegistrarConfigGroup 1.3.6.1.2.1.9998.3.2.15
A collection of objects providing configuration for SIP Registrars.
                   sipRegistrarStatsGroup 1.3.6.1.2.1.9998.3.2.16
A collection of objects providing statistics for SIP Registrars.