MIBs Depot

CISCO-SIP-UA-MIB

Registered at
1.3.6.1.4.1.9.9.152
Last updated
2004-02-19 00:00
Organization
Cisco Systems, Inc.
Revisions
2004-02-19 00:00, 2002-05-08 00:00, 2001-10-05 00:00, 2001-09-07 00:00, 2001-08-21 00:00, 2001-08-02 00:00, 2001-06-07 00:00, 2001-03-02 00:00
Namespace
cisco
Source file
CISCO-SIP-UA-MIB
Digest
sha256:20a68990654fbf5da9acb7d68e77d492bc03dd2bd98215e457bd359b1eb15e71

Description

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.

Contact

Cisco Systems Customer Service Postal: 170 W. Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-sip@cisco.com

Imports

FromSymbols
CISCO-SMIciscoMgmt
IF-MIBInterfaceIndexOrZero
SNMP-FRAMEWORK-MIBSnmpAdminString
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Gauge32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, StorageType, TEXTUAL-CONVENTION, TruthValue

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

CISCO-SIP-UA-MIB
CISCO-SMI
IANAifType-MIB
IF-MIB
SNMP-FRAMEWORK-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC

Textual conventions

NameOIDSyntaxAccessStatus
CSipMethodStr
TEXTUAL-CONVENTION
A textual convention reflecting SIP methods supported by this user agent. SIP methods are case-sensitive. Therefore, objects using this textual convention must also have values that are case-sensitive. All SIP methods must be represented as all upper case ASCII strings. For example, 'INVITE'.
current
CSipStatusCode
TEXTUAL-CONVENTION
A textual convention reflecting a SIP response status code value.
current

Objects

NameOIDSyntaxAccessStatus
ciscoSipUaMIBNotifs
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.152.0
ciscoSipUaMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.152.1
cSipCfg
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.152.1.1
cSipCfgBase
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.152.1.1.1
cSipCfgVersion
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.1.1.1SnmpAdminStringread-onlycurrent
cSipCfgTransport
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.1.1.2INTEGER {udp(1), tcp(2), udpAndTcp(3), disabled(4)}read-writecurrent
cSipCfgUserLocationServerAddr
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.1.1.3SnmpAdminStringread-writecurrent
cSipCfgMaxForwards
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.1.1.4Integer32 (1..15)read-writedeprecated
cSipCfgBindSrcAddrInterface
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.1.1.5InterfaceIndexOrZeroread-writedeprecated
cSipCfgBindSrcAddrScope
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.1.1.6INTEGER {all(1), control(2)}read-writedeprecated
cSipCfgDnsSrvQueryStringFormat
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.1.1.7INTEGER {v1(1), v2(2)}read-writecurrent
cSipCfgRedirectionDisabled
OBJECT-TYPE
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
1.3.6.1.4.1.9.9.152.1.1.1.8TruthValueread-writecurrent
cSipCfgEarlyMediaTable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.1.1.9not-accessiblecurrent
cSipCfgEarlyMediaEntry
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.1.1.9.1not-accessiblecurrent
cSipCfgEarlyMediaStatusCodeIndex
OBJECT-TYPE
A unique identifier of a row in this table and a valid SIP status code.
1.3.6.1.4.1.9.9.152.1.1.1.9.1.1CSipStatusCodenot-accessiblecurrent
cSipCfgEarlyMediaCutThruDisabled
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.1.1.9.1.2TruthValueread-writecurrent
cSipCfgSymNatEnabled
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.1.1.10TruthValueread-writecurrent
cSipCfgSymNatDirectionRole
OBJECT-TYPE
This object specifies the value of the 'a=direction:<role>' 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.
1.3.6.1.4.1.9.9.152.1.1.1.11INTEGER {none(1), passive(2), active(3)}read-writecurrent
cSipCfgBindSourceAddrTable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.1.1.12not-accessiblecurrent
cSipCfgBindSourceAddrEntry
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.1.1.12.1not-accessiblecurrent
cSipCfgBindSourceAddrScope
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.1.1.12.1.1INTEGER {media(1), control(2)}not-accessiblecurrent
cSipCfgBindSourceAddrInterface
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.1.1.12.1.2InterfaceIndexOrZeroread-writecurrent
cSipCfgSuspendResumeEnabled
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.1.1.13TruthValueread-writecurrent
cSipCfgOfferCallHold
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.1.1.14INTEGER {directionAttr(1), connAddr(2)}read-writecurrent
cSipCfgReasonHeaderOveride
OBJECT-TYPE
This object specifies that the Reason header overrides SIP status code mapping table.
1.3.6.1.4.1.9.9.152.1.1.1.15TruthValueread-writecurrent
cSipCfgMaximumForwards
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.1.1.16Integer32 (1..70)read-writecurrent
cSipCfgTimer
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.152.1.1.2
cSipCfgTimerTrying
OBJECT-TYPE
This object specifies the time a user agent will wait to receive a provisional response to a INVITE before resending the INVITE.
1.3.6.1.4.1.9.9.152.1.1.2.1Integer32 (100..1000)read-writecurrent
cSipCfgTimerExpires
OBJECT-TYPE
This object specifies the time a user agent will wait to receive a final response to a INVITE before cancelling the transaction.
1.3.6.1.4.1.9.9.152.1.1.2.2Integer32 (60000..300000)read-writecurrent
cSipCfgTimerConnect
OBJECT-TYPE
This object specifies the time a user agent will wait to receive an ACK confirmation a session is established.
1.3.6.1.4.1.9.9.152.1.1.2.3Integer32 (100..1000)read-writecurrent
cSipCfgTimerDisconnect
OBJECT-TYPE
This object specifies the time a user agent will wait to receive an BYE confirmation a session is disconnected.
1.3.6.1.4.1.9.9.152.1.1.2.4Integer32 (100..1000)read-writecurrent
cSipCfgTimerPrack
OBJECT-TYPE
This object specifies the time a user agent will wait for a final response before retransmitting the PRACK (PRovisional ACKnowledgment).
1.3.6.1.4.1.9.9.152.1.1.2.5Integer32 (100..1000)read-writecurrent
cSipCfgTimerComet
OBJECT-TYPE
This object specifies the time a user agent will wait for a final response before retransmitting the COMET (COndition MET).
1.3.6.1.4.1.9.9.152.1.1.2.6Integer32 (100..1000)read-writecurrent
cSipCfgTimerReliableRsp
OBJECT-TYPE
This object specifies the amount of time to wait for a PRACK before retransmitting the reliable 1xx response.
1.3.6.1.4.1.9.9.152.1.1.2.7Integer32 (100..1000)read-writecurrent
cSipCfgTimerNotify
OBJECT-TYPE
This object specifies the amount of time to wait for a final response before retransmitting the Notify.
1.3.6.1.4.1.9.9.152.1.1.2.8Integer32 (100..1000)read-writecurrent
cSipCfgTimerRefer
OBJECT-TYPE
This object specifies the amount of time to wait for a final response before retransmitting the Refer.
1.3.6.1.4.1.9.9.152.1.1.2.9Integer32 (100..1000)read-writecurrent
cSipCfgTimerSessionTimer
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.1.2.10Integer32 (60..86400)read-writecurrent
cSipCfgTimerHold
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.1.2.11Integer32 (0 | 15..2880)read-writecurrent
cSipCfgTimerInfo
OBJECT-TYPE
This object specifies the amount of time to wait for a 200ok response before retransmitting the Info.
1.3.6.1.4.1.9.9.152.1.1.2.12Integer32 (100..1000)read-writecurrent
cSipCfgTimerConnectionAging
OBJECT-TYPE
This object specifies the amount of time to wait before aging out a TCP/UDP connection.
1.3.6.1.4.1.9.9.152.1.1.2.13Integer32 (5..30)read-writecurrent
cSipCfgTimerBufferInvite
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.1.2.14Integer32 (0 | 50..5000)read-writecurrent
cSipCfgRetry
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.152.1.1.3
cSipCfgRetryInvite
OBJECT-TYPE
This object specifies the number of times a user agent will retry sending a INVITE request.
1.3.6.1.4.1.9.9.152.1.1.3.1Integer32 (1..10)read-writecurrent
cSipCfgRetryBye
OBJECT-TYPE
This object specifies the number of times a user agent will retry sending a BYE request.
1.3.6.1.4.1.9.9.152.1.1.3.2Integer32 (1..10)read-writecurrent
cSipCfgRetryCancel
OBJECT-TYPE
This object specifies the number of times a user agent will retry sending a CANCEL request.
1.3.6.1.4.1.9.9.152.1.1.3.3Integer32 (1..10)read-writecurrent
cSipCfgRetryRegister
OBJECT-TYPE
This object specifies the number of times a user agent will retry sending a REGISTER request.
1.3.6.1.4.1.9.9.152.1.1.3.4Integer32 (1..10)read-writecurrent
cSipCfgRetryResponse
OBJECT-TYPE
This object specifies the number of times a user agent will retry sending a Response and expecting a ACK.
1.3.6.1.4.1.9.9.152.1.1.3.5Integer32 (1..10)read-writecurrent
cSipCfgRetryPrack
OBJECT-TYPE
This object specifies the number of times a user agent will retry sending a PRACK (PRovisional ACKnowledgement).
1.3.6.1.4.1.9.9.152.1.1.3.6Integer32 (1..10)read-writecurrent
cSipCfgRetryComet
OBJECT-TYPE
This object specifies the number of times a user agent will retry sending a COMET (COndition MET).
1.3.6.1.4.1.9.9.152.1.1.3.7Integer32 (1..10)read-writecurrent
cSipCfgRetryReliableRsp
OBJECT-TYPE
This object specifies the number of times a user agent will retry sending a reliable response.
1.3.6.1.4.1.9.9.152.1.1.3.8Integer32 (1..10)read-writecurrent
cSipCfgRetryNotify
OBJECT-TYPE
This object specifies the number of times a user agent will retry sending a Notify request.
1.3.6.1.4.1.9.9.152.1.1.3.9Integer32 (1..10)read-writecurrent
cSipCfgRetryRefer
OBJECT-TYPE
This object specifies the number of times a user agent will retry sending a Refer request.
1.3.6.1.4.1.9.9.152.1.1.3.10Integer32 (1..10)read-writecurrent
cSipCfgRetryInfo
OBJECT-TYPE
This object specifies the number of times a user agent will retry sending a Info request.
1.3.6.1.4.1.9.9.152.1.1.3.11Integer32 (1..10)read-writecurrent
cSipCfgRetrySubscribe
OBJECT-TYPE
This object specifies the number of times a user agent will retry sending a Subscribe request.
1.3.6.1.4.1.9.9.152.1.1.3.12Integer32 (1..10)read-writecurrent
cSipCfgPeer
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.152.1.1.4
cSipCfgPeerTable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.1.4.1not-accessiblecurrent
cSipCfgPeerEntry
OBJECT-TYPE
A row in the cSipCfgPeerTable.
1.3.6.1.4.1.9.9.152.1.1.4.1.1not-accessiblecurrent
cSipCfgPeerIndex
OBJECT-TYPE
An arbitrary index that uniquely identifies a dial-peer configured for SIP.
1.3.6.1.4.1.9.9.152.1.1.4.1.1.1Integer32 (1..2147483647)not-accessiblecurrent
cSipCfgPeerOutSessionTransport
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.1.4.1.1.2INTEGER {system(1), udp(2), tcp(3)}read-writecurrent
cSipCfgPeerReliable1xxRspStr
OBJECT-TYPE
This object specifies the string that will be placed in either the Supported or Require SIP header, as specified by cSipCfgPeerReliable1xxRspHdr.
1.3.6.1.4.1.9.9.152.1.1.4.1.1.3SnmpAdminStringread-writecurrent
cSipCfgPeerReliable1xxRspHdr
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.1.4.1.1.4INTEGER {system(1), supported(2), require(3), disabled(4)}read-writecurrent
cSipCfgPeerUrlType
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.1.4.1.1.5INTEGER {system(1), sip(2), tel(3)}read-writecurrent
cSipCfgPeerSwitchTransEnabled
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.1.4.1.1.6TruthValueread-writecurrent
cSipCfgOutSessionTransport
OBJECT-TYPE
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'.
1.3.6.1.4.1.9.9.152.1.1.4.2INTEGER {udp(1), tcp(2)}read-writecurrent
cSipCfgReliable1xxRspStr
OBJECT-TYPE
This object specifies the string that will be placed in either the Supported or Require SIP header, as specified by cSipCfgReliable1xxRspHdr.
1.3.6.1.4.1.9.9.152.1.1.4.3SnmpAdminStringread-writecurrent
cSipCfgReliable1xxRspHdr
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.1.4.4INTEGER {supported(1), require(2), disabled(3)}read-writecurrent
cSipCfgUrlType
OBJECT-TYPE
This object specifies the URL type sent in outbound INVITES generated by this device.
1.3.6.1.4.1.9.9.152.1.1.4.5INTEGER {sip(1), tel(2)}read-writecurrent
cSipCfgStatusCauseMap
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.152.1.1.5
cSipCfgStatusCauseTable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.1.5.1not-accessiblecurrent
cSipCfgStatusCauseEntry
OBJECT-TYPE
A row in the cSipCfgStatusCauseTable. Entries cannot be created or destroyed by the actions of any NMS.
1.3.6.1.4.1.9.9.152.1.1.5.1.1not-accessiblecurrent
cSipCfgStatusCodeIndex
OBJECT-TYPE
A unique identifier of a row in this table and a valid SIP status code.
1.3.6.1.4.1.9.9.152.1.1.5.1.1.1CSipStatusCodenot-accessiblecurrent
cSipCfgPstnCause
OBJECT-TYPE
The PSTN cause code to which the SIP status code given by cSipCfgStatusCodeIndex is to be mapped for outbound PSTN signalling messages.
1.3.6.1.4.1.9.9.152.1.1.5.1.1.2Integer32 (1..2147483647)read-writecurrent
cSipCfgStatusCauseStoreStatus
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.1.5.1.1.3StorageTyperead-onlycurrent
cSipCfgCauseStatusTable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.1.5.2not-accessiblecurrent
cSipCfgCauseStatusEntry
OBJECT-TYPE
A row in the cSipCfgCauseStatusTable. Entries cannot be created or destroyed by the actions of any NMS.
1.3.6.1.4.1.9.9.152.1.1.5.2.1not-accessiblecurrent
cSipCfgPstnCauseIndex
OBJECT-TYPE
A unique identifier of a row in this table and a valid PSTN cause code.
1.3.6.1.4.1.9.9.152.1.1.5.2.1.1Integer32 (1..2147483647)not-accessiblecurrent
cSipCfgStatusCode
OBJECT-TYPE
The SIP status code to which the PSTN cause code given by cSipCfgPstnCauseIndex is to be mapped for outbound SIP response messages.
1.3.6.1.4.1.9.9.152.1.1.5.2.1.2CSipStatusCoderead-writecurrent
cSipCfgCauseStatusStoreStatus
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.1.5.2.1.3StorageTyperead-onlycurrent
cSipCfgAaa
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.152.1.1.6
cSipCfgAaaUsername
OBJECT-TYPE
This object specifies the source of the information used to populate the username attribute of AAA billing records.
1.3.6.1.4.1.9.9.152.1.1.6.1INTEGER {callingNumber(1), proxyAuth(2)}read-writecurrent
cSipCfgVoiceServiceVoip
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.152.1.1.7
cSipCfgHeaderPassingEnabled
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.1.7.1TruthValueread-writecurrent
cSipCfgMaxSubscriptionAccept
OBJECT-TYPE
This object specifies the maximum number of concurrent SIP subscriptions a SIP Gateway can accept.
1.3.6.1.4.1.9.9.152.1.1.7.2Unsigned32 (0..4294967295)read-writecurrent
cSipCfgMaxSubscriptionOriginate
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.1.7.3Unsigned32 (0..4294967295)read-writecurrent
cSipCfgSwitchTransportEnabled
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.1.7.4TruthValueread-writecurrent
cSipStats
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.152.1.2
cSipStatsInfo
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.152.1.2.1
cSipStatsInfoTryingIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.1.1Counter32read-onlycurrent
cSipStatsInfoTryingOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.1.2Counter32read-onlycurrent
cSipStatsInfoRingingIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.1.3Counter32read-onlycurrent
cSipStatsInfoRingingOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.1.4Counter32read-onlycurrent
cSipStatsInfoForwardedIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.1.5Counter32read-onlycurrent
cSipStatsInfoForwardedOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.1.6Counter32read-onlycurrent
cSipStatsInfoQueuedIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.1.7Counter32read-onlycurrent
cSipStatsInfoQueuedOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.1.8Counter32read-onlycurrent
cSipStatsInfoSessionProgIns
OBJECT-TYPE
This object reflects the total number of Session Progress (183) responses received by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.1.9Counter32read-onlycurrent
cSipStatsInfoSessionProgOuts
OBJECT-TYPE
This object reflects the total number of Session Progress (183) responses sent by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.1.10Counter32read-onlycurrent
cSipStatsSuccess
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.152.1.2.2
cSipStatsSuccessOkIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.2.1Counter32read-onlydeprecated
cSipStatsSuccessOkOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.2.2Counter32read-onlydeprecated
cSipStatsSuccessAcceptedIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.2.3Counter32read-onlycurrent
cSipStatsSuccessAcceptedOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.2.4Counter32read-onlycurrent
cSipStatsSuccessOkTable
OBJECT-TYPE
This table contains statistics for sent and received 200 Ok response messages. The statistics are kept on per SIP method basis.
1.3.6.1.4.1.9.9.152.1.2.2.5not-accessiblecurrent
cSipStatsSuccessOkEntry
OBJECT-TYPE
A row in the cSipStatsSuccessOkTable. There is an entry for each SIP method for which 200 Ok inbound and/or outbound statistics are kept.
1.3.6.1.4.1.9.9.152.1.2.2.5.1not-accessiblecurrent
cSipStatsSuccessOkMethod
OBJECT-TYPE
This object is used for instance identification of objects in this table. The value reflects a SIP method.
1.3.6.1.4.1.9.9.152.1.2.2.5.1.1CSipMethodStrnot-accessiblecurrent
cSipStatsSuccessOkInbounds
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.2.5.1.2Counter32read-onlycurrent
cSipStatsSuccessOkOutbounds
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.2.5.1.3Counter32read-onlycurrent
cSipStatsRedirect
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.152.1.2.3
cSipStatsRedirMultipleChoices
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.3.1Counter32read-onlycurrent
cSipStatsRedirMovedPerms
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.3.2Counter32read-onlycurrent
cSipStatsRedirMovedTemps
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.3.3Counter32read-onlydeprecated
cSipStatsRedirSeeOthers
OBJECT-TYPE
This object reflects the total number of See Other (303) responses received by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.3.4Counter32read-onlyobsolete
cSipStatsRedirUseProxys
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.3.5Counter32read-onlycurrent
cSipStatsRedirAltServices
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.3.6Counter32read-onlycurrent
cSipStatsRedirMovedTempsIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.3.7Counter32read-onlycurrent
cSipStatsRedirMovedTempsOuts
OBJECT-TYPE
This object reflects the total number of Moved Temporarily (302) responses sent by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.3.8Counter32read-onlycurrent
cSipStatsErrClient
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.152.1.2.4
cSipStatsClientBadRequestIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.1Counter32read-onlycurrent
cSipStatsClientBadRequestOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.2Counter32read-onlycurrent
cSipStatsClientUnauthorizedIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.3Counter32read-onlycurrent
cSipStatsClientUnauthorizedOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.4Counter32read-onlycurrent
cSipStatsClientPaymentReqdIns
OBJECT-TYPE
This object reflects the total number of Payment Required (402) responses received by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.4.5Counter32read-onlycurrent
cSipStatsClientPaymentReqdOuts
OBJECT-TYPE
This object reflects the total number of Payment Required (402) responses sent by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.4.6Counter32read-onlycurrent
cSipStatsClientForbiddenIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.7Counter32read-onlycurrent
cSipStatsClientForbiddenOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.8Counter32read-onlycurrent
cSipStatsClientNotFoundIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.9Counter32read-onlycurrent
cSipStatsClientNotFoundOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.10Counter32read-onlycurrent
cSipStatsClientMethNotAllowedIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.11Counter32read-onlycurrent
cSipStatsClientMethNotAllowedOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.12Counter32read-onlycurrent
cSipStatsClientNotAcceptableIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.13Counter32read-onlycurrent
cSipStatsClientNotAcceptableOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.14Counter32read-onlycurrent
cSipStatsClientProxyAuthReqdIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.15Counter32read-onlycurrent
cSipStatsClientProxyAuthReqdOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.16Counter32read-onlycurrent
cSipStatsClientReqTimeoutIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.17Counter32read-onlycurrent
cSipStatsClientReqTimeoutOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.18Counter32read-onlycurrent
cSipStatsClientConflictIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.19Counter32read-onlycurrent
cSipStatsClientConflictOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.20Counter32read-onlycurrent
cSipStatsClientGoneIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.21Counter32read-onlycurrent
cSipStatsClientGoneOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.22Counter32read-onlycurrent
cSipStatsClientLengthRequiredIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.23Counter32read-onlyobsolete
cSipStatsClientLengthRequiredOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.24Counter32read-onlyobsolete
cSipStatsClientReqEntTooLargeIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.25Counter32read-onlycurrent
cSipStatsClientReqEntTooLargeOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.26Counter32read-onlycurrent
cSipStatsClientReqURITooLargeIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.27Counter32read-onlycurrent
cSipStatsClientReqURITooLargeOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.28Counter32read-onlycurrent
cSipStatsClientNoSupMediaTypeIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.29Counter32read-onlycurrent
cSipStatsClientNoSupMediaTypeOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.30Counter32read-onlycurrent
cSipStatsClientBadExtensionIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.31Counter32read-onlycurrent
cSipStatsClientBadExtensionOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.32Counter32read-onlycurrent
cSipStatsClientTempNotAvailIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.33Counter32read-onlycurrent
cSipStatsClientTempNotAvailOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.34Counter32read-onlycurrent
cSipStatsClientCallLegNoExistIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.35Counter32read-onlycurrent
cSipStatsClientCallLegNoExistOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.36Counter32read-onlycurrent
cSipStatsClientLoopDetectedIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.37Counter32read-onlycurrent
cSipStatsClientLoopDetectedOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.38Counter32read-onlycurrent
cSipStatsClientTooManyHopsIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.39Counter32read-onlycurrent
cSipStatsClientTooManyHopsOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.40Counter32read-onlycurrent
cSipStatsClientAddrIncompleteIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.41Counter32read-onlycurrent
cSipStatsClientAddrIncompleteOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.42Counter32read-onlycurrent
cSipStatsClientAmbiguousIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.43Counter32read-onlycurrent
cSipStatsClientAmbiguousOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.44Counter32read-onlycurrent
cSipStatsClientBusyHereIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.45Counter32read-onlycurrent
cSipStatsClientBusyHereOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.46Counter32read-onlycurrent
cSipStatsClientReqTermIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.47Counter32read-onlycurrent
cSipStatsClientReqTermOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.48Counter32read-onlycurrent
cSipStatsClientNoAcceptHereIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.49Counter32read-onlycurrent
cSipStatsClientNoAcceptHereOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.4.50Counter32read-onlycurrent
cSipStatsClientBadEventIns
OBJECT-TYPE
This object reflects the total number of BadEvent (489) responses received by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.4.51Counter32read-onlycurrent
cSipStatsClientBadEventOuts
OBJECT-TYPE
This object reflects the total number of BadEvent (489) responses sent by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.4.52Counter32read-onlycurrent
cSipStatsClientSTTooSmallIns
OBJECT-TYPE
This object reflects the total number of SessionTimerTooSmall (422) responses received by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.4.53Counter32read-onlycurrent
cSipStatsClientSTTooSmallOuts
OBJECT-TYPE
This object reflects the total number of SessionTimerTooSmall (422) responses sent by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.4.54Counter32read-onlycurrent
cSipStatsClientReqPendingIns
OBJECT-TYPE
This object reflects the total number of RequestPending (491) responses received by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.4.55Counter32read-onlycurrent
cSipStatsClientReqPendingOuts
OBJECT-TYPE
This object reflects the total number of RequestPending (491) responses sent by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.4.56Counter32read-onlycurrent
cSipStatsErrServer
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.152.1.2.5
cSipStatsServerIntErrorIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.5.1Counter32read-onlycurrent
cSipStatsServerIntErrorOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.5.2Counter32read-onlycurrent
cSipStatsServerNotImplementedIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.5.3Counter32read-onlycurrent
cSipStatsServerNotImplementedOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.5.4Counter32read-onlycurrent
cSipStatsServerBadGatewayIns
OBJECT-TYPE
This object reflects the total number of Bad Gateway (502) responses received by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.5.5Counter32read-onlycurrent
cSipStatsServerBadGatewayOuts
OBJECT-TYPE
This object reflects the total number of Bad Gateway (502) responses sent by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.5.6Counter32read-onlycurrent
cSipStatsServerServiceUnavailIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.5.7Counter32read-onlycurrent
cSipStatsServerServiceUnavailOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.5.8Counter32read-onlycurrent
cSipStatsServerGatewayTimeoutIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.5.9Counter32read-onlycurrent
cSipStatsServerGatewayTimeoutOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.5.10Counter32read-onlycurrent
cSipStatsServerBadSipVersionIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.5.11Counter32read-onlycurrent
cSipStatsServerBadSipVersionOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.5.12Counter32read-onlycurrent
cSipStatsServerPrecondFailureIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.5.13Counter32read-onlycurrent
cSipStatsServerPrecondFailureOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.5.14Counter32read-onlycurrent
cSipStatsGlobalFail
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.152.1.2.6
cSipStatsGlobalBusyEverywhereIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.6.1Counter32read-onlycurrent
cSipStatsGlobalBusyEverywhereOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.6.2Counter32read-onlycurrent
cSipStatsGlobalDeclineIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.6.3Counter32read-onlycurrent
cSipStatsGlobalDeclineOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.6.4Counter32read-onlycurrent
cSipStatsGlobalNotAnywhereIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.6.5Counter32read-onlycurrent
cSipStatsGlobalNotAnywhereOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.6.6Counter32read-onlycurrent
cSipStatsGlobalNotAcceptableIns
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.6.7Counter32read-onlycurrent
cSipStatsGlobalNotAcceptableOuts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.6.8Counter32read-onlycurrent
cSipStatsTraffic
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.152.1.2.7
cSipStatsTrafficInviteIns
OBJECT-TYPE
This object reflects the total number of INVITE requests received by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.7.1Counter32read-onlycurrent
cSipStatsTrafficInviteOuts
OBJECT-TYPE
This object reflects the total number of INVITE requests sent by the user agent.
1.3.6.1.4.1.9.9.152.1.2.7.2Counter32read-onlycurrent
cSipStatsTrafficAckIns
OBJECT-TYPE
This object reflects the total number of ACK requests received by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.7.3Counter32read-onlycurrent
cSipStatsTrafficAckOuts
OBJECT-TYPE
This object reflects the total number of ACK requests sent by the user agent.
1.3.6.1.4.1.9.9.152.1.2.7.4Counter32read-onlycurrent
cSipStatsTrafficByeIns
OBJECT-TYPE
This object reflects the total number of BYE requests received by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.7.5Counter32read-onlycurrent
cSipStatsTrafficByeOuts
OBJECT-TYPE
This object reflects the total number of BYE requests sent by the user agent.
1.3.6.1.4.1.9.9.152.1.2.7.6Counter32read-onlycurrent
cSipStatsTrafficCancelIns
OBJECT-TYPE
This object reflects the total number of CANCEL requests received by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.7.7Counter32read-onlycurrent
cSipStatsTrafficCancelOuts
OBJECT-TYPE
This object reflects the total number of CANCEL requests sent by the user agent.
1.3.6.1.4.1.9.9.152.1.2.7.8Counter32read-onlycurrent
cSipStatsTrafficOptionsIns
OBJECT-TYPE
This object reflects the total number of OPTIONS requests received by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.7.9Counter32read-onlycurrent
cSipStatsTrafficOptionsOuts
OBJECT-TYPE
This object reflects the total number of OPTIONS requests sent by the user agent.
1.3.6.1.4.1.9.9.152.1.2.7.10Counter32read-onlycurrent
cSipStatsTrafficRegisterIns
OBJECT-TYPE
This object reflects the total number of REGISTER requests received by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.7.11Counter32read-onlycurrent
cSipStatsTrafficRegisterOuts
OBJECT-TYPE
This object reflects the total number of REGISTER requests sent by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.7.12Counter32read-onlycurrent
cSipStatsTrafficCometIns
OBJECT-TYPE
This object reflects the total number of COndition MET requests received by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.7.13Counter32read-onlycurrent
cSipStatsTrafficCometOuts
OBJECT-TYPE
This object reflects the total number of COndition MET requests sent by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.7.14Counter32read-onlycurrent
cSipStatsTrafficPrackIns
OBJECT-TYPE
This object reflects the total number of PRovisonal ACKnowledgement requests received by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.7.15Counter32read-onlycurrent
cSipStatsTrafficPrackOuts
OBJECT-TYPE
This object reflects the total number of PRovisonal ACKnowledgement requests sent by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.7.16Counter32read-onlycurrent
cSipStatsTrafficReferIns
OBJECT-TYPE
This object reflects the total number of Refer requests received by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.7.17Counter32read-onlycurrent
cSipStatsTrafficReferOuts
OBJECT-TYPE
This object reflects the total number of Refer requests sent by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.7.18Counter32read-onlycurrent
cSipStatsTrafficNotifyIns
OBJECT-TYPE
This object reflects the total number of Notify requests received by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.7.19Counter32read-onlycurrent
cSipStatsTrafficNotifyOuts
OBJECT-TYPE
This object reflects the total number of Notify requests sent by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.7.20Counter32read-onlycurrent
cSipStatsTrafficInfoIns
OBJECT-TYPE
This object reflects the total number of Info requests received by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.7.21Counter32read-onlycurrent
cSipStatsTrafficInfoOuts
OBJECT-TYPE
This object reflects the total number of Info requests sent by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.7.22Counter32read-onlycurrent
cSipStatsTrafficSubscribeIns
OBJECT-TYPE
This object reflects the total number of Subscribe requests received by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.7.23Counter32read-onlycurrent
cSipStatsTrafficSubscribeOuts
OBJECT-TYPE
This object reflects the total number of Subscribe requests sent by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.7.24Counter32read-onlycurrent
cSipStatsTrafficUpdateIns
OBJECT-TYPE
This object reflects the total number of Update requests received by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.7.25Counter32read-onlycurrent
cSipStatsTrafficUpdateOuts
OBJECT-TYPE
This object reflects the total number of Update requests sent by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.7.26Counter32read-onlycurrent
cSipStatsRetry
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.152.1.2.8
cSipStatsRetryInvites
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.152.1.2.8.1Counter32read-onlycurrent
cSipStatsRetryByes
OBJECT-TYPE
This object reflects the total number of BYE retries that have been sent by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.8.2Counter32read-onlycurrent
cSipStatsRetryCancels
OBJECT-TYPE
This object reflects the total number of CANCEL retries that have been sent by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.8.3Counter32read-onlycurrent
cSipStatsRetryRegisters
OBJECT-TYPE
This object reflects the total number of REGISTER retries that have been sent by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.8.4Counter32read-onlycurrent
cSipStatsRetryResponses
OBJECT-TYPE
This object reflects the total number of Response (while expecting a ACK) retries that have been sent by the user agent.
1.3.6.1.4.1.9.9.152.1.2.8.5Counter32read-onlycurrent
cSipStatsRetryPracks
OBJECT-TYPE
This object reflects the total number of PRovisional ACKnowledgement retries sent by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.8.6Counter32read-onlycurrent
cSipStatsRetryComets
OBJECT-TYPE
This object reflects the total number of COndition MET retries sent by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.8.7Counter32read-onlycurrent
cSipStatsRetryReliable1xxRsps
OBJECT-TYPE
This object reflects the total number of Reliable 1xx Response retries sent by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.8.8Counter32read-onlycurrent
cSipStatsRetryNotifys
OBJECT-TYPE
This object reflects the total number of Notify retries that have been sent by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.8.9Counter32read-onlycurrent
cSipStatsRetryRefers
OBJECT-TYPE
This object reflects the total number of Refer retries that have been sent by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.8.10Counter32read-onlycurrent
cSipStatsRetryInfo
OBJECT-TYPE
This object reflects the total number of Info retries that have been sent by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.8.11Counter32read-onlycurrent
cSipStatsRetrySubscribe
OBJECT-TYPE
This object reflects the total number of Subscribe retries that have been sent by the user agent since system startup.
1.3.6.1.4.1.9.9.152.1.2.8.12Counter32read-onlycurrent
cSipStatsMisc
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.152.1.2.9
cSipStatsMisc3xxMappedTo4xxRsps
OBJECT-TYPE
This object reflects the total number of incoming Redirect (3xx) response messages that have been mapped to Client Error (4xx) response messages.
1.3.6.1.4.1.9.9.152.1.2.9.1Counter32read-onlycurrent
cSipStatsConnection
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.152.1.2.10
cSipStatsConnTCPSendFailures
OBJECT-TYPE
This object reflects the total number of TCP send failures since system startup.
1.3.6.1.4.1.9.9.152.1.2.10.1Counter32read-onlycurrent
cSipStatsConnUDPSendFailures
OBJECT-TYPE
This object reflects the total number of UDP send failures since system startup.
1.3.6.1.4.1.9.9.152.1.2.10.2Counter32read-onlycurrent
cSipStatsConnTCPRemoteClosures
OBJECT-TYPE
This object reflects the total number of Remote Closures for TCP since system startup.
1.3.6.1.4.1.9.9.152.1.2.10.3Counter32read-onlycurrent
cSipStatsConnUDPCreateFailures
OBJECT-TYPE
This object reflects the total number of connection create failures for UDP since system startup.
1.3.6.1.4.1.9.9.152.1.2.10.4Counter32read-onlycurrent
cSipStatsConnTCPCreateFailures
OBJECT-TYPE
This object reflects the total number of connection create failures for TCP since system startup.
1.3.6.1.4.1.9.9.152.1.2.10.5Counter32read-onlycurrent
cSipStatsConnUDPInactiveTimeouts
OBJECT-TYPE
This object reflects the total number of UDP connections that timed out due to inactivity since system startup.
1.3.6.1.4.1.9.9.152.1.2.10.6Counter32read-onlycurrent
cSipStatsConnTCPInactiveTimeouts
OBJECT-TYPE
This object reflects the total number of TCP connections that timed out due to inactivity since system startup.
1.3.6.1.4.1.9.9.152.1.2.10.7Counter32read-onlycurrent
cSipStatsActiveUDPConnections
OBJECT-TYPE
This object reflects the total number of active UDP connections since system startup.
1.3.6.1.4.1.9.9.152.1.2.10.8Gauge32read-onlycurrent
cSipStatsActiveTCPConnections
OBJECT-TYPE
This object reflects the total number of active TCP connections since system startup.
1.3.6.1.4.1.9.9.152.1.2.10.9Gauge32read-onlycurrent
ciscoSipUaMIBNotificationPrefix
OBJECT-IDENTITY
Old style notification prefixing. Being replaced by ciscoSipUaMIBNotifs.
1.3.6.1.4.1.9.9.152.2deprecated
ciscoSipUaMIBNotifications
OBJECT-IDENTITY
Old style notification prefixing. Being replaced by ciscoSipUaMIBNotifs.
1.3.6.1.4.1.9.9.152.2.0deprecated
ciscoSipUaMIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.152.3
ciscoSipUaMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.152.3.1
ciscoSipUaMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.152.3.2

Conformance

NameOIDStatus
ciscoSipCompliance
MODULE-COMPLIANCE
The compliance statement for SIP user agent entities.
1.3.6.1.4.1.9.9.152.3.1.1obsolete
ciscoSipComplianceRev1
MODULE-COMPLIANCE
The compliance statement for SIP user agent entities.
1.3.6.1.4.1.9.9.152.3.1.2obsolete
ciscoSipComplianceRev2
MODULE-COMPLIANCE
The compliance statement for SIP user agent entities.
1.3.6.1.4.1.9.9.152.3.1.3deprecated
ciscoSipComplianceRev3
MODULE-COMPLIANCE
The compliance statement for SIP user agent entities.
1.3.6.1.4.1.9.9.152.3.1.4deprecated
ciscoSipComplianceRev4
MODULE-COMPLIANCE
The compliance statement for SIP user agent entities.
1.3.6.1.4.1.9.9.152.3.1.5deprecated
ciscoSipComplianceRev5
MODULE-COMPLIANCE
The compliance statement for SIP user agent entities.
1.3.6.1.4.1.9.9.152.3.1.6current
ciscoSipBaseConfigGroup
OBJECT-GROUP
A collection of objects providing basic SIP User Agent configuration.
1.3.6.1.4.1.9.9.152.3.2.1deprecated
ciscoSipTimerConfigGroup
OBJECT-GROUP
A collection of objects providing basic SIP User Agent timer configuration.
1.3.6.1.4.1.9.9.152.3.2.2deprecated
ciscoSipRetryConfigGroup
OBJECT-GROUP
A collection of objects providing basic SIP User Agent retry configuration.
1.3.6.1.4.1.9.9.152.3.2.3deprecated
ciscoSipStatsInfoStatusCodesGroup
OBJECT-GROUP
A collection of objects providing basic SIP User Agent Informational status code response messages statistics.
1.3.6.1.4.1.9.9.152.3.2.4current
ciscoSipStatsSuccessStatusCodesGroup
OBJECT-GROUP
A collection of objects providing basic SIP User Agent Success status code response messages statistics.
1.3.6.1.4.1.9.9.152.3.2.5deprecated
ciscoSipStatsRedirStatusCodesGroup
OBJECT-GROUP
A collection of objects providing basic SIP User Agent Redirection status code response messages statistics.
1.3.6.1.4.1.9.9.152.3.2.6obsolete
ciscoSipStatsClientStatusCodesGroup
OBJECT-GROUP
A collection of objects providing basic SIP User Agent Client Error status code response messages statistics.
1.3.6.1.4.1.9.9.152.3.2.7obsolete
ciscoSipStatsServerStatusCodesGroup
OBJECT-GROUP
A collection of objects providing basic SIP User Agent Server Error status code response messages statistics.
1.3.6.1.4.1.9.9.152.3.2.8deprecated
ciscoSipStatsGlobalStatusCodesGroup
OBJECT-GROUP
A collection of objects providing basic SIP User Agent Global Failure status code response messages statistics.
1.3.6.1.4.1.9.9.152.3.2.9current
ciscoSipTrafficStatsGroup
OBJECT-GROUP
A collection of objects providing basic SIP User Agent inbound and outbound traffic statistics.
1.3.6.1.4.1.9.9.152.3.2.10deprecated
ciscoSipRetryStatsGroup
OBJECT-GROUP
A collection of objects providing basic SIP User Agent retry statistics.
1.3.6.1.4.1.9.9.152.3.2.11deprecated
ciscoSipBaseConfigGroupRev1
OBJECT-GROUP
A collection of objects providing basic SIP User Agent configuration.
1.3.6.1.4.1.9.9.152.3.2.12deprecated
ciscoSipTimerConfigGroupRev1
OBJECT-GROUP
A collection of objects providing basic SIP User Agent timer configuration.
1.3.6.1.4.1.9.9.152.3.2.13deprecated
ciscoSipRetryConfigGroupRev1
OBJECT-GROUP
A collection of objects providing basic SIP User Agent retry configuration.
1.3.6.1.4.1.9.9.152.3.2.14deprecated
ciscoSipTrafficStatsGroupRev1
OBJECT-GROUP
A collection of objects providing basic SIP User Agent inbound and outbound traffic statistics.
1.3.6.1.4.1.9.9.152.3.2.15deprecated
ciscoSipStatsServerStatusCodesGroupRev1
OBJECT-GROUP
A collection of objects providing basic SIP User Agent Server Error status code response messages statistics.
1.3.6.1.4.1.9.9.152.3.2.16current
ciscoSipRetryStatsGroupRev1
OBJECT-GROUP
A collection of objects providing basic SIP User Agent retry statistics.
1.3.6.1.4.1.9.9.152.3.2.17deprecated
ciscoSipStatsClientStatusCodesGroupRev1
OBJECT-GROUP
A collection of objects providing basic SIP User Agent Client Error status code response messages statistics.
1.3.6.1.4.1.9.9.152.3.2.18obsolete
ciscoSipCfgPeerGroup
OBJECT-GROUP
A collection of objects providing SIP related configuration of Dial Peers.
1.3.6.1.4.1.9.9.152.3.2.19deprecated
ciscoSipBaseConfigGroupRev2
OBJECT-GROUP
A collection of objects providing basic SIP User Agent configuration.
1.3.6.1.4.1.9.9.152.3.2.20deprecated
ciscoSipStatusCauseMapGroup
OBJECT-GROUP
A collection of objects providing SIP status code to PSTN cause code mapping configuration.
1.3.6.1.4.1.9.9.152.3.2.21current
ciscoSipTrafficStatsGroupRev2
OBJECT-GROUP
A collection of objects providing basic SIP User Agent inbound and outbound traffic statistics.
1.3.6.1.4.1.9.9.152.3.2.22deprecated
ciscoSipStatsSuccessStatusCodesGroupRev1
OBJECT-GROUP
A collection of objects providing basic SIP User Agent Success status code response messages statistics.
1.3.6.1.4.1.9.9.152.3.2.23deprecated
ciscoSipTimerConfigGroupRev2
OBJECT-GROUP
A collection of objects providing basic SIP User Agent timer configuration.
1.3.6.1.4.1.9.9.152.3.2.24deprecated
ciscoSipRetryConfigGroupRev2
OBJECT-GROUP
A collection of objects providing basic SIP User Agent retry configuration.
1.3.6.1.4.1.9.9.152.3.2.25deprecated
ciscoSipRetryStatsGroupRev2
OBJECT-GROUP
A collection of objects providing basic SIP User Agent retry statistics.
1.3.6.1.4.1.9.9.152.3.2.26deprecated
ciscoSipCfgAaaGroup
OBJECT-GROUP
A collection of objects providing SIP related configuration for AAA.
1.3.6.1.4.1.9.9.152.3.2.27current
ciscoSipStatsClientStatusCodesGroupRev2
OBJECT-GROUP
A collection of objects providing basic SIP User Agent Client Error status code response messages statistics.
1.3.6.1.4.1.9.9.152.3.2.28deprecated
ciscoSipStatsRedirStatusCodesGroupRev1
OBJECT-GROUP
A collection of objects providing basic SIP User Agent Redirection status code response messages statistics.
1.3.6.1.4.1.9.9.152.3.2.29deprecated
ciscoSipTimerConfigGroupRev3
OBJECT-GROUP
A collection of objects providing basic SIP User Agent timer configuration.
1.3.6.1.4.1.9.9.152.3.2.30deprecated
ciscoSipRetryConfigGroupRev3
OBJECT-GROUP
A collection of objects providing basic SIP User Agent retry configuration.
1.3.6.1.4.1.9.9.152.3.2.31deprecated
ciscoSipRetryStatsGroupRev3
OBJECT-GROUP
A collection of objects providing basic SIP User Agent retry statistics.
1.3.6.1.4.1.9.9.152.3.2.32deprecated
ciscoSipStatsSuccessStatusCodesGroupRev2
OBJECT-GROUP
A collection of objects providing basic SIP User Agent Success status code response messages statistics.
1.3.6.1.4.1.9.9.152.3.2.33current
ciscoSipBaseConfigGroupRev3
OBJECT-GROUP
A collection of objects providing basic SIP User Agent configuration.
1.3.6.1.4.1.9.9.152.3.2.34current
ciscoSipStatsClientStatusCodesGroupRev3
OBJECT-GROUP
A collection of objects providing basic SIP User Agent Client Error status code response messages statistics.
1.3.6.1.4.1.9.9.152.3.2.35deprecated
ciscoSipStatsMiscGroup
OBJECT-GROUP
A collection of objects providing miscellaneous SIP User Agent statistics.
1.3.6.1.4.1.9.9.152.3.2.36current
ciscoSipBaseIOSConfigGroup
OBJECT-GROUP
A collection of objects providing basic SIP User Agent configuration for SIP user agents in IOS.
1.3.6.1.4.1.9.9.152.3.2.37deprecated
ciscoSipTrafficStatsGroupRev3
OBJECT-GROUP
A collection of objects providing basic SIP User Agent inbound and outbound traffic statistics.
1.3.6.1.4.1.9.9.152.3.2.38current
ciscoSipStatsRedirStatusCodesGroupRev2
OBJECT-GROUP
A collection of objects providing basic SIP User Agent Redirection status code response messages statistics.
1.3.6.1.4.1.9.9.152.3.2.39current
ciscoSipTimerConfigGroupRev4
OBJECT-GROUP
A collection of objects providing basic SIP User Agent timer configuration.
1.3.6.1.4.1.9.9.152.3.2.40current
ciscoSipRetryStatsGroupRev4
OBJECT-GROUP
A collection of objects providing basic SIP User Agent retry statistics.
1.3.6.1.4.1.9.9.152.3.2.41current
ciscoSipBaseIOSConfigGroupRev1
OBJECT-GROUP
A collection of objects providing basic SIP User Agent configuration for SIP user agents in IOS.
1.3.6.1.4.1.9.9.152.3.2.42current
ciscoSipStatsClientStatusCodesGroupRev4
OBJECT-GROUP
A collection of objects providing basic SIP User Agent Client Error status code response messages statistics.
1.3.6.1.4.1.9.9.152.3.2.43current
ciscoSipRetryConfigGroupRev4
OBJECT-GROUP
A collection of objects providing basic SIP User Agent retry configuration.
1.3.6.1.4.1.9.9.152.3.2.44current
ciscoSipCfgPeerGroupRev1
OBJECT-GROUP
A collection of objects providing SIP related configuration of Dial Peers.
1.3.6.1.4.1.9.9.152.3.2.45current
ciscoSipCfgVoiceServiceVoipGroup
OBJECT-GROUP
A collection of objects providing SIP related configuration of Voice Service VoIP.
1.3.6.1.4.1.9.9.152.3.2.46current
ciscoSipStatsConnectionGroup
OBJECT-GROUP
A collection of objects providing basic SIP User Agent Transport Connection statistics.
1.3.6.1.4.1.9.9.152.3.2.47current