CISCO-SIP-UA-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-SIP-UA-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
 ciscoSipUaMIB 1.3.6.1.4.1.9.9.152
Cisco User Agent 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). A User Agent is an application which 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 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.
         ciscoSipUaMIBNotifs 1.3.6.1.4.1.9.9.152.0
         ciscoSipUaMIBObjects 1.3.6.1.4.1.9.9.152.1
             cSipCfg 1.3.6.1.4.1.9.9.152.1.1
                 cSipCfgBase 1.3.6.1.4.1.9.9.152.1.1.1
                     cSipCfgVersion 1.3.6.1.4.1.9.9.152.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 user agent. For example, user agents supporting SIP version 2 will return 'SIP/2.0' as dictated by RFC 2543.
                     cSipCfgTransport 1.3.6.1.4.1.9.9.152.1.1.1.2 integer read-write
This object specifies the transport protocol the SIP user agent will use to receive SIP messages. A value of 'disabled' indicates that the UA will not receive any SIP messages. Enumeration: 'udpAndTcp': 3, 'disabled': 4, 'udp': 1, 'tcp': 2.
                     cSipCfgUserLocationServerAddr 1.3.6.1.4.1.9.9.152.1.1.1.3 snmpadminstring read-write
This object specifies 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. 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 follow: ipv4 - Syntax: ipv4:w.x.y.z:port or ipv4:w.x.y.z dns - Syntax: dns:host.domain.
                     cSipCfgMaxForwards 1.3.6.1.4.1.9.9.152.1.1.1.4 integer32 read-write
This object may be used with any SIP method to limit the number of proxies that can forward the request to the next downstream server.
                     cSipCfgBindSrcAddrInterface 1.3.6.1.4.1.9.9.152.1.1.1.5 interfaceindexorzero read-write
This object may specify the interface where the source IP address used in SIP signalling or media packets is configured. A value of 0 means that there is no specific source address configured and in this case the best local IP address will be chosen by the system.
                     cSipCfgBindSrcAddrScope 1.3.6.1.4.1.9.9.152.1.1.1.6 integer read-write
This object specifies the scope of packets to which the source IP address of the interface designated by cSipCfgBindSrcAddrInterface will be bound. A value of 'all' means the IP address will be bound to both SIP signalling and media packets. A value of 'control' means the IP address will only be bound to SIP signalling packets. If cSipCfgBindSrcAddrInterface is set to 0, the value of this object has no meaning. Enumeration: 'control': 2, 'all': 1.
                     cSipCfgDnsSrvQueryStringFormat 1.3.6.1.4.1.9.9.152.1.1.1.7 integer read-write
This object specifies the format of the prefix used by the system for DNS SRV queries. v1 : RFC 2052 format - 'protocol.transport.' v2 : RFC 2782 format - '_protocol._transport.' This object allows backward compatibility with systems only supporting RFC 2052 format. Enumeration: 'v1': 1, 'v2': 2.
                     cSipCfgRedirectionDisabled 1.3.6.1.4.1.9.9.152.1.1.1.8 truthvalue read-write
This object specifies how call redirection (3xx) is handled by the user agent. If 'false', the user agent's treatment of incoming 3xx class response messages is as defined in RFC 2543. That is, the user agent uses the Contact header(s) from the 3xx response to reinitiate another INVITE transaction to the user's new location. The call is redirected. If 'true', the user agent treats incoming 3xx response messages as 4xx (client error) class response messages. In this case, the call is not redirected, instead it is released with the appropriate PSTN cause code. The mapping of SIP 3xx response status codes to 4xx response status codes is as follows: 300 Multiple Choices -> 410 Gone 301 Moved Permanently -> 410 Gone 302 Moved Temporarily -> 480 Temporarily Unavailable 305 User Proxy -> 410 Gone 380 Alternative Service -> 410 Gone Any other 3xx -> 410 Gone
                     cSipCfgEarlyMediaTable 1.3.6.1.4.1.9.9.152.1.1.1.9 no-access
This table contains configuration for Early Media Cut Through. The configuration controls how the SIP user agent will process 1xx (Provisional) SIP response messages that contain Session Definition Protocol (SDP) payloads.
                         cSipCfgEarlyMediaEntry 1.3.6.1.4.1.9.9.152.1.1.1.9.1 no-access
A row in the cSipCfgEarlyMediaTable. A row is accessible with a Provisional (1xx) status code value (eg, 180) and provides an object for the enabling or disabling of the Early Media Cut Through functionality.
                             cSipCfgEarlyMediaStatusCodeIndex 1.3.6.1.4.1.9.9.152.1.1.1.9.1.1 csipstatuscode no-access
A unique identifier of a row in this table and a valid SIP status code.
                             cSipCfgEarlyMediaCutThruDisabled 1.3.6.1.4.1.9.9.152.1.1.1.9.1.2 truthvalue read-write
This object specifies whether Early Media Cut Through is enabled or disabled for the SIP response messages with status codes that match cSipCfgEarlyMediaStatusCodeIndex. If 'true', early media cut through is disabled, and the user agent will process the message as though it did not contain any SDP payload. If 'false', early media cut through is enabled, and the user agent will process the message similar to a 183 (Session Progress) and cut through for early media. The assumption being that the SDP is an indication that the far end is going to send early media.
                     cSipCfgSymNatEnabled 1.3.6.1.4.1.9.9.152.1.1.1.10 truthvalue read-write
This object specifies whether remote media checks for Symmetric Network Address Translation (NAT) is enabled or disabled. If 'true', remote media checks are enabled. The gateway will have the ability to open a Real Time Transport Protocol (RTP) session with the remote end and then update (modify) the existing RTP session's remote address/port (raddr:rport) with the source address and port of the actual media packet received. This would be triggered for only those calls where the Session Description Protocol (SDP) received by the gateway has an indication to do so. If 'false', remote media checks are disabled.
                     cSipCfgSymNatDirectionRole 1.3.6.1.4.1.9.9.152.1.1.1.11 integer read-write
This object specifies the value of the 'a=direction:' SDP attribute supported by the user agent. The direction attribute is used to describe the role of the user agent (as an endpoint for a connection-oriented media stream) in the connection setup procedure. none : No role is specified. passive : The user agent will advertise itself as a 'passive' entity (inside the NAT) in the SDP. active : The user agent will advertise itself as a 'active' entity (outside the NAT) in the SDP. Enumeration: 'passive': 2, 'active': 3, 'none': 1.
                     cSipCfgBindSourceAddrTable 1.3.6.1.4.1.9.9.152.1.1.1.12 no-access
This table contains configuration for binding the scope of packets to the particular ethernet interface. The scope for the packets can be specified as either 'signalling' or 'media' packets. The ethernet interface shall be specified by the interface index. The table shall be indexed based on the scope.
                           cSipCfgBindSourceAddrEntry 1.3.6.1.4.1.9.9.152.1.1.1.12.1 no-access
A row in the cSipCfgBindSourceAddrTable. A row is accessible with the scope of packets to which the source IP address of the interface designated by cSipCfgBindSourceAddrInterface will be bound.
                               cSipCfgBindSourceAddrScope 1.3.6.1.4.1.9.9.152.1.1.1.12.1.1 integer no-access
A unique identifier of a row in this table and specifies the scope of packets to which the source IP address of the interface designated by cSipCfgBindSourceAddrInterface will be bound. Enumeration: 'control': 2, 'media': 1.
                               cSipCfgBindSourceAddrInterface 1.3.6.1.4.1.9.9.152.1.1.1.12.1.2 interfaceindexorzero read-write
This object may specify the interface where the source IP address used in SIP signalling or media packets is configured. A value of 0 means that there is no specific source address configured and in this case the best local IP address will be chosen by the system.
                     cSipCfgSuspendResumeEnabled 1.3.6.1.4.1.9.9.152.1.1.1.13 truthvalue read-write
This object specifies if support for handling Suspend/Resume events from the switch is enabled or not. If 'true', the user agent on getting a Suspend will notify the remote agent by sending it a re-invite with a hold SDP. Similarly, when the Gateway receives a Resume, it will initiate a re-invite with the original SDP and unhold the call. If 'false', the user agent will not initiate any re-invites on receiving Suspend/Resume events, basically it won't be putting the call on hold or off hold.
                     cSipCfgOfferCallHold 1.3.6.1.4.1.9.9.152.1.1.1.14 integer read-write
This object specifies how the SIP gateway would initiate call hold requests. directionAttr: The user agent will use the direction attribute such as a=sendonly or a=inactive in the sdp to initiate call hold requests. connAddr: The user agent will use 0.0.0.0 connection address to specify Call Hold. Enumeration: 'connAddr': 2, 'directionAttr': 1.
                     cSipCfgReasonHeaderOveride 1.3.6.1.4.1.9.9.152.1.1.1.15 truthvalue read-write
This object specifies that the Reason header overrides SIP status code mapping table.
                     cSipCfgMaximumForwards 1.3.6.1.4.1.9.9.152.1.1.1.16 integer32 read-write
This object may be used with any SIP method to limit the number of proxies that can forward the request to the next downstream server.
                 cSipCfgTimer 1.3.6.1.4.1.9.9.152.1.1.2
                     cSipCfgTimerTrying 1.3.6.1.4.1.9.9.152.1.1.2.1 integer32 read-write
This object specifies the time a user agent will wait to receive a provisional response to a INVITE before resending the INVITE.
                     cSipCfgTimerExpires 1.3.6.1.4.1.9.9.152.1.1.2.2 integer32 read-write
This object specifies the time a user agent will wait to receive a final response to a INVITE before cancelling the transaction.
                     cSipCfgTimerConnect 1.3.6.1.4.1.9.9.152.1.1.2.3 integer32 read-write
This object specifies the time a user agent will wait to receive an ACK confirmation a session is established.
                     cSipCfgTimerDisconnect 1.3.6.1.4.1.9.9.152.1.1.2.4 integer32 read-write
This object specifies the time a user agent will wait to receive an BYE confirmation a session is disconnected.
                     cSipCfgTimerPrack 1.3.6.1.4.1.9.9.152.1.1.2.5 integer32 read-write
This object specifies the time a user agent will wait for a final response before retransmitting the PRACK (PRovisional ACKnowledgment).
                     cSipCfgTimerComet 1.3.6.1.4.1.9.9.152.1.1.2.6 integer32 read-write
This object specifies the time a user agent will wait for a final response before retransmitting the COMET (COndition MET).
                     cSipCfgTimerReliableRsp 1.3.6.1.4.1.9.9.152.1.1.2.7 integer32 read-write
This object specifies the amount of time to wait for a PRACK before retransmitting the reliable 1xx response.
                     cSipCfgTimerNotify 1.3.6.1.4.1.9.9.152.1.1.2.8 integer32 read-write
This object specifies the amount of time to wait for a final response before retransmitting the Notify.
                     cSipCfgTimerRefer 1.3.6.1.4.1.9.9.152.1.1.2.9 integer32 read-write
This object specifies the amount of time to wait for a final response before retransmitting the Refer.
                     cSipCfgTimerSessionTimer 1.3.6.1.4.1.9.9.152.1.1.2.10 integer32 read-write
This object specifies the value of the Min-SE header for INVITE messages originated by this user agent and the minimum value of the Session-Expires headers for INVITE messages received by this user agent. Any Session-Expires headers received with a value below this object's value will be rejected with a 422 client error response message. Setting this object to a value less than 600 is valid, but the possibly of excessive re-INVITES and the impact of those messages should be fully understood and considered an acceptable risk.
                     cSipCfgTimerHold 1.3.6.1.4.1.9.9.152.1.1.2.11 integer32 read-write
This object specifies the amount of time to wait before disconnecting a call already on hold. A value of 0 specifies that this functionality is disabled.
                     cSipCfgTimerInfo 1.3.6.1.4.1.9.9.152.1.1.2.12 integer32 read-write
This object specifies the amount of time to wait for a 200ok response before retransmitting the Info.
                     cSipCfgTimerConnectionAging 1.3.6.1.4.1.9.9.152.1.1.2.13 integer32 read-write
This object specifies the amount of time to wait before aging out a TCP/UDP connection.
                     cSipCfgTimerBufferInvite 1.3.6.1.4.1.9.9.152.1.1.2.14 integer32 read-write
This object specifies the amount of time to buffer the INVITE while waiting for display name info in the Facility. A value of 0 means that the INVITE wouldn't be buffered waiting for the display name info in the Facility.
                 cSipCfgRetry 1.3.6.1.4.1.9.9.152.1.1.3
                     cSipCfgRetryInvite 1.3.6.1.4.1.9.9.152.1.1.3.1 integer32 read-write
This object specifies the number of times a user agent will retry sending a INVITE request.
                     cSipCfgRetryBye 1.3.6.1.4.1.9.9.152.1.1.3.2 integer32 read-write
This object specifies the number of times a user agent will retry sending a BYE request.
                     cSipCfgRetryCancel 1.3.6.1.4.1.9.9.152.1.1.3.3 integer32 read-write
This object specifies the number of times a user agent will retry sending a CANCEL request.
                     cSipCfgRetryRegister 1.3.6.1.4.1.9.9.152.1.1.3.4 integer32 read-write
This object specifies the number of times a user agent will retry sending a REGISTER request.
                     cSipCfgRetryResponse 1.3.6.1.4.1.9.9.152.1.1.3.5 integer32 read-write
This object specifies the number of times a user agent will retry sending a Response and expecting a ACK.
                     cSipCfgRetryPrack 1.3.6.1.4.1.9.9.152.1.1.3.6 integer32 read-write
This object specifies the number of times a user agent will retry sending a PRACK (PRovisional ACKnowledgement).
                     cSipCfgRetryComet 1.3.6.1.4.1.9.9.152.1.1.3.7 integer32 read-write
This object specifies the number of times a user agent will retry sending a COMET (COndition MET).
                     cSipCfgRetryReliableRsp 1.3.6.1.4.1.9.9.152.1.1.3.8 integer32 read-write
This object specifies the number of times a user agent will retry sending a reliable response.
                     cSipCfgRetryNotify 1.3.6.1.4.1.9.9.152.1.1.3.9 integer32 read-write
This object specifies the number of times a user agent will retry sending a Notify request.
                     cSipCfgRetryRefer 1.3.6.1.4.1.9.9.152.1.1.3.10 integer32 read-write
This object specifies the number of times a user agent will retry sending a Refer request.
                     cSipCfgRetryInfo 1.3.6.1.4.1.9.9.152.1.1.3.11 integer32 read-write
This object specifies the number of times a user agent will retry sending a Info request.
                     cSipCfgRetrySubscribe 1.3.6.1.4.1.9.9.152.1.1.3.12 integer32 read-write
This object specifies the number of times a user agent will retry sending a Subscribe request.
                 cSipCfgPeer 1.3.6.1.4.1.9.9.152.1.1.4
                     cSipCfgPeerTable 1.3.6.1.4.1.9.9.152.1.1.4.1 no-access
This table contains per dial-peer SIP related configuration. The table is a sparse table of dial-peer information. This means, it only reflects dial-peers being used for SIP. A dial-peer is being used for SIP if the value of cvVoIPPeerCfgSessionProtocol (CISCO-VOICE-DIAL-CONTROL-MIB) is 'sip'. Dial-peers are not created or destroyed via this table. Only SIP related configuration can be performed via this table once the dial-peer exists in the system and is visible in this table.
                         cSipCfgPeerEntry 1.3.6.1.4.1.9.9.152.1.1.4.1.1 no-access
A row in the cSipCfgPeerTable.
                             cSipCfgPeerIndex 1.3.6.1.4.1.9.9.152.1.1.4.1.1.1 integer32 no-access
An arbitrary index that uniquely identifies a dial-peer configured for SIP.
                             cSipCfgPeerOutSessionTransport 1.3.6.1.4.1.9.9.152.1.1.4.1.1.2 integer read-write
This object specifies the session transport protocol that will be used by this dial-peer for outbound SIP messages. The value 'system' is the default and indicates that this dial-peer should use the value set by cSipCfgOutSessionTransport instead. Enumeration: 'udp': 2, 'system': 1, 'tcp': 3.
                             cSipCfgPeerReliable1xxRspStr 1.3.6.1.4.1.9.9.152.1.1.4.1.1.3 snmpadminstring read-write
This object specifies the string that will be placed in either the Supported or Require SIP header, as specified by cSipCfgPeerReliable1xxRspHdr.
                             cSipCfgPeerReliable1xxRspHdr 1.3.6.1.4.1.9.9.152.1.1.4.1.1.4 integer read-write
This object specifies behavior with respect to Support or Require headers in SIP messages sent and received via this dial-peer. If the originating gateway is configured for 'require', the Require header is added to the outgoing INVITEs with the value of cSipCfgPeerReliable1xxStr. This requires the use of reliable provisional responses by the terminating gateway. Sessions will be torn down if this use cannot be supported by that gateway. If the originating gateway is configured for 'supported', the Supported header is added to the outgoing INVITEs with the value of cSipCfgPeerReliable1xxStr. This requires that an attempt to use reliable provisional responses be made, but sessions can continue without them. If the originating gateway is configured for 'disabled', the value of cSipCfgReliable1xxStr will NOT be added to either the Require or Supported headers of outgoing INVITEs. The value 'system' is the default and indicates that this dial-peer should use the value of cSipCfgReliable1xxRspHdr instead. Enumeration: 'disabled': 4, 'require': 3, 'supported': 2, 'system': 1.
                             cSipCfgPeerUrlType 1.3.6.1.4.1.9.9.152.1.1.4.1.1.5 integer read-write
This object specifies the URL type sent in outbound INVITES generated by this device. The value 'system' is the default and indicates that this dial-peer should use the value of cSipCfgUrlType instead. Enumeration: 'sip': 2, 'tel': 3, 'system': 1.
                             cSipCfgPeerSwitchTransEnabled 1.3.6.1.4.1.9.9.152.1.1.4.1.1.6 truthvalue read-write
This object specifies if the functionality of switching between transports from UDP to TCP if the message size of a Request is greater than 1300 bytes is enabled or not.
                     cSipCfgOutSessionTransport 1.3.6.1.4.1.9.9.152.1.1.4.2 integer read-write
This object specifies the session transport protocol that will be used for outbound SIP messages. This configuration is applicable to all dial-peers in the system having cSipCfgPeerOutSessionTransport set to 'system'. Enumeration: 'udp': 1, 'tcp': 2.
                     cSipCfgReliable1xxRspStr 1.3.6.1.4.1.9.9.152.1.1.4.3 snmpadminstring read-write
This object specifies the string that will be placed in either the Supported or Require SIP header, as specified by cSipCfgReliable1xxRspHdr.
                     cSipCfgReliable1xxRspHdr 1.3.6.1.4.1.9.9.152.1.1.4.4 integer read-write
This object specifies behavior with respect to Supported or Require headers in SIP messages sent and received via this dial-peer. If the originating gateway is configured for 'require', the Require header is added to the outgoing INVITEs with the value of cSipCfgReliable1xxStr. This requires the use of reliable provisional responses by the terminating gateway. Sessions will be torn down if this use cannot be supported by that gateway. If the originating gateway is configured for 'supported', the Supported header is added to the outgoing INVITEs with the value of cSipCfgReliable1xxStr. This requires that an attempt to use reliable provisional responses be made, but sessions can continue without them. If the originating gateway is configured for 'disabled', the value of cSipCfgReliable1xxStr will NOT be added to either the Require or Supported headers of outgoing INVITEs. Enumeration: 'disabled': 3, 'require': 2, 'supported': 1.
                     cSipCfgUrlType 1.3.6.1.4.1.9.9.152.1.1.4.5 integer read-write
This object specifies the URL type sent in outbound INVITES generated by this device. Enumeration: 'sip': 1, 'tel': 2.
                 cSipCfgStatusCauseMap 1.3.6.1.4.1.9.9.152.1.1.5
                     cSipCfgStatusCauseTable 1.3.6.1.4.1.9.9.152.1.1.5.1 no-access
This table contains SIP status code to PSTN cause code mapping configuration. Inbound SIP response messages that will result in outbound PSTN signalling messages will have the SIP status codes transposed into the PSTN cause codes as prescribed by the contents of this table.
                         cSipCfgStatusCauseEntry 1.3.6.1.4.1.9.9.152.1.1.5.1.1 no-access
A row in the cSipCfgStatusCauseTable. Entries cannot be created or destroyed by the actions of any NMS.
                             cSipCfgStatusCodeIndex 1.3.6.1.4.1.9.9.152.1.1.5.1.1.1 csipstatuscode no-access
A unique identifier of a row in this table and a valid SIP status code.
                             cSipCfgPstnCause 1.3.6.1.4.1.9.9.152.1.1.5.1.1.2 integer32 read-write
The PSTN cause code to which the SIP status code given by cSipCfgStatusCodeIndex is to be mapped for outbound PSTN signalling messages.
                             cSipCfgStatusCauseStoreStatus 1.3.6.1.4.1.9.9.152.1.1.5.1.1.3 storagetype read-only
This object reflects the storage status of this table entry. If the value is 'volatile', then this entry only exists in RAM and the information would be lost (reverting to defaults) on system reload. If the value is 'nonVolatile' then this entry has been written to NVRAM and will persist across system reloads.
                     cSipCfgCauseStatusTable 1.3.6.1.4.1.9.9.152.1.1.5.2 no-access
This table contains PSTN cause code to SIP status code mapping configuration. Inbound PSTN signalling messages that will result in outbound SIP response messages will have the PSTN cause codes transposed into the SIP status codes as prescribed by the contents of this table.
                         cSipCfgCauseStatusEntry 1.3.6.1.4.1.9.9.152.1.1.5.2.1 no-access
A row in the cSipCfgCauseStatusTable. Entries cannot be created or destroyed by the actions of any NMS.
                             cSipCfgPstnCauseIndex 1.3.6.1.4.1.9.9.152.1.1.5.2.1.1 integer32 no-access
A unique identifier of a row in this table and a valid PSTN cause code.
                             cSipCfgStatusCode 1.3.6.1.4.1.9.9.152.1.1.5.2.1.2 csipstatuscode read-write
The SIP status code to which the PSTN cause code given by cSipCfgPstnCauseIndex is to be mapped for outbound SIP response messages.
                             cSipCfgCauseStatusStoreStatus 1.3.6.1.4.1.9.9.152.1.1.5.2.1.3 storagetype read-only
This object reflects the storage status of this table entry. If the value is 'volatile', then this entry only exists in RAM and the information would be lost (reverting to defaults) on system reload. If the value is 'nonVolatile' then this entry has been written to NVRAM and will persist across system reloads.
                 cSipCfgAaa 1.3.6.1.4.1.9.9.152.1.1.6
                     cSipCfgAaaUsername 1.3.6.1.4.1.9.9.152.1.1.6.1 integer read-write
This object specifies the source of the information used to populate the username attribute of AAA billing records. Enumeration: 'proxyAuth': 2, 'callingNumber': 1.
                 cSipCfgVoiceServiceVoip 1.3.6.1.4.1.9.9.152.1.1.7
                     cSipCfgHeaderPassingEnabled 1.3.6.1.4.1.9.9.152.1.1.7.1 truthvalue read-write
This object specifies if support for passing SIP headers from Invite, Subscribe, Notify Request to the application is enabled. If 'true', the headers received in a message will be passed to the application. If 'false', the headers received in a message will not be passed to the application.
                     cSipCfgMaxSubscriptionAccept 1.3.6.1.4.1.9.9.152.1.1.7.2 unsigned32 read-write
This object specifies the maximum number of concurrent SIP subscriptions a SIP Gateway can accept.
                     cSipCfgMaxSubscriptionOriginate 1.3.6.1.4.1.9.9.152.1.1.7.3 unsigned32 read-write
This object specifies the maximum number of concurrent SIP subscriptions that a SIP Gateway can originate. Default is Max Dialpeers on platform. Maximum is 2*Max Dialpeers on Platform.
                     cSipCfgSwitchTransportEnabled 1.3.6.1.4.1.9.9.152.1.1.7.4 truthvalue read-write
This object specifies if the functionality of switching between transports from udp to tcp if the message size of a Request is greater than 1300 bytes is enabled or not. This configuration is at the global level, and will only be considered if there exists no voip dial-peer.
             cSipStats 1.3.6.1.4.1.9.9.152.1.2
                 cSipStatsInfo 1.3.6.1.4.1.9.9.152.1.2.1
                     cSipStatsInfoTryingIns 1.3.6.1.4.1.9.9.152.1.2.1.1 counter32 read-only
This object reflects the total number of Trying (100) responses received by the user agent since system startup. 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 request sent out by this system have been received and are processed.
                     cSipStatsInfoTryingOuts 1.3.6.1.4.1.9.9.152.1.2.1.2 counter32 read-only
This object reflects the total number of Trying (100) responses sent by the user agent since system startup. 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 this system is successfully receiving INVITE requests and processing them on behalf of the system initiating the INVITE.
                     cSipStatsInfoRingingIns 1.3.6.1.4.1.9.9.152.1.2.1.3 counter32 read-only
This object reflects the total number of Ringing (180) responses received by the user agent since system startup. A inbound Ringing response indicates that the UAS processing a 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.
                     cSipStatsInfoRingingOuts 1.3.6.1.4.1.9.9.152.1.2.1.4 counter32 read-only
This object reflects the total number of Ringing (180) responses sent by the user agent since system startup. 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.
                     cSipStatsInfoForwardedIns 1.3.6.1.4.1.9.9.152.1.2.1.5 counter32 read-only
This object reflects the total number of Call Is Being Forwarded (181) responses received by the user agent since system startup. A proxy server may 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.
                     cSipStatsInfoForwardedOuts 1.3.6.1.4.1.9.9.152.1.2.1.6 counter32 read-only
This object reflects the total number of Call Is Being Forwarded (181) responses sent by the user agent since system startup. A proxy server may 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.
                     cSipStatsInfoQueuedIns 1.3.6.1.4.1.9.9.152.1.2.1.7 counter32 read-only
This object reflects the total number of Queued (182) responses received by the user agent since system startup. Inbound Queued responses indicate that the users 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 may give further details about the status of the call. Multiple Queued responses to update this system about the status of the queued call my be received.
                     cSipStatsInfoQueuedOuts 1.3.6.1.4.1.9.9.152.1.2.1.8 counter32 read-only
This object reflects the total number of Queued (182) responses sent by the user agent since system startup. Outbound Queued responses indicate this system has determined that the called party is temporarily unavailable but the call is not rejected. Rather 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.
                     cSipStatsInfoSessionProgIns 1.3.6.1.4.1.9.9.152.1.2.1.9 counter32 read-only
This object reflects the total number of Session Progress (183) responses received by the user agent since system startup.
                     cSipStatsInfoSessionProgOuts 1.3.6.1.4.1.9.9.152.1.2.1.10 counter32 read-only
This object reflects the total number of Session Progress (183) responses sent by the user agent since system startup.
                 cSipStatsSuccess 1.3.6.1.4.1.9.9.152.1.2.2
                     cSipStatsSuccessOkIns 1.3.6.1.4.1.9.9.152.1.2.2.1 counter32 read-only
This object reflects the total number of Ok (200) responses received by the user agent since system startup. 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.
                     cSipStatsSuccessOkOuts 1.3.6.1.4.1.9.9.152.1.2.2.2 counter32 read-only
This object reflects the total number of Ok (200) responses sent by the user agent since system startup. 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.
                     cSipStatsSuccessAcceptedIns 1.3.6.1.4.1.9.9.152.1.2.2.3 counter32 read-only
This object reflects the total number of Accepted (202) responses received by the user agent since system startup. The meaning of outbound 202 Ok responses depends on the method used in the associated request.
                     cSipStatsSuccessAcceptedOuts 1.3.6.1.4.1.9.9.152.1.2.2.4 counter32 read-only
This object reflects the total number of Accepted (202) responses sent by the user agent since system startup. The meaning of outbound 202 Ok responses depends on the method used in the associated request.
                     cSipStatsSuccessOkTable 1.3.6.1.4.1.9.9.152.1.2.2.5 no-access
This table contains statistics for sent and received 200 Ok response messages. The statistics are kept on per SIP method basis.
                         cSipStatsSuccessOkEntry 1.3.6.1.4.1.9.9.152.1.2.2.5.1 no-access
A row in the cSipStatsSuccessOkTable. There is an entry for each SIP method for which 200 Ok inbound and/or outbound statistics are kept.
                             cSipStatsSuccessOkMethod 1.3.6.1.4.1.9.9.152.1.2.2.5.1.1 csipmethodstr no-access
This object is used for instance identification of objects in this table. The value reflects a SIP method.
                             cSipStatsSuccessOkInbounds 1.3.6.1.4.1.9.9.152.1.2.2.5.1.2 counter32 read-only
This object reflects the total number of Ok (200) responses sent by the user agent, since system startup, that were associated with the SIP method as specified by cSipStatsSuccessOkMethod.
                             cSipStatsSuccessOkOutbounds 1.3.6.1.4.1.9.9.152.1.2.2.5.1.3 counter32 read-only
This object reflects the total number of Ok (200) responses received by the user agent, since system startup, that were associated with the SIP method as specified by cSipStatsSuccessOkMethod.
                 cSipStatsRedirect 1.3.6.1.4.1.9.9.152.1.2.3
                     cSipStatsRedirMultipleChoices 1.3.6.1.4.1.9.9.152.1.2.3.1 counter32 read-only
This object reflects the total number of Multiple Choices (300) responses received by the user agent since system startup. 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.
                     cSipStatsRedirMovedPerms 1.3.6.1.4.1.9.9.152.1.2.3.2 counter32 read-only
This object reflects the total number of Moved Permanently (301) responses received by the user agent since system startup. 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.
                     cSipStatsRedirMovedTemps 1.3.6.1.4.1.9.9.152.1.2.3.3 counter32 read-only
This object reflects the total number of Moved Temporarily (302) responses received by the user agent since system startup. 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.
                     cSipStatsRedirSeeOthers 1.3.6.1.4.1.9.9.152.1.2.3.4 counter32 read-only
This object reflects the total number of See Other (303) responses received by the user agent since system startup.
                     cSipStatsRedirUseProxys 1.3.6.1.4.1.9.9.152.1.2.3.5 counter32 read-only
This object reflects the total number of Use Proxy (305) responses received by the user agent since system startup. 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.
                     cSipStatsRedirAltServices 1.3.6.1.4.1.9.9.152.1.2.3.6 counter32 read-only
This object reflects the total number of Alternative Service (380) responses received by the user agent since system startup. 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.
                     cSipStatsRedirMovedTempsIns 1.3.6.1.4.1.9.9.152.1.2.3.7 counter32 read-only
This object reflects the total number of Moved Temporarily (302) responses received by the user agent since system startup. 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.
                     cSipStatsRedirMovedTempsOuts 1.3.6.1.4.1.9.9.152.1.2.3.8 counter32 read-only
This object reflects the total number of Moved Temporarily (302) responses sent by the user agent since system startup.
                 cSipStatsErrClient 1.3.6.1.4.1.9.9.152.1.2.4
                     cSipStatsClientBadRequestIns 1.3.6.1.4.1.9.9.152.1.2.4.1 counter32 read-only
This object reflects the total number of Bad Request (400) responses received by the user agent since system startup. Inbound Bad Request responses indicate that requests issued by this system could not be understood due to malformed syntax.
                     cSipStatsClientBadRequestOuts 1.3.6.1.4.1.9.9.152.1.2.4.2 counter32 read-only
This object reflects the total number of Bad Request (400) responses sent by the user agent since system startup. Outbound Bad Request responses indicate that requests received by this system could not be understood due to malformed syntax.
                     cSipStatsClientUnauthorizedIns 1.3.6.1.4.1.9.9.152.1.2.4.3 counter32 read-only
This object reflects the total number of Unauthorized (401) responses received by the user agent since system startup. Inbound Unauthorized responses indicate that requests issued by this system require user authentication.
                     cSipStatsClientUnauthorizedOuts 1.3.6.1.4.1.9.9.152.1.2.4.4 counter32 read-only
This object reflects the total number of Unauthorized (401) responses sent by the user agent since system startup. Outbound Unauthorized responses indicate that requests received by this system require user authentication.
                     cSipStatsClientPaymentReqdIns 1.3.6.1.4.1.9.9.152.1.2.4.5 counter32 read-only
This object reflects the total number of Payment Required (402) responses received by the user agent since system startup.
                     cSipStatsClientPaymentReqdOuts 1.3.6.1.4.1.9.9.152.1.2.4.6 counter32 read-only
This object reflects the total number of Payment Required (402) responses sent by the user agent since system startup.
                     cSipStatsClientForbiddenIns 1.3.6.1.4.1.9.9.152.1.2.4.7 counter32 read-only
This object reflects the total number of Forbidden (403) responses received by the user agent since system startup. 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.
                     cSipStatsClientForbiddenOuts 1.3.6.1.4.1.9.9.152.1.2.4.8 counter32 read-only
This object reflects the total number of Forbidden (403) responses sent by the user agent since system startup. Outbound Forbidden responses indicate that requests received by this system are understood but this system is refusing to fulfill the requests.
                     cSipStatsClientNotFoundIns 1.3.6.1.4.1.9.9.152.1.2.4.9 counter32 read-only
This object reflects the total number of Not Found (404) responses received by the user agent since system startup. 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.
                     cSipStatsClientNotFoundOuts 1.3.6.1.4.1.9.9.152.1.2.4.10 counter32 read-only
This object reflects the total number of Not Found (404) responses sent by the user agent since system startup. 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.
                     cSipStatsClientMethNotAllowedIns 1.3.6.1.4.1.9.9.152.1.2.4.11 counter32 read-only
This object reflects the total number of Method Not Allowed (405) received responses by the user agent. 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.
                     cSipStatsClientMethNotAllowedOuts 1.3.6.1.4.1.9.9.152.1.2.4.12 counter32 read-only
This object reflects the total number of Method Not Allowed (405) received sent by the user agent since system startup. 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.
                     cSipStatsClientNotAcceptableIns 1.3.6.1.4.1.9.9.152.1.2.4.13 counter32 read-only
This object reflects the total number of Not Acceptable (406) responses received by the user agent since system startup. Inbound Not Acceptable responses indicate 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.
                     cSipStatsClientNotAcceptableOuts 1.3.6.1.4.1.9.9.152.1.2.4.14 counter32 read-only
This object reflects the total number of Not Acceptable (406) responses sent by the user agent since system startup. 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.
                     cSipStatsClientProxyAuthReqdIns 1.3.6.1.4.1.9.9.152.1.2.4.15 counter32 read-only
This object reflects the total number of Proxy Authentication Required (407) responses received by the user agent since system startup. Inbound Proxy Authentication Required responses indicate that this system must authenticate itself with the proxy before gaining access to the requested resource.
                     cSipStatsClientProxyAuthReqdOuts 1.3.6.1.4.1.9.9.152.1.2.4.16 counter32 read-only
This object reflects the total number of Proxy Authentication Required (407) responses sent by the user agent since system startup. 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.
                     cSipStatsClientReqTimeoutIns 1.3.6.1.4.1.9.9.152.1.2.4.17 counter32 read-only
This object reflects the total number of Request Timeout (408) responses received by the user agent since system startup. 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.
                     cSipStatsClientReqTimeoutOuts 1.3.6.1.4.1.9.9.152.1.2.4.18 counter32 read-only
This object reflects the total number of Request Timeout (408) responses sent by the user agent since system startup. 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.
                     cSipStatsClientConflictIns 1.3.6.1.4.1.9.9.152.1.2.4.19 counter32 read-only
This object reflects the total number of Conflict (409) responses received by the user agent since system startup. 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.
                     cSipStatsClientConflictOuts 1.3.6.1.4.1.9.9.152.1.2.4.20 counter32 read-only
This object reflects the total number of Conflict (409) responses sent by the user agent since system startup. 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.
                     cSipStatsClientGoneIns 1.3.6.1.4.1.9.9.152.1.2.4.21 counter32 read-only
This object reflects the total number of Gone (410) responses received by the user agent since system startup. Inbound Gone responses indicate that resources requested by this system are no longer available at the recipient server and no forwarding address is known.
                     cSipStatsClientGoneOuts 1.3.6.1.4.1.9.9.152.1.2.4.22 counter32 read-only
This object reflects the total number of Gone (410) responses sent by the user agent since system startup. Outbound Gone responses indicate that the requested resources are no longer available at this system and no forwarding address is known.
                     cSipStatsClientLengthRequiredIns 1.3.6.1.4.1.9.9.152.1.2.4.23 counter32 read-only
This object reflects the total number of Length Required (411) responses received by the user agent since system startup. Inbound Length Required responses indicate that requests issued by this system are being refused by servers because of no defined Content-Length header field.
                     cSipStatsClientLengthRequiredOuts 1.3.6.1.4.1.9.9.152.1.2.4.24 counter32 read-only
This object reflects the total number of Length Required (411) responses sent by the user agent since system startup. Outbound Length Required responses indicate that requests received by this system are being refused because of no defined Content-Length header field.
                     cSipStatsClientReqEntTooLargeIns 1.3.6.1.4.1.9.9.152.1.2.4.25 counter32 read-only
This object reflects the total number of Request Entity Too Large (413) responses received by the user agent since system startup. 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.
                     cSipStatsClientReqEntTooLargeOuts 1.3.6.1.4.1.9.9.152.1.2.4.26 counter32 read-only
This object reflects the total number of Request Entity Too Large (413) responses sent by the user agent since system startup. Outbound Request Entity Too Large responses indicate that requests received by this system are larger than this system is willing or able to process.
                     cSipStatsClientReqURITooLargeIns 1.3.6.1.4.1.9.9.152.1.2.4.27 counter32 read-only
This object reflects the total number of Request-URI Too Large (414) responses received by the user agent since system startup. 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.
                     cSipStatsClientReqURITooLargeOuts 1.3.6.1.4.1.9.9.152.1.2.4.28 counter32 read-only
This object reflects the total number of Request-URI Too Large (414) responses sent by the user agent since system startup. 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.
                     cSipStatsClientNoSupMediaTypeIns 1.3.6.1.4.1.9.9.152.1.2.4.29 counter32 read-only
This object reflects the total number of Unsupported Media Type (415) responses received by the user agent since system startup. 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.
                     cSipStatsClientNoSupMediaTypeOuts 1.3.6.1.4.1.9.9.152.1.2.4.30 counter32 read-only
This object reflects the total number of Unsupported Media Type (415) responses sent by the user agent since system startup. 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.
                     cSipStatsClientBadExtensionIns 1.3.6.1.4.1.9.9.152.1.2.4.31 counter32 read-only
This object reflects the total number of Bad Extension (420) responses received by the user agent since system startup. Inbound Bad Extension responses indicate that the recipient did not understand the protocol extension specified in a Require header field.
                     cSipStatsClientBadExtensionOuts 1.3.6.1.4.1.9.9.152.1.2.4.32 counter32 read-only
This object reflects the total number of Bad Extension (420) responses sent by the user agent since system startup. Outbound Bad Extension responses indicate that this system did not understand the protocol extension specified in a Require header field of requests.
                     cSipStatsClientTempNotAvailIns 1.3.6.1.4.1.9.9.152.1.2.4.33 counter32 read-only
This object reflects the total number of Temporarily Not Available (480) responses received by the user agent since system startup. Inbound Temporarily Not Available responses indicate that the called party is currently unavailable.
                     cSipStatsClientTempNotAvailOuts 1.3.6.1.4.1.9.9.152.1.2.4.34 counter32 read-only
This object reflects the total number of Temporarily Not Available (480) responses sent by the user agent since system startup. Outbound Temporarily Not Available responses indicate that the called party's end system was contacted successfully but the called party is currently unavailable.
                     cSipStatsClientCallLegNoExistIns 1.3.6.1.4.1.9.9.152.1.2.4.35 counter32 read-only
This object reflects the total number of Call Leg/Transaction Does Not Exist (481) responses received by the user agent since system startup. 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 not matching call leg or transaction existed.
                     cSipStatsClientCallLegNoExistOuts 1.3.6.1.4.1.9.9.152.1.2.4.36 counter32 read-only
This object reflects the total number of Call Leg/Transaction Does Not Exist (481) responses sent by the user agent since system startup. Outbound Call Leg/Transaction Does Not Exist responses indicate that BYE or CANCEL requests have been received by this system and not call leg or transaction matching that request exists.
                     cSipStatsClientLoopDetectedIns 1.3.6.1.4.1.9.9.152.1.2.4.37 counter32 read-only
This object reflects the total number of Loop Detected (482) responses received by the user agent since system startup. 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.
                     cSipStatsClientLoopDetectedOuts 1.3.6.1.4.1.9.9.152.1.2.4.38 counter32 read-only
This object reflects the total number of Loop Detected (482) responses sent by the user agent since system startup. Outbound Loop Detected responses indicate that requests received by this system contain a Via path with this system appearing more than once.
                     cSipStatsClientTooManyHopsIns 1.3.6.1.4.1.9.9.152.1.2.4.39 counter32 read-only
This object reflects the total number of Too Many Hops (483) responses received by the user agent since system startup. 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.
                     cSipStatsClientTooManyHopsOuts 1.3.6.1.4.1.9.9.152.1.2.4.40 counter32 read-only
This object reflects the total number of Too Many Hops (483) responses sent by the user agent since system startup. 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.
                     cSipStatsClientAddrIncompleteIns 1.3.6.1.4.1.9.9.152.1.2.4.41 counter32 read-only
This object reflects the total number of Address Incomplete (484) responses received by the user agent since system startup. Inbound Address Incomplete responses indicate that requests issued by this system had To addresses or Request-URIs that were incomplete.
                     cSipStatsClientAddrIncompleteOuts 1.3.6.1.4.1.9.9.152.1.2.4.42 counter32 read-only
This object reflects the total number of Address Incomplete (484) responses sent by the user agent since system startup. Outbound Address Incomplete responses indicate that requests received by this system had To addresses or Request-URIs that were incomplete.
                     cSipStatsClientAmbiguousIns 1.3.6.1.4.1.9.9.152.1.2.4.43 counter32 read-only
This object reflects the total number of Ambiguous (485) responses received by the user agent since system startup. Inbound Ambiguous responses indicate that requests issued by this system provided ambiguous address information.
                     cSipStatsClientAmbiguousOuts 1.3.6.1.4.1.9.9.152.1.2.4.44 counter32 read-only
This object reflects the total number of Ambiguous (485) responses sent by the user agent since system startup. Outbound Ambiguous responses indicate that requests received by this system contained ambiguous address information.
                     cSipStatsClientBusyHereIns 1.3.6.1.4.1.9.9.152.1.2.4.45 counter32 read-only
This object reflects the total number of Busy Here (486) responses received by the user agent since system startup. Inbound Busy Here responses indicate that the called party is currently not willing or not able to take additional calls.
                     cSipStatsClientBusyHereOuts 1.3.6.1.4.1.9.9.152.1.2.4.46 counter32 read-only
This object reflects the total number of Busy Here (486) responses sent by the user agent since system startup. 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.
                     cSipStatsClientReqTermIns 1.3.6.1.4.1.9.9.152.1.2.4.47 counter32 read-only
This object reflects the total number of Request Terminated (487) responses received by the user agent since system startup. Request Terminated responses are issued if the original request was terminated via CANCEL or BYE.
                     cSipStatsClientReqTermOuts 1.3.6.1.4.1.9.9.152.1.2.4.48 counter32 read-only
This object reflects the total number of Request Terminated (487) responses sent by the user agent since system startup. Request Terminated responses are issued if the original request was terminated via CANCEL or BYE.
                     cSipStatsClientNoAcceptHereIns 1.3.6.1.4.1.9.9.152.1.2.4.49 counter32 read-only
This object reflects the total number of Not Acceptable Here (488) responses received by the user agent since system startup. The response has the same meaning as 606 (Not Acceptable), but only applies to the specific entity addressed by the Request-URI and the request may succeed elsewhere.
                     cSipStatsClientNoAcceptHereOuts 1.3.6.1.4.1.9.9.152.1.2.4.50 counter32 read-only
This object reflects the total number of Not Acceptable Here (488) responses sent by the user agent since system startup. The response has the same meaning as 606 (Not Acceptable), but only applies to the specific entity addressed by the Request-URI and the request may succeed elsewhere.
                     cSipStatsClientBadEventIns 1.3.6.1.4.1.9.9.152.1.2.4.51 counter32 read-only
This object reflects the total number of BadEvent (489) responses received by the user agent since system startup.
                     cSipStatsClientBadEventOuts 1.3.6.1.4.1.9.9.152.1.2.4.52 counter32 read-only
This object reflects the total number of BadEvent (489) responses sent by the user agent since system startup.
                     cSipStatsClientSTTooSmallIns 1.3.6.1.4.1.9.9.152.1.2.4.53 counter32 read-only
This object reflects the total number of SessionTimerTooSmall (422) responses received by the user agent since system startup.
                     cSipStatsClientSTTooSmallOuts 1.3.6.1.4.1.9.9.152.1.2.4.54 counter32 read-only
This object reflects the total number of SessionTimerTooSmall (422) responses sent by the user agent since system startup.
                     cSipStatsClientReqPendingIns 1.3.6.1.4.1.9.9.152.1.2.4.55 counter32 read-only
This object reflects the total number of RequestPending (491) responses received by the user agent since system startup.
                     cSipStatsClientReqPendingOuts 1.3.6.1.4.1.9.9.152.1.2.4.56 counter32 read-only
This object reflects the total number of RequestPending (491) responses sent by the user agent since system startup.
                 cSipStatsErrServer 1.3.6.1.4.1.9.9.152.1.2.5
                     cSipStatsServerIntErrorIns 1.3.6.1.4.1.9.9.152.1.2.5.1 counter32 read-only
This object reflects the total number of Internal Server Error (500) responses received by the user agent since system startup. 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.
                     cSipStatsServerIntErrorOuts 1.3.6.1.4.1.9.9.152.1.2.5.2 counter32 read-only
This object reflects the total number of Internal Server Error (500) responses sent by the user agent since system startup. Outbound Internal Server Error responses indicate that this system has encountered unexpected conditions that prevent it from fulfilling received requests.
                     cSipStatsServerNotImplementedIns 1.3.6.1.4.1.9.9.152.1.2.5.3 counter32 read-only
This object reflects the total number of Not Implemented (501) responses received by the user agent since system startup. Inbound Not Implemented responses indicate that servers to which this system is sending requests do not support the functionality required to fulfill the requests.
                     cSipStatsServerNotImplementedOuts 1.3.6.1.4.1.9.9.152.1.2.5.4 counter32 read-only
This object reflects the total number of Not Implemented (501) responses sent by the user agent since system startup. Outbound Not Implemented responses indicate that this system does not support the functionality required to fulfill the requests.
                     cSipStatsServerBadGatewayIns 1.3.6.1.4.1.9.9.152.1.2.5.5 counter32 read-only
This object reflects the total number of Bad Gateway (502) responses received by the user agent since system startup.
                     cSipStatsServerBadGatewayOuts 1.3.6.1.4.1.9.9.152.1.2.5.6 counter32 read-only
This object reflects the total number of Bad Gateway (502) responses sent by the user agent since system startup.
                     cSipStatsServerServiceUnavailIns 1.3.6.1.4.1.9.9.152.1.2.5.7 counter32 read-only
This object reflects the total number of Service Unavailable (503) responses received by the user agent since system startup. Inbound Service Unavailable responses indicate that the server servicing this system's request is temporarily unavailable to handle the request.
                     cSipStatsServerServiceUnavailOuts 1.3.6.1.4.1.9.9.152.1.2.5.8 counter32 read-only
This object reflects the total number of Service Unavailable (503) responses sent by the user agent since system startup. Outbound Service Unavailable responses indicate that this system is temporarily unable to handle received requests.
                     cSipStatsServerGatewayTimeoutIns 1.3.6.1.4.1.9.9.152.1.2.5.9 counter32 read-only
This object reflects the total number of Gateway Time-out (504) responses received by the user agent since system startup. 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.
                     cSipStatsServerGatewayTimeoutOuts 1.3.6.1.4.1.9.9.152.1.2.5.10 counter32 read-only
This object reflects the total number of Gateway Time-out (504) responses sent by the user agent since system startup. 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.
                     cSipStatsServerBadSipVersionIns 1.3.6.1.4.1.9.9.152.1.2.5.11 counter32 read-only
This object reflects the total number of SIP Version Not Supported (505) responses received by the user agent since system startup. 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.
                     cSipStatsServerBadSipVersionOuts 1.3.6.1.4.1.9.9.152.1.2.5.12 counter32 read-only
This object reflects the total number of SIP Version Not Supported (505) responses sent by the user agent since system startup. 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.
                     cSipStatsServerPrecondFailureIns 1.3.6.1.4.1.9.9.152.1.2.5.13 counter32 read-only
This object reflects the total number of Precondition Failure (580) responses received by the user agent since system startup. This response is returned by a UAS if it is unable to perform the mandatory preconditions for the session.
                     cSipStatsServerPrecondFailureOuts 1.3.6.1.4.1.9.9.152.1.2.5.14 counter32 read-only
This object reflects the total number of Precondition Failure (580) responses sent by the user agent since system startup. This response is returned by a UAS if it is unable to perform the mandatory preconditions for the session.
                 cSipStatsGlobalFail 1.3.6.1.4.1.9.9.152.1.2.6
                     cSipStatsGlobalBusyEverywhereIns 1.3.6.1.4.1.9.9.152.1.2.6.1 counter32 read-only
This object reflects the total number of Busy Everywhere (600) responses received by the user agent since system startup. Inbound Busy Everywhere responses indicate that the called party's end system was contacted successfully but the called party is busy and does not wish to take the call at this time.
                     cSipStatsGlobalBusyEverywhereOuts 1.3.6.1.4.1.9.9.152.1.2.6.2 counter32 read-only
This object reflects the total number of Busy Everywhere (600) responses sent by the user agent since system startup. Outbound Busy Everywhere responses indicate that this system has successfully contacted a called party's end system and the called party does not wish to take the call at this time.
                     cSipStatsGlobalDeclineIns 1.3.6.1.4.1.9.9.152.1.2.6.3 counter32 read-only
This object reflects the total number of Decline (603) responses received by the user agent since system startup. Decline responses indicate that the called party's end system was contacted successfully but the called party explicitly does not wish to, or cannot, participate.
                     cSipStatsGlobalDeclineOuts 1.3.6.1.4.1.9.9.152.1.2.6.4 counter32 read-only
This object reflects the total number of Decline (603) responses sent by the user agent since system startup. Outbound Decline responses indicate that this system has successfully contacted a called party's end system and the called party explicitly does not wish to, or cannot, participate.
                     cSipStatsGlobalNotAnywhereIns 1.3.6.1.4.1.9.9.152.1.2.6.5 counter32 read-only
This object reflects the total number of Does Not Exist Anywhere (604) responses received by the user agent since system startup. 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.
                     cSipStatsGlobalNotAnywhereOuts 1.3.6.1.4.1.9.9.152.1.2.6.6 counter32 read-only
This object reflects the total number of Does Not Exist Anywhere (604) responses sent by the user agent since system startup. 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.
                     cSipStatsGlobalNotAcceptableIns 1.3.6.1.4.1.9.9.152.1.2.6.7 counter32 read-only
This object reflects the total number of Not Acceptable (606) responses received by the user agent since system startup. 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.
                     cSipStatsGlobalNotAcceptableOuts 1.3.6.1.4.1.9.9.152.1.2.6.8 counter32 read-only
This object reflects the total number of Not Acceptable (606) responses sent by the user agent since system startup. Outbound Not Acceptable responses indicate that the called party wishes to communicate, but cannot adequately support the session described in the request.
                 cSipStatsTraffic 1.3.6.1.4.1.9.9.152.1.2.7
                     cSipStatsTrafficInviteIns 1.3.6.1.4.1.9.9.152.1.2.7.1 counter32 read-only
This object reflects the total number of INVITE requests received by the user agent since system startup.
                     cSipStatsTrafficInviteOuts 1.3.6.1.4.1.9.9.152.1.2.7.2 counter32 read-only
This object reflects the total number of INVITE requests sent by the user agent.
                     cSipStatsTrafficAckIns 1.3.6.1.4.1.9.9.152.1.2.7.3 counter32 read-only
This object reflects the total number of ACK requests received by the user agent since system startup.
                     cSipStatsTrafficAckOuts 1.3.6.1.4.1.9.9.152.1.2.7.4 counter32 read-only
This object reflects the total number of ACK requests sent by the user agent.
                     cSipStatsTrafficByeIns 1.3.6.1.4.1.9.9.152.1.2.7.5 counter32 read-only
This object reflects the total number of BYE requests received by the user agent since system startup.
                     cSipStatsTrafficByeOuts 1.3.6.1.4.1.9.9.152.1.2.7.6 counter32 read-only
This object reflects the total number of BYE requests sent by the user agent.
                     cSipStatsTrafficCancelIns 1.3.6.1.4.1.9.9.152.1.2.7.7 counter32 read-only
This object reflects the total number of CANCEL requests received by the user agent since system startup.
                     cSipStatsTrafficCancelOuts 1.3.6.1.4.1.9.9.152.1.2.7.8 counter32 read-only
This object reflects the total number of CANCEL requests sent by the user agent.
                     cSipStatsTrafficOptionsIns 1.3.6.1.4.1.9.9.152.1.2.7.9 counter32 read-only
This object reflects the total number of OPTIONS requests received by the user agent since system startup.
                     cSipStatsTrafficOptionsOuts 1.3.6.1.4.1.9.9.152.1.2.7.10 counter32 read-only
This object reflects the total number of OPTIONS requests sent by the user agent.
                     cSipStatsTrafficRegisterIns 1.3.6.1.4.1.9.9.152.1.2.7.11 counter32 read-only
This object reflects the total number of REGISTER requests received by the user agent since system startup.
                     cSipStatsTrafficRegisterOuts 1.3.6.1.4.1.9.9.152.1.2.7.12 counter32 read-only
This object reflects the total number of REGISTER requests sent by the user agent since system startup.
                     cSipStatsTrafficCometIns 1.3.6.1.4.1.9.9.152.1.2.7.13 counter32 read-only
This object reflects the total number of COndition MET requests received by the user agent since system startup.
                     cSipStatsTrafficCometOuts 1.3.6.1.4.1.9.9.152.1.2.7.14 counter32 read-only
This object reflects the total number of COndition MET requests sent by the user agent since system startup.
                     cSipStatsTrafficPrackIns 1.3.6.1.4.1.9.9.152.1.2.7.15 counter32 read-only
This object reflects the total number of PRovisonal ACKnowledgement requests received by the user agent since system startup.
                     cSipStatsTrafficPrackOuts 1.3.6.1.4.1.9.9.152.1.2.7.16 counter32 read-only
This object reflects the total number of PRovisonal ACKnowledgement requests sent by the user agent since system startup.
                     cSipStatsTrafficReferIns 1.3.6.1.4.1.9.9.152.1.2.7.17 counter32 read-only
This object reflects the total number of Refer requests received by the user agent since system startup.
                     cSipStatsTrafficReferOuts 1.3.6.1.4.1.9.9.152.1.2.7.18 counter32 read-only
This object reflects the total number of Refer requests sent by the user agent since system startup.
                     cSipStatsTrafficNotifyIns 1.3.6.1.4.1.9.9.152.1.2.7.19 counter32 read-only
This object reflects the total number of Notify requests received by the user agent since system startup.
                     cSipStatsTrafficNotifyOuts 1.3.6.1.4.1.9.9.152.1.2.7.20 counter32 read-only
This object reflects the total number of Notify requests sent by the user agent since system startup.
                     cSipStatsTrafficInfoIns 1.3.6.1.4.1.9.9.152.1.2.7.21 counter32 read-only
This object reflects the total number of Info requests received by the user agent since system startup.
                     cSipStatsTrafficInfoOuts 1.3.6.1.4.1.9.9.152.1.2.7.22 counter32 read-only
This object reflects the total number of Info requests sent by the user agent since system startup.
                     cSipStatsTrafficSubscribeIns 1.3.6.1.4.1.9.9.152.1.2.7.23 counter32 read-only
This object reflects the total number of Subscribe requests received by the user agent since system startup.
                     cSipStatsTrafficSubscribeOuts 1.3.6.1.4.1.9.9.152.1.2.7.24 counter32 read-only
This object reflects the total number of Subscribe requests sent by the user agent since system startup.
                     cSipStatsTrafficUpdateIns 1.3.6.1.4.1.9.9.152.1.2.7.25 counter32 read-only
This object reflects the total number of Update requests received by the user agent since system startup.
                     cSipStatsTrafficUpdateOuts 1.3.6.1.4.1.9.9.152.1.2.7.26 counter32 read-only
This object reflects the total number of Update requests sent by the user agent since system startup.
                 cSipStatsRetry 1.3.6.1.4.1.9.9.152.1.2.8
                     cSipStatsRetryInvites 1.3.6.1.4.1.9.9.152.1.2.8.1 counter32 read-only
This object reflects the total number of INVITE retries that have been sent by the user agent since system startup. If the number of 'first attempt' INVITES is of interest, subtract the value of this object from cSipStatsTrafficInviteOut.
                     cSipStatsRetryByes 1.3.6.1.4.1.9.9.152.1.2.8.2 counter32 read-only
This object reflects the total number of BYE retries that have been sent by the user agent since system startup.
                     cSipStatsRetryCancels 1.3.6.1.4.1.9.9.152.1.2.8.3 counter32 read-only
This object reflects the total number of CANCEL retries that have been sent by the user agent since system startup.
                     cSipStatsRetryRegisters 1.3.6.1.4.1.9.9.152.1.2.8.4 counter32 read-only
This object reflects the total number of REGISTER retries that have been sent by the user agent since system startup.
                     cSipStatsRetryResponses 1.3.6.1.4.1.9.9.152.1.2.8.5 counter32 read-only
This object reflects the total number of Response (while expecting a ACK) retries that have been sent by the user agent.
                     cSipStatsRetryPracks 1.3.6.1.4.1.9.9.152.1.2.8.6 counter32 read-only
This object reflects the total number of PRovisional ACKnowledgement retries sent by the user agent since system startup.
                     cSipStatsRetryComets 1.3.6.1.4.1.9.9.152.1.2.8.7 counter32 read-only
This object reflects the total number of COndition MET retries sent by the user agent since system startup.
                     cSipStatsRetryReliable1xxRsps 1.3.6.1.4.1.9.9.152.1.2.8.8 counter32 read-only
This object reflects the total number of Reliable 1xx Response retries sent by the user agent since system startup.
                     cSipStatsRetryNotifys 1.3.6.1.4.1.9.9.152.1.2.8.9 counter32 read-only
This object reflects the total number of Notify retries that have been sent by the user agent since system startup.
                     cSipStatsRetryRefers 1.3.6.1.4.1.9.9.152.1.2.8.10 counter32 read-only
This object reflects the total number of Refer retries that have been sent by the user agent since system startup.
                     cSipStatsRetryInfo 1.3.6.1.4.1.9.9.152.1.2.8.11 counter32 read-only
This object reflects the total number of Info retries that have been sent by the user agent since system startup.
                     cSipStatsRetrySubscribe 1.3.6.1.4.1.9.9.152.1.2.8.12 counter32 read-only
This object reflects the total number of Subscribe retries that have been sent by the user agent since system startup.
                 cSipStatsMisc 1.3.6.1.4.1.9.9.152.1.2.9
                     cSipStatsMisc3xxMappedTo4xxRsps 1.3.6.1.4.1.9.9.152.1.2.9.1 counter32 read-only
This object reflects the total number of incoming Redirect (3xx) response messages that have been mapped to Client Error (4xx) response messages.
                 cSipStatsConnection 1.3.6.1.4.1.9.9.152.1.2.10
                       cSipStatsConnTCPSendFailures 1.3.6.1.4.1.9.9.152.1.2.10.1 counter32 read-only
This object reflects the total number of TCP send failures since system startup.
                       cSipStatsConnUDPSendFailures 1.3.6.1.4.1.9.9.152.1.2.10.2 counter32 read-only
This object reflects the total number of UDP send failures since system startup.
                       cSipStatsConnTCPRemoteClosures 1.3.6.1.4.1.9.9.152.1.2.10.3 counter32 read-only
This object reflects the total number of Remote Closures for TCP since system startup.
                       cSipStatsConnUDPCreateFailures 1.3.6.1.4.1.9.9.152.1.2.10.4 counter32 read-only
This object reflects the total number of connection create failures for UDP since system startup.
                       cSipStatsConnTCPCreateFailures 1.3.6.1.4.1.9.9.152.1.2.10.5 counter32 read-only
This object reflects the total number of connection create failures for TCP since system startup.
                       cSipStatsConnUDPInactiveTimeouts 1.3.6.1.4.1.9.9.152.1.2.10.6 counter32 read-only
This object reflects the total number of UDP connections that timed out due to inactivity since system startup.
                       cSipStatsConnTCPInactiveTimeouts 1.3.6.1.4.1.9.9.152.1.2.10.7 counter32 read-only
This object reflects the total number of TCP connections that timed out due to inactivity since system startup.
                       cSipStatsActiveUDPConnections 1.3.6.1.4.1.9.9.152.1.2.10.8 gauge32 read-only
This object reflects the total number of active UDP connections since system startup.
                       cSipStatsActiveTCPConnections 1.3.6.1.4.1.9.9.152.1.2.10.9 gauge32 read-only
This object reflects the total number of active TCP connections since system startup.
         ciscoSipUaMIBNotificationPrefix 1.3.6.1.4.1.9.9.152.2
Old style notification prefixing. Being replaced by ciscoSipUaMIBNotifs.
             ciscoSipUaMIBNotifications 1.3.6.1.4.1.9.9.152.2.0
Old style notification prefixing. Being replaced by ciscoSipUaMIBNotifs.
         ciscoSipUaMIBConformance 1.3.6.1.4.1.9.9.152.3
             ciscoSipUaMIBCompliances 1.3.6.1.4.1.9.9.152.3.1
                 ciscoSipCompliance 1.3.6.1.4.1.9.9.152.3.1.1
The compliance statement for SIP user agent entities.
                 ciscoSipComplianceRev1 1.3.6.1.4.1.9.9.152.3.1.2
The compliance statement for SIP user agent entities.
                 ciscoSipComplianceRev2 1.3.6.1.4.1.9.9.152.3.1.3
The compliance statement for SIP user agent entities.
                 ciscoSipComplianceRev3 1.3.6.1.4.1.9.9.152.3.1.4
The compliance statement for SIP user agent entities.
                 ciscoSipComplianceRev4 1.3.6.1.4.1.9.9.152.3.1.5
The compliance statement for SIP user agent entities.
                 ciscoSipComplianceRev5 1.3.6.1.4.1.9.9.152.3.1.6
The compliance statement for SIP user agent entities.
             ciscoSipUaMIBGroups 1.3.6.1.4.1.9.9.152.3.2
                 ciscoSipBaseConfigGroup 1.3.6.1.4.1.9.9.152.3.2.1
A collection of objects providing basic SIP User Agent configuration.
                 ciscoSipTimerConfigGroup 1.3.6.1.4.1.9.9.152.3.2.2
A collection of objects providing basic SIP User Agent timer configuration.
                 ciscoSipRetryConfigGroup 1.3.6.1.4.1.9.9.152.3.2.3
A collection of objects providing basic SIP User Agent retry configuration.
                 ciscoSipStatsInfoStatusCodesGroup 1.3.6.1.4.1.9.9.152.3.2.4
A collection of objects providing basic SIP User Agent Informational status code response messages statistics.
                 ciscoSipStatsSuccessStatusCodesGroup 1.3.6.1.4.1.9.9.152.3.2.5
A collection of objects providing basic SIP User Agent Success status code response messages statistics.
                 ciscoSipStatsRedirStatusCodesGroup 1.3.6.1.4.1.9.9.152.3.2.6
A collection of objects providing basic SIP User Agent Redirection status code response messages statistics.
                 ciscoSipStatsClientStatusCodesGroup 1.3.6.1.4.1.9.9.152.3.2.7
A collection of objects providing basic SIP User Agent Client Error status code response messages statistics.
                 ciscoSipStatsServerStatusCodesGroup 1.3.6.1.4.1.9.9.152.3.2.8
A collection of objects providing basic SIP User Agent Server Error status code response messages statistics.
                 ciscoSipStatsGlobalStatusCodesGroup 1.3.6.1.4.1.9.9.152.3.2.9
A collection of objects providing basic SIP User Agent Global Failure status code response messages statistics.
                 ciscoSipTrafficStatsGroup 1.3.6.1.4.1.9.9.152.3.2.10
A collection of objects providing basic SIP User Agent inbound and outbound traffic statistics.
                 ciscoSipRetryStatsGroup 1.3.6.1.4.1.9.9.152.3.2.11
A collection of objects providing basic SIP User Agent retry statistics.
                 ciscoSipBaseConfigGroupRev1 1.3.6.1.4.1.9.9.152.3.2.12
A collection of objects providing basic SIP User Agent configuration.
                 ciscoSipTimerConfigGroupRev1 1.3.6.1.4.1.9.9.152.3.2.13
A collection of objects providing basic SIP User Agent timer configuration.
                 ciscoSipRetryConfigGroupRev1 1.3.6.1.4.1.9.9.152.3.2.14
A collection of objects providing basic SIP User Agent retry configuration.
                 ciscoSipTrafficStatsGroupRev1 1.3.6.1.4.1.9.9.152.3.2.15
A collection of objects providing basic SIP User Agent inbound and outbound traffic statistics.
                 ciscoSipStatsServerStatusCodesGroupRev1 1.3.6.1.4.1.9.9.152.3.2.16
A collection of objects providing basic SIP User Agent Server Error status code response messages statistics.
                 ciscoSipRetryStatsGroupRev1 1.3.6.1.4.1.9.9.152.3.2.17
A collection of objects providing basic SIP User Agent retry statistics.
                 ciscoSipStatsClientStatusCodesGroupRev1 1.3.6.1.4.1.9.9.152.3.2.18
A collection of objects providing basic SIP User Agent Client Error status code response messages statistics.
                 ciscoSipCfgPeerGroup 1.3.6.1.4.1.9.9.152.3.2.19
A collection of objects providing SIP related configuration of Dial Peers.
                 ciscoSipBaseConfigGroupRev2 1.3.6.1.4.1.9.9.152.3.2.20
A collection of objects providing basic SIP User Agent configuration.
                 ciscoSipStatusCauseMapGroup 1.3.6.1.4.1.9.9.152.3.2.21
A collection of objects providing SIP status code to PSTN cause code mapping configuration.
                 ciscoSipTrafficStatsGroupRev2 1.3.6.1.4.1.9.9.152.3.2.22
A collection of objects providing basic SIP User Agent inbound and outbound traffic statistics.
                 ciscoSipStatsSuccessStatusCodesGroupRev1 1.3.6.1.4.1.9.9.152.3.2.23
A collection of objects providing basic SIP User Agent Success status code response messages statistics.
                 ciscoSipTimerConfigGroupRev2 1.3.6.1.4.1.9.9.152.3.2.24
A collection of objects providing basic SIP User Agent timer configuration.
                 ciscoSipRetryConfigGroupRev2 1.3.6.1.4.1.9.9.152.3.2.25
A collection of objects providing basic SIP User Agent retry configuration.
                 ciscoSipRetryStatsGroupRev2 1.3.6.1.4.1.9.9.152.3.2.26
A collection of objects providing basic SIP User Agent retry statistics.
                 ciscoSipCfgAaaGroup 1.3.6.1.4.1.9.9.152.3.2.27
A collection of objects providing SIP related configuration for AAA.
                 ciscoSipStatsClientStatusCodesGroupRev2 1.3.6.1.4.1.9.9.152.3.2.28
A collection of objects providing basic SIP User Agent Client Error status code response messages statistics.
                 ciscoSipStatsRedirStatusCodesGroupRev1 1.3.6.1.4.1.9.9.152.3.2.29
A collection of objects providing basic SIP User Agent Redirection status code response messages statistics.
                 ciscoSipTimerConfigGroupRev3 1.3.6.1.4.1.9.9.152.3.2.30
A collection of objects providing basic SIP User Agent timer configuration.
                 ciscoSipRetryConfigGroupRev3 1.3.6.1.4.1.9.9.152.3.2.31
A collection of objects providing basic SIP User Agent retry configuration.
                 ciscoSipRetryStatsGroupRev3 1.3.6.1.4.1.9.9.152.3.2.32
A collection of objects providing basic SIP User Agent retry statistics.
                 ciscoSipStatsSuccessStatusCodesGroupRev2 1.3.6.1.4.1.9.9.152.3.2.33
A collection of objects providing basic SIP User Agent Success status code response messages statistics.
                 ciscoSipBaseConfigGroupRev3 1.3.6.1.4.1.9.9.152.3.2.34
A collection of objects providing basic SIP User Agent configuration.
                 ciscoSipStatsClientStatusCodesGroupRev3 1.3.6.1.4.1.9.9.152.3.2.35
A collection of objects providing basic SIP User Agent Client Error status code response messages statistics.
                 ciscoSipStatsMiscGroup 1.3.6.1.4.1.9.9.152.3.2.36
A collection of objects providing miscellaneous SIP User Agent statistics.
                 ciscoSipBaseIOSConfigGroup 1.3.6.1.4.1.9.9.152.3.2.37
A collection of objects providing basic SIP User Agent configuration for SIP user agents in IOS.
                 ciscoSipTrafficStatsGroupRev3 1.3.6.1.4.1.9.9.152.3.2.38
A collection of objects providing basic SIP User Agent inbound and outbound traffic statistics.
                 ciscoSipStatsRedirStatusCodesGroupRev2 1.3.6.1.4.1.9.9.152.3.2.39
A collection of objects providing basic SIP User Agent Redirection status code response messages statistics.
                 ciscoSipTimerConfigGroupRev4 1.3.6.1.4.1.9.9.152.3.2.40
A collection of objects providing basic SIP User Agent timer configuration.
                 ciscoSipRetryStatsGroupRev4 1.3.6.1.4.1.9.9.152.3.2.41
A collection of objects providing basic SIP User Agent retry statistics.
                 ciscoSipBaseIOSConfigGroupRev1 1.3.6.1.4.1.9.9.152.3.2.42
A collection of objects providing basic SIP User Agent configuration for SIP user agents in IOS.
                 ciscoSipStatsClientStatusCodesGroupRev4 1.3.6.1.4.1.9.9.152.3.2.43
A collection of objects providing basic SIP User Agent Client Error status code response messages statistics.
                 ciscoSipRetryConfigGroupRev4 1.3.6.1.4.1.9.9.152.3.2.44
A collection of objects providing basic SIP User Agent retry configuration.
                 ciscoSipCfgPeerGroupRev1 1.3.6.1.4.1.9.9.152.3.2.45
A collection of objects providing SIP related configuration of Dial Peers.
                 ciscoSipCfgVoiceServiceVoipGroup 1.3.6.1.4.1.9.9.152.3.2.46
A collection of objects providing SIP related configuration of Voice Service VoIP.
                 ciscoSipStatsConnectionGroup 1.3.6.1.4.1.9.9.152.3.2.47
A collection of objects providing basic SIP User Agent Transport Connection statistics.