1-- *****************************************************************
2-- CISCO-SIP-UA-MIB.my: Session Initiation Protocol User Agent MIB
3--
4-- January 2000  Kevin Lingle
5--
6-- Copyright (c) 2000, 2001, 2002, 2004 by cisco Systems, Inc.
7-- All rights reserved.
8-- *****************************************************************
9
10CISCO-SIP-UA-MIB DEFINITIONS ::= BEGIN
11IMPORTS
12     MODULE-IDENTITY,
13     OBJECT-TYPE,
14     Counter32,
15     Integer32,
16     Unsigned32,
17     Gauge32,
18     OBJECT-IDENTITY
19          FROM SNMPv2-SMI
20
21     MODULE-COMPLIANCE,
22     OBJECT-GROUP
23          FROM SNMPv2-CONF
24
25     SnmpAdminString
26          FROM SNMP-FRAMEWORK-MIB
27
28     ciscoMgmt
29          FROM CISCO-SMI
30
31     InterfaceIndexOrZero
32          FROM IF-MIB
33
34     StorageType,
35     TruthValue,
36     TEXTUAL-CONVENTION
37          FROM SNMPv2-TC;
38
39ciscoSipUaMIB MODULE-IDENTITY
40     LAST-UPDATED   "200402190000Z"
41     ORGANIZATION   "Cisco Systems, Inc."
42     CONTACT-INFO
43             "       Cisco Systems
44                     Customer Service
45
46             Postal: 170 W. Tasman Drive
47                     San Jose, CA  95134
48                     USA
49
50             Tel: +1 800 553-NETS
51
52             E-mail: cs-sip@cisco.com"
53     DESCRIPTION
54             "Cisco User Agent Session Initiation Protocol (SIP)
55              MIB module.  SIP is an application-layer signalling
56              protocol for creating, modifying and terminating
57              multimedia sessions with one or more participants.
58              These sessions include Internet multimedia conferences
59              and Internet telephone calls.  SIP is defined in
60              RFC 2543 (March 1999).
61
62              This MIB is defined for the management of SIP User
63              Agents (UAs).  A User Agent is an application which
64              contains both a User Agent Client (UAC) and a User
65              Agent Server (UAS).   A UAC is an application that
66              initiates a SIP request.  A UAS is an application that
67              contacts the user when a SIP request is received and
68              that returns a response on behalf of the user.  The
69              response accepts, rejects, or redirects the request.
70
71              A SIP transaction occurs between a client and a server
72              and comprises all messages from the first request sent
73              from the client to the server up to a final (non-1xx)
74              response sent from the server to the client."
75     REVISION  "200402190000Z"
76     DESCRIPTION
77               " Addition of the following objects:
78                 cSipCfgSuspendResumeEnabled
79                 cSipCfgTimerHold
80                 cSipCfgTimerInfo
81                 cSipCfgTimerConnectionAging
82                 cSipCfgTimerBufferInvite
83                 cSipCfgRetryInfo
84                 cSipCfgRetrySubscribe
85                 cSipCfgOfferCallHold
86                 cSipCfgPeerSwitchTransEnabled
87                 cSipCfgSwitchTransportEnabled
88                 cSipCfgMaximumForwards
89                 cSipCfgReasonHeaderOveride
90
91                 cSipCfgBindSourceAddrTable ->
92                     cSipCfgBindSourceAddrEntry
93                     cSipCfgBindSourceAddrScope
94                     cSipCfgBindSourceAddrInterface
95                 cSipCfgVoiceServiceVoip ->
96                     cSipCfgHeaderPassingEnabled
97                     cSipCfgMaxSubscriptionAccept
98                     cSipCfgMaxSubscriptionOriginate
99
100                 cSipStatsRedirMovedTempsIns
101                 cSipStatsRedirMovedTempsOuts
102                 cSipStatsRetryInfo
103                 cSipStatsRetrySubscribe
104                 cSipStatsClientReqPendingIns
105                 cSipStatsClientReqPendingOuts
106                 cSipStatsTrafficUpdateIns
107                 cSipStatsTrafficUpdateOuts
108                 cSipStatsConnTCPSendFailures
109                 cSipStatsConnUDPSendFailures
110                 cSipStatsConnTCPRemoteClosures
111                 cSipStatsConnUDPCreateFailures
112                 cSipStatsConnTCPCreateFailures
113                 cSipStatsConnUDPInactiveTimeouts
114                 cSipStatsConnTCPInactiveTimeouts
115                 cSipStatsActiveUDPConnections
116                 cSipStatsActiveTCPConnections
117
118                 Deprecated the following objects:
119                 cSipCfgMaxForwards
120                 cSipStatsRedirMovedTemps
121                 cSipCfgBindSrcAddrScope
122                 cSipCfgBindSrcAddrInterface
123
124                 Addition of the following Conformance objects:
125                 ciscoSipTrafficStatsGroupRev3
126                 ciscoSipStatsRedirStatusCodesGroupRev2
127                 ciscoSipTimerConfigGroupRev4
128                 ciscoSipRetryStatsGroupRev4
129                 ciscoSipBaseIOSConfigGroupRev1
130                 ciscoSipStatsClientStatusCodesGroupRev4
131                 ciscoSipRetryConfigGroupRev4
132                 ciscoSipCfgPeerGroupRev1
133                 ciscoSipCfgVoiceServiceVoipGroup
134                 ciscoSipStatsConnectionGroup
135
136                 Deprecated the following Conformance objects:
137                 ciscoSipTrafficStatsGroupRev2
138                 ciscoSipStatsRedirStatusCodesGroupRev1
139                 ciscoSipTimerConfigGroupRev3
140                 ciscoSipRetryStatsGroupRev3
141                 ciscoSipBaseIOSConfigGroup
142                 ciscoSipStatsClientStatusCodesGroupRev3
143                 ciscoSipRetryConfigGroupRev3
144                 ciscoSipCfgPeerGroup
145
146                 Addition of the following Compliance object:
147                 ciscoSipComplianceRev5
148
149                 Deprecated the following Compliance object:
150                 ciscoSipComplianceRev4
151               "
152     REVISION  "200205080000Z"
153     DESCRIPTION
154               " Addition of the following textual conventions:
155                  CSipStatusCode
156                  CSipMethodStr
157
158                 Addition of the following objects:
159                  cSipCfgRedirectionDisabled
160                  cSipCfgTimerSessionTimer
161                  cSipCfgEarlyMediaTable
162                      cSipCfgEarlyMediaStatusCodeIndex
163                      cSipCfgEarlyMediaCutThruDisabled
164                  cSipStatsClientSTTooSmallIns
165                  cSipStatsClientSTTooSmallOuts
166                  cSipStatsMisc3xxMappedTo4xxRsps
167                  cSipStatsSuccessOkTable
168                      cSipStatsSuccessOkMethod
169                      cSipStatsSuccessOkInbounds
170                      cSipStatsSuccessOkOutbounds
171                  cSipCfgSymNatEnabled
172                  cSipCfgSymNatDirectionRole
173               "
174     REVISION  "200110050000Z"
175     DESCRIPTION
176               "Obsoleting  cSipStatsRedirSeeOthers,
177                cSipStatsClientLengthRequiredIns and
178                cSipStatsClientLengthRequiredOuts.
179                Add cSipCfgTimerRefer, cSipCfgRetryRefer,
180                and cSipStatsRetryRefers.
181                Deprecated old-style ciscoSipUaMIBNotificationPrefix.
182               "
183     REVISION  "200109070000Z"
184     DESCRIPTION
185               "Neglected to deprecate
186                ciscoSipStatsClientStatusCodesGroupRev1
187                in the previous revision where
188                ciscoSipStatsClientStatusCodesGroupRev2
189                was made current.
190               "
191     REVISION  "200108210000Z"
192     DESCRIPTION
193               "Deprecating cSipStatsRedirSeeOthers,
194                cSipStatsClientLengthRequiredIns and
195                cSipStatsClientLengthRequiredOuts.
196                The SIP status codes related to these
197                counters have been removed from
198                RFC2543bis03 version of the standard.
199               "
200     REVISION  "200108020000Z"
201     DESCRIPTION
202              "Addition of the following objects:
203                 cSipCfgAaaUsername
204                 cSipStatsTrafficInfoIns
205                 cSipStatsTrafficInfoOuts
206                 cSipStatsTrafficSubscribeIns
207                 cSipStatsTrafficSubscribeOuts
208                 cSipStatsClientBadEventIns
209                 cSipStatsClientBadEventOuts
210              "
211     REVISION  "200106070000Z"
212     DESCRIPTION
213              "Addition of the following objects:
214                 cSipCfgBindSrcAddrInterface
215                 cSipCfgBindSrcAddrScope
216                 cSipCfgDnsSrvQueryStringFormat
217                 cSipStatsTrafficReferIns
218                 cSipStatsTrafficReferOuts
219                 cSipStatsTrafficNotifyIns
220                 cSipStatsTrafficNotifyOuts
221                 cSipStatsSuccessAcceptedIns
222                 cSipStatsSuccessAcceptedOuts
223                 cSipCfgTimerNotify
224                 cSipCfgRetryNotify
225                 cSipCfgStatusCodeIndex
226                 cSipCfgPstnCause
227                 cSipCfgStatusCauseStoreStatus
228                 cSipCfgPstnCauseIndex
229                 cSipCfgStatusCode
230                 cSipCfgCauseStatusStoreStatus
231                 cSipStatsRetryNotifys
232              "
233     REVISION  "200103020000Z"
234     DESCRIPTION
235              "Addition of the following objects:
236                 cSipCfgMaxForwards
237                 cSipCfgTimerPrack
238                 cSipCfgTimerComet
239                 cSipCfgTimerReliableRsp
240                 cSipCfgRetryPrack
241                 cSipCfgRetryComet
242                 cSipCfgRetryReliableRsp
243                 cSipCfgOutSessionTransport
244                 cSipCfgReliable1xxRspStr
245                 cSipCfgReliable1xxRspHdr
246                 cSipCfgUrlType
247                 cSipCfgPeerTable
248                     cSipCfgPeerIndex
249                     cSipCfgPeerOutSessionTransport
250                     cSipCfgPeerReliable1xxRspStr
251                     cSipCfgPeerReliable1xxRspHdr
252                     cSipCfgPeerUrlType
253                 cSipStatsClientReqTermIns
254                 cSipStatsClientReqTermOuts
255                 cSipStatsClientNoAcceptHereIns
256                 cSipStatsClientNoAcceptHereOuts
257                 cSipStatsServerPrecondFailureIns
258                 cSipStatsServerPrecondFailureOuts
259                 cSipStatsTrafficCometIns
260                 cSipStatsTrafficCometOuts
261                 cSipStatsTrafficPrackIns
262                 cSipStatsTrafficPrackOuts
263                 cSipStatsRetryPrack
264                 cSipStatsRetryComets
265                 cSipStatsRetryReliable1xxRsps
266              "
267     ::= { ciscoMgmt 152 }
268
269
270ciscoSipUaMIBNotifs            OBJECT IDENTIFIER ::= { ciscoSipUaMIB 0 }
271ciscoSipUaMIBObjects           OBJECT IDENTIFIER ::= { ciscoSipUaMIB 1 }
272
273cSipCfg                 OBJECT IDENTIFIER ::= { ciscoSipUaMIBObjects 1 }
274cSipCfgBase             OBJECT IDENTIFIER ::= { cSipCfg 1 }
275cSipCfgTimer            OBJECT IDENTIFIER ::= { cSipCfg 2 }
276cSipCfgRetry            OBJECT IDENTIFIER ::= { cSipCfg 3 }
277cSipCfgPeer             OBJECT IDENTIFIER ::= { cSipCfg 4 }
278cSipCfgStatusCauseMap   OBJECT IDENTIFIER ::= { cSipCfg 5 }
279cSipCfgAaa              OBJECT IDENTIFIER ::= { cSipCfg 6 }
280cSipCfgVoiceServiceVoip OBJECT IDENTIFIER ::= { cSipCfg 7 }
281
282cSipStats               OBJECT IDENTIFIER ::= { ciscoSipUaMIBObjects 2 }
283cSipStatsInfo           OBJECT IDENTIFIER ::= { cSipStats 1 }
284cSipStatsSuccess        OBJECT IDENTIFIER ::= { cSipStats 2 }
285cSipStatsRedirect       OBJECT IDENTIFIER ::= { cSipStats 3 }
286cSipStatsErrClient      OBJECT IDENTIFIER ::= { cSipStats 4 }
287cSipStatsErrServer      OBJECT IDENTIFIER ::= { cSipStats 5 }
288cSipStatsGlobalFail     OBJECT IDENTIFIER ::= { cSipStats 6 }
289cSipStatsTraffic        OBJECT IDENTIFIER ::= { cSipStats 7 }
290cSipStatsRetry          OBJECT IDENTIFIER ::= { cSipStats 8 }
291cSipStatsMisc           OBJECT IDENTIFIER ::= { cSipStats 9 }
292cSipStatsConnection     OBJECT IDENTIFIER ::= { cSipStats 10 }
293
294
295-- Textual Conventions
296
297CSipStatusCode ::= TEXTUAL-CONVENTION
298    STATUS current
299    DESCRIPTION
300         "A textual convention reflecting a SIP
301          response status code value."
302    SYNTAX Integer32 (1..2147483647)
303
304CSipMethodStr ::= TEXTUAL-CONVENTION
305    STATUS current
306    DESCRIPTION
307         "A textual convention reflecting SIP methods
308          supported by this user agent.  SIP methods
309          are case-sensitive.  Therefore, objects using
310          this textual convention must also have values
311          that are case-sensitive.  All SIP methods must
312          be represented as all upper case ASCII strings.
313          For example, 'INVITE'."
314    SYNTAX OCTET STRING (SIZE(1..32))
315
316
317-- SIP Base Configuration
318
319cSipCfgVersion OBJECT-TYPE
320    SYNTAX      SnmpAdminString
321    MAX-ACCESS  read-only
322    STATUS      current
323    DESCRIPTION
324         "This object will reflect the version of SIP supported by this
325          user agent.  It will follow the same format as SIP version
326          information contained in the SIP messages generated by this
327          user agent.  For example, user agents supporting SIP version 2
328          will return 'SIP/2.0' as dictated by RFC 2543."
329    ::= { cSipCfgBase 1 }
330
331cSipCfgTransport OBJECT-TYPE
332    SYNTAX      INTEGER {
333                        udp(1),
334                        tcp(2),
335                        udpAndTcp(3),
336                        disabled(4)
337                }
338    MAX-ACCESS  read-write
339    STATUS      current
340    DESCRIPTION
341         "This object specifies the transport protocol the SIP user
342          agent will use to receive SIP messages.  A value of 'disabled'
343          indicates that the UA will not receive any SIP messages."
344    ::= { cSipCfgBase 2 }
345
346cSipCfgUserLocationServerAddr OBJECT-TYPE
347    SYNTAX      SnmpAdminString
348    MAX-ACCESS  read-write
349    STATUS      current
350    DESCRIPTION
351         "This object specifies address of the User Location
352          Server (ULS) being used to resolve the location of end
353          points.  This could be a Domain Name Server (DNS) or a
354          SIP proxy/redirect server.
355
356          The format of the address follows the IETF service location
357          protocol. The syntax is as follows:
358
359             mapping-type:type-specific-syntax
360
361          the mapping-type specifies a scheme for mapping the matching
362          dial string to a target server. The type-specific-syntax is
363          exactly that, something that the particular mapping scheme can
364          understand.  For example,
365             Session target           Meaning
366             ipv4:171.68.13.55:1006   The session target is the IP
367                                      version 4 address of 171.68.13.55
368                                      and port 1006.
369             dns:pots.cisco.com       The session target is the IP host
370                                      with dns name pots.cisco.com.
371
372          The valid Mapping type definitions for the peer follow:
373             ipv4  - Syntax: ipv4:w.x.y.z:port or  ipv4:w.x.y.z
374             dns   - Syntax: dns:host.domain."
375    ::= { cSipCfgBase 3 }
376
377cSipCfgMaxForwards OBJECT-TYPE
378    SYNTAX      Integer32 (1..15)
379    MAX-ACCESS  read-write
380    STATUS      deprecated -- superceeded by cSipCfgMaximumForwards
381    DESCRIPTION
382         "This object may be used with any SIP method to limit the
383          number of proxies that can forward the request to the next
384          downstream server."
385    ::= { cSipCfgBase 4 }
386
387cSipCfgBindSrcAddrInterface OBJECT-TYPE
388    SYNTAX      InterfaceIndexOrZero
389    MAX-ACCESS  read-write
390    STATUS      deprecated -- superceeded by
391                           -- cSipCfgBindSourceAddrInterface
392    DESCRIPTION
393         "This object may specify the interface where the
394          source IP address used in SIP signalling or media
395          packets is configured.  A value of 0 means that
396          there is no specific source address configured and
397          in this case the best local IP address will be chosen
398          by the system."
399    DEFVAL { 0 }
400    ::= { cSipCfgBase 5 }
401
402cSipCfgBindSrcAddrScope OBJECT-TYPE
403    SYNTAX      INTEGER {
404                         all(1),
405                         control(2)
406                }
407    MAX-ACCESS  read-write
408    STATUS      deprecated -- superceeded by cSipCfgBindSourceAddrScope
409    DESCRIPTION
410         "This object specifies the scope of packets to
411          which the source IP address of the interface
412          designated by cSipCfgBindSrcAddrInterface
413          will be bound.  A value of 'all' means the IP address
414          will be bound to both SIP signalling and media packets.
415          A value of 'control' means the IP address will only
416          be bound to SIP signalling packets.
417          If cSipCfgBindSrcAddrInterface is set to 0,
418          the value of this object has no meaning."
419    DEFVAL { all }
420    ::= { cSipCfgBase 6 }
421
422cSipCfgDnsSrvQueryStringFormat OBJECT-TYPE
423    SYNTAX      INTEGER {
424                         v1(1),
425                         v2(2)
426                }
427    MAX-ACCESS  read-write
428    STATUS      current
429    DESCRIPTION
430         "This object specifies the format of the prefix used
431          by the system for DNS SRV queries.
432
433          v1  :  RFC 2052 format - 'protocol.transport.'
434          v2  :  RFC 2782 format - '_protocol._transport.'
435
436          This object allows backward compatibility with systems
437          only supporting RFC 2052 format."
438    DEFVAL { v2 }
439    ::= { cSipCfgBase 7 }
440
441cSipCfgRedirectionDisabled OBJECT-TYPE
442    SYNTAX     TruthValue
443    MAX-ACCESS read-write
444    STATUS     current
445    DESCRIPTION
446         "This object specifies how call redirection (3xx)
447          is handled by the user agent.
448
449          If 'false', the user agent's treatment of incoming
450          3xx class response messages is as defined in RFC 2543.
451          That is, the user agent uses the Contact header(s)
452          from the 3xx response to reinitiate another INVITE
453          transaction to the user's new location.  The call
454          is redirected.
455
456          If 'true', the user agent treats incoming 3xx
457          response messages as 4xx (client error) class
458          response messages.  In this case, the call is not
459          redirected, instead it is released with the
460          appropriate PSTN cause code.
461
462          The mapping of SIP 3xx response status codes to
463          4xx response status codes is as follows:
464           300 Multiple Choices -> 410 Gone
465           301 Moved Permanently -> 410 Gone
466           302 Moved Temporarily -> 480 Temporarily Unavailable
467           305 User Proxy        -> 410 Gone
468           380 Alternative Service -> 410 Gone
469           Any other 3xx -> 410 Gone"
470    DEFVAL { false }
471    ::= { cSipCfgBase 8 }
472
473cSipCfgEarlyMediaTable OBJECT-TYPE
474    SYNTAX      SEQUENCE OF CSipCfgEarlyMediaEntry
475    MAX-ACCESS  not-accessible
476    STATUS      current
477    DESCRIPTION
478         "This table contains configuration for Early
479          Media Cut Through.  The configuration controls
480          how the SIP user agent will process 1xx
481          (Provisional) SIP response messages that contain
482          Session Definition Protocol (SDP) payloads."
483    ::= { cSipCfgBase 9 }
484
485cSipCfgEarlyMediaEntry OBJECT-TYPE
486    SYNTAX      CSipCfgEarlyMediaEntry
487    MAX-ACCESS  not-accessible
488    STATUS      current
489    DESCRIPTION
490         "A row in the cSipCfgEarlyMediaTable.
491          A row is accessible with a Provisional (1xx)
492          status code value (eg, 180) and provides
493          an object for the enabling or disabling of
494          the Early Media Cut Through functionality."
495    INDEX { cSipCfgEarlyMediaStatusCodeIndex }
496    ::= { cSipCfgEarlyMediaTable 1 }
497
498CSipCfgEarlyMediaEntry ::= SEQUENCE {
499    cSipCfgEarlyMediaStatusCodeIndex  CSipStatusCode,
500    cSipCfgEarlyMediaCutThruDisabled  TruthValue
501    }
502
503cSipCfgEarlyMediaStatusCodeIndex OBJECT-TYPE
504    SYNTAX      CSipStatusCode
505    MAX-ACCESS  not-accessible
506    STATUS      current
507    DESCRIPTION
508         "A unique identifier of a row in this table and
509          a valid SIP status code."
510    ::= { cSipCfgEarlyMediaEntry 1 }
511
512cSipCfgEarlyMediaCutThruDisabled OBJECT-TYPE
513    SYNTAX     TruthValue
514    MAX-ACCESS read-write
515    STATUS     current
516    DESCRIPTION
517         "This object specifies whether Early Media
518          Cut Through is enabled or disabled for the
519          SIP response messages with status codes that
520          match cSipCfgEarlyMediaStatusCodeIndex.
521
522          If 'true', early media cut through is disabled,
523          and the user agent will process the message as
524          though it did not contain any SDP payload.
525
526          If 'false', early media cut through is enabled,
527          and the user agent will process the message
528          similar to a 183 (Session Progress) and cut
529          through for early media.  The assumption being
530          that the SDP is an indication that the far end
531          is going to send early media."
532    DEFVAL { false }
533    ::= { cSipCfgEarlyMediaEntry 2 }
534
535cSipCfgSymNatEnabled OBJECT-TYPE
536    SYNTAX     TruthValue
537    MAX-ACCESS read-write
538    STATUS     current
539    DESCRIPTION
540         "This object specifies whether remote media checks
541          for Symmetric Network Address Translation (NAT)
542          is enabled or disabled.
543
544          If 'true', remote media checks are enabled.  The
545          gateway will have the ability to open a Real Time
546          Transport Protocol (RTP) session with the remote
547          end and then update (modify) the existing RTP
548          session's remote address/port (raddr:rport) with
549          the source address and port of the actual media
550          packet received.  This would be triggered for only
551          those calls where the Session Description Protocol
552          (SDP) received by the gateway has an indication to
553          do so.
554
555          If 'false', remote media checks are disabled."
556    DEFVAL { false }
557    ::= { cSipCfgBase 10 }
558
559cSipCfgSymNatDirectionRole OBJECT-TYPE
560    SYNTAX      INTEGER {
561                         none(1),
562                         passive(2),
563                         active(3)
564                }
565    MAX-ACCESS read-write
566    STATUS     current
567    DESCRIPTION
568         "This object specifies the value of the
569          'a=direction:<role>' SDP attribute supported by
570          the user agent.  The direction attribute is used
571          to describe the role of the user agent (as an
572          endpoint for a connection-oriented media stream)
573          in the connection setup procedure.
574
575          none    :  No role is specified.
576          passive :  The user agent will advertise itself
577                     as a 'passive' entity (inside the NAT)
578                     in the SDP.
579          active  :  The user agent will advertise itself
580                     as a 'active' entity (outside the NAT)
581                     in the SDP."
582    DEFVAL { none }
583    ::= { cSipCfgBase 11 }
584
585cSipCfgBindSourceAddrTable OBJECT-TYPE
586    SYNTAX      SEQUENCE OF CSipCfgBindSourceAddrEntry
587    MAX-ACCESS  not-accessible
588    STATUS      current
589    DESCRIPTION
590         "This table contains configuration for binding
591          the scope of packets to the particular ethernet
592          interface. The scope for the packets can be
593          specified as either 'signalling' or 'media'
594          packets. The ethernet interface shall be
595          specified by the interface index. The table
596          shall be indexed based on the scope."
597
598    ::= { cSipCfgBase 12 }
599
600cSipCfgBindSourceAddrEntry OBJECT-TYPE
601    SYNTAX      CSipCfgBindSourceAddrEntry
602    MAX-ACCESS  not-accessible
603    STATUS      current
604    DESCRIPTION
605         "A row in the cSipCfgBindSourceAddrTable.
606          A row is accessible with the scope of packets
607          to which the source IP address of the interface
608          designated by cSipCfgBindSourceAddrInterface
609          will be bound."
610    INDEX { cSipCfgBindSourceAddrScope }
611    ::= { cSipCfgBindSourceAddrTable 1 }
612
613CSipCfgBindSourceAddrEntry ::= SEQUENCE {
614    cSipCfgBindSourceAddrScope      INTEGER,
615    cSipCfgBindSourceAddrInterface  InterfaceIndexOrZero
616    }
617
618cSipCfgBindSourceAddrScope OBJECT-TYPE
619    SYNTAX      INTEGER {
620                         media(1),
621                         control(2)
622                }
623    MAX-ACCESS  not-accessible
624    STATUS      current
625    DESCRIPTION
626         "A unique identifier of a row in this table and
627          specifies the scope of packets to which the
628          source IP address of the interface
629          designated by cSipCfgBindSourceAddrInterface
630          will be bound."
631    ::= { cSipCfgBindSourceAddrEntry 1 }
632
633cSipCfgBindSourceAddrInterface OBJECT-TYPE
634    SYNTAX     InterfaceIndexOrZero
635    MAX-ACCESS read-write
636    STATUS     current
637    DESCRIPTION
638         "This object may specify the interface where the
639          source IP address used in SIP signalling or media
640          packets is configured.  A value of 0 means that
641          there is no specific source address configured and
642          in this case the best local IP address will be chosen
643          by the system."
644    DEFVAL { 0 }
645    ::= { cSipCfgBindSourceAddrEntry 2 }
646
647cSipCfgSuspendResumeEnabled OBJECT-TYPE
648    SYNTAX     TruthValue
649    MAX-ACCESS read-write
650    STATUS     current
651    DESCRIPTION
652         "This object specifies if support for handling
653          Suspend/Resume events from the switch is enabled or not.
654
655          If 'true', the user agent on getting a Suspend will
656          notify the remote agent by sending it a re-invite with
657          a hold SDP. Similarly, when the Gateway receives a Resume, it
658          will initiate a re-invite with the original SDP and unhold the
659          call.
660
661          If 'false', the user agent will not initiate any re-invites
662          on receiving Suspend/Resume events, basically it won't be
663          putting the call on hold or off hold."
664
665    DEFVAL { true }
666    ::= { cSipCfgBase 13 }
667
668cSipCfgOfferCallHold OBJECT-TYPE
669    SYNTAX      INTEGER {
670                         directionAttr(1),
671                         connAddr(2)
672                }
673    MAX-ACCESS read-write
674    STATUS     current
675    DESCRIPTION
676         "This object specifies how the SIP gateway would initiate call
677          hold requests.
678
679          directionAttr: The user agent will use the direction
680                          attribute such as a=sendonly or a=inactive in
681                          the sdp to initiate call hold requests.
682
683          connAddr: The user agent will use 0.0.0.0 connection address
684                     to specify Call Hold."
685
686    DEFVAL {directionAttr}
687    ::= { cSipCfgBase 14 }
688
689cSipCfgReasonHeaderOveride OBJECT-TYPE
690    SYNTAX      TruthValue
691    MAX-ACCESS  read-write
692    STATUS      current
693    DESCRIPTION
694         "This object specifies that the Reason header overrides SIP
695          status code mapping table."
696
697    DEFVAL { false }
698    ::= { cSipCfgBase 15 }
699
700cSipCfgMaximumForwards OBJECT-TYPE
701    SYNTAX      Integer32 (1..70)
702    MAX-ACCESS  read-write
703    STATUS      current
704    DESCRIPTION
705         "This object may be used with any SIP method to limit the
706          number of proxies that can forward the request to the next
707          downstream server."
708    DEFVAL { 70 }
709    ::= { cSipCfgBase 16 }
710
711-- SIP Timer Configuration
712
713cSipCfgTimerTrying OBJECT-TYPE
714    SYNTAX      Integer32 (100..1000)
715    UNITS       "milliseconds"
716    MAX-ACCESS  read-write
717    STATUS      current
718    DESCRIPTION
719         "This object specifies the time a user agent will wait to
720          receive a provisional response to a INVITE before resending
721          the INVITE."
722    ::= { cSipCfgTimer 1 }
723
724cSipCfgTimerExpires OBJECT-TYPE
725    SYNTAX      Integer32 (60000..300000)
726    UNITS       "milliseconds"
727    MAX-ACCESS  read-write
728    STATUS      current
729    DESCRIPTION
730         "This object specifies the time a user agent will wait to
731          receive a final response to a INVITE before cancelling the
732          transaction."
733    ::= { cSipCfgTimer 2 }
734
735cSipCfgTimerConnect OBJECT-TYPE
736    SYNTAX      Integer32 (100..1000)
737    UNITS       "milliseconds"
738    MAX-ACCESS  read-write
739    STATUS      current
740    DESCRIPTION
741         "This object specifies the time a user agent will wait to
742          receive an ACK confirmation a session is established."
743    ::= { cSipCfgTimer 3 }
744
745cSipCfgTimerDisconnect OBJECT-TYPE
746    SYNTAX      Integer32 (100..1000)
747    UNITS       "milliseconds"
748    MAX-ACCESS  read-write
749    STATUS      current
750    DESCRIPTION
751         "This object specifies the time a user agent will wait to
752          receive an BYE confirmation a session is disconnected."
753    ::= { cSipCfgTimer 4 }
754
755cSipCfgTimerPrack OBJECT-TYPE
756    SYNTAX      Integer32 (100..1000)
757    UNITS       "milliseconds"
758    MAX-ACCESS  read-write
759    STATUS      current
760    DESCRIPTION
761         "This object specifies the time a user agent will wait for
762          a final response before retransmitting the PRACK (PRovisional
763          ACKnowledgment)."
764    ::= { cSipCfgTimer 5 }
765
766cSipCfgTimerComet OBJECT-TYPE
767    SYNTAX      Integer32 (100..1000)
768    UNITS       "milliseconds"
769    MAX-ACCESS  read-write
770    STATUS      current
771    DESCRIPTION
772         "This object specifies the time a user agent will wait
773          for a final response before retransmitting the COMET
774          (COndition MET)."
775    ::= { cSipCfgTimer 6 }
776
777cSipCfgTimerReliableRsp OBJECT-TYPE
778    SYNTAX      Integer32 (100..1000)
779    UNITS       "milliseconds"
780    MAX-ACCESS  read-write
781    STATUS      current
782    DESCRIPTION
783         "This object specifies the amount of time to wait for a
784          PRACK before retransmitting the reliable 1xx response."
785    ::= { cSipCfgTimer 7 }
786
787cSipCfgTimerNotify OBJECT-TYPE
788    SYNTAX      Integer32 (100..1000)
789    UNITS       "milliseconds"
790    MAX-ACCESS  read-write
791    STATUS      current
792    DESCRIPTION
793         "This object specifies the amount of time to wait for a
794          final response before retransmitting the Notify."
795    ::= { cSipCfgTimer 8 }
796
797cSipCfgTimerRefer OBJECT-TYPE
798    SYNTAX      Integer32 (100..1000)
799    UNITS       "milliseconds"
800    MAX-ACCESS  read-write
801    STATUS      current
802    DESCRIPTION
803         "This object specifies the amount of time to wait for a
804          final response before retransmitting the Refer."
805    ::= { cSipCfgTimer 9 }
806
807cSipCfgTimerSessionTimer OBJECT-TYPE
808    SYNTAX      Integer32 (60..86400)
809    UNITS       "seconds"
810    MAX-ACCESS  read-write
811    STATUS      current
812    DESCRIPTION
813         "This object specifies the value of the Min-SE
814          header for INVITE messages originated by this
815          user agent and the minimum value of the
816          Session-Expires headers for INVITE messages
817          received by this user agent.
818
819          Any Session-Expires headers received with a
820          value below this object's value will be rejected
821          with a 422 client error response message.
822
823          Setting this object to a value less than 600 is
824          valid, but the possibly of excessive re-INVITES
825          and the impact of those messages should be fully
826          understood and considered an acceptable risk."
827    DEFVAL { 1800 }
828    ::= { cSipCfgTimer 10 }
829
830cSipCfgTimerHold OBJECT-TYPE
831    SYNTAX      Integer32 (0 | 15..2880)
832    UNITS       "minutes"
833    MAX-ACCESS  read-write
834    STATUS      current
835    DESCRIPTION
836         "This object specifies the amount of time to wait before
837          disconnecting a call already on hold. A value of 0 specifies
838          that this functionality is disabled."
839    DEFVAL { 2880 }
840    ::= { cSipCfgTimer 11 }
841
842cSipCfgTimerInfo OBJECT-TYPE
843    SYNTAX      Integer32 (100..1000)
844    UNITS       "milliseconds"
845    MAX-ACCESS  read-write
846    STATUS      current
847    DESCRIPTION
848         "This object specifies the amount of time to wait for a
849          200ok response before retransmitting the Info."
850    DEFVAL { 500 }
851    ::= { cSipCfgTimer 12}
852
853cSipCfgTimerConnectionAging OBJECT-TYPE
854    SYNTAX      Integer32 (5..30)
855    UNITS       "minutes"
856    MAX-ACCESS  read-write
857    STATUS      current
858    DESCRIPTION
859         "This object specifies the amount of time to wait before
860          aging out a TCP/UDP connection."
861    DEFVAL { 5 }
862    ::= { cSipCfgTimer 13}
863
864cSipCfgTimerBufferInvite OBJECT-TYPE
865    SYNTAX      Integer32 (0 | 50..5000)
866    UNITS       "milliseconds"
867    MAX-ACCESS  read-write
868    STATUS      current
869    DESCRIPTION
870         "This object specifies the amount of time to buffer the INVITE
871          while waiting for display name info in the Facility.
872
873          A value of 0 means that the INVITE wouldn't be buffered
874          waiting for the display name info in the Facility."
875
876    DEFVAL { 0 }
877    ::= { cSipCfgTimer 14 }
878
879-- SIP Retry Configuration
880
881cSipCfgRetryInvite OBJECT-TYPE
882    SYNTAX      Integer32 (1..10)
883    MAX-ACCESS  read-write
884    STATUS      current
885    DESCRIPTION
886         "This object specifies the number of times a user agent
887          will retry sending a INVITE request."
888    ::= { cSipCfgRetry 1 }
889
890cSipCfgRetryBye OBJECT-TYPE
891    SYNTAX      Integer32 (1..10)
892    MAX-ACCESS  read-write
893    STATUS      current
894
895    DESCRIPTION
896         "This object specifies the number of times a user agent
897          will retry sending a BYE request."
898    ::= { cSipCfgRetry 2 }
899
900cSipCfgRetryCancel OBJECT-TYPE
901    SYNTAX      Integer32 (1..10)
902    MAX-ACCESS  read-write
903    STATUS      current
904    DESCRIPTION
905         "This object specifies the number of times a user agent
906          will retry sending a CANCEL request."
907    ::= { cSipCfgRetry 3 }
908
909cSipCfgRetryRegister OBJECT-TYPE
910    SYNTAX      Integer32 (1..10)
911    MAX-ACCESS  read-write
912    STATUS      current
913    DESCRIPTION
914         "This object specifies the number of times a user agent
915          will retry sending a REGISTER request."
916    ::= { cSipCfgRetry 4 }
917
918cSipCfgRetryResponse OBJECT-TYPE
919    SYNTAX      Integer32 (1..10)
920    MAX-ACCESS  read-write
921    STATUS      current
922    DESCRIPTION
923         "This object specifies the number of times a user agent
924          will retry sending a Response and expecting a ACK."
925    ::= { cSipCfgRetry 5 }
926
927cSipCfgRetryPrack OBJECT-TYPE
928    SYNTAX      Integer32 (1..10)
929    MAX-ACCESS  read-write
930    STATUS      current
931    DESCRIPTION
932         "This object specifies the number of times a user agent
933          will retry sending a PRACK (PRovisional ACKnowledgement)."
934    ::= { cSipCfgRetry 6 }
935
936cSipCfgRetryComet OBJECT-TYPE
937    SYNTAX      Integer32 (1..10)
938    MAX-ACCESS  read-write
939    STATUS      current
940    DESCRIPTION
941         "This object specifies the number of times a user agent
942          will retry sending a COMET (COndition MET)."
943    ::= { cSipCfgRetry 7 }
944
945cSipCfgRetryReliableRsp OBJECT-TYPE
946    SYNTAX      Integer32 (1..10)
947    MAX-ACCESS  read-write
948    STATUS      current
949    DESCRIPTION
950         "This object specifies the number of times a user agent
951          will retry sending a reliable response."
952    ::= { cSipCfgRetry 8 }
953
954cSipCfgRetryNotify OBJECT-TYPE
955    SYNTAX      Integer32 (1..10)
956    MAX-ACCESS  read-write
957    STATUS      current
958    DESCRIPTION
959         "This object specifies the number of times a user agent
960          will retry sending a Notify request."
961    ::= { cSipCfgRetry 9 }
962
963cSipCfgRetryRefer OBJECT-TYPE
964    SYNTAX      Integer32 (1..10)
965    MAX-ACCESS  read-write
966    STATUS      current
967    DESCRIPTION
968         "This object specifies the number of times a user agent
969          will retry sending a Refer request."
970    ::= { cSipCfgRetry 10 }
971
972cSipCfgRetryInfo OBJECT-TYPE
973    SYNTAX      Integer32 (1..10)
974    MAX-ACCESS  read-write
975    STATUS      current
976    DESCRIPTION
977         "This object specifies the number of times a user agent
978          will retry sending a Info request."
979    DEFVAL { 6 }
980    ::= { cSipCfgRetry 11 }
981
982cSipCfgRetrySubscribe OBJECT-TYPE
983    SYNTAX      Integer32 (1..10)
984    MAX-ACCESS  read-write
985    STATUS      current
986    DESCRIPTION
987         "This object specifies the number of times a user agent
988          will retry sending a Subscribe request."
989    DEFVAL { 6 }
990    ::= { cSipCfgRetry 12 }
991
992-- SIP-Specific Dial Peer Configuration
993--
994-- These objects exist to configure certain dial-peer
995-- attributes needed for SIP operation.  There is a
996-- system-wide configuration object and a corresponding
997-- per dial-peer configuration object that work in
998-- conjunction to configure the system.
999--
1000-- If the per dial-peer configuration reflects 'system',
1001-- then the system-wide configuration object is used.
1002--
1003-- This allows dial-peers to be configured globally
1004-- and individually when deviation from the global
1005-- configuration is desired.
1006
1007cSipCfgPeerTable OBJECT-TYPE
1008    SYNTAX      SEQUENCE OF CSipCfgPeerEntry
1009    MAX-ACCESS  not-accessible
1010    STATUS      current
1011    DESCRIPTION
1012         "This table contains per dial-peer SIP related
1013          configuration.
1014
1015          The table is a sparse table of dial-peer information.
1016          This means, it only reflects dial-peers being used
1017          for SIP.  A dial-peer is being used for SIP if the
1018          value of cvVoIPPeerCfgSessionProtocol
1019          (CISCO-VOICE-DIAL-CONTROL-MIB) is 'sip'.
1020
1021          Dial-peers are not created or destroyed via this
1022          table.  Only SIP related configuration can be
1023          performed via this table once the dial-peer exists
1024          in the system and is visible in this table."
1025    ::= { cSipCfgPeer 1 }
1026
1027cSipCfgPeerEntry OBJECT-TYPE
1028    SYNTAX      CSipCfgPeerEntry
1029    MAX-ACCESS  not-accessible
1030    STATUS      current
1031    DESCRIPTION
1032         "A row in the cSipCfgPeerTable."
1033    INDEX { cSipCfgPeerIndex }
1034    ::= { cSipCfgPeerTable 1 }
1035
1036CSipCfgPeerEntry ::= SEQUENCE {
1037    cSipCfgPeerIndex                 Integer32,
1038    cSipCfgPeerOutSessionTransport   INTEGER,
1039    cSipCfgPeerReliable1xxRspStr     SnmpAdminString,
1040    cSipCfgPeerReliable1xxRspHdr     INTEGER,
1041    cSipCfgPeerUrlType               INTEGER,
1042    cSipCfgPeerSwitchTransEnabled    TruthValue
1043    }
1044
1045cSipCfgPeerIndex OBJECT-TYPE
1046    SYNTAX      Integer32 (1..2147483647)
1047    MAX-ACCESS  not-accessible
1048    STATUS      current
1049    DESCRIPTION
1050         "An arbitrary index that uniquely identifies a
1051          dial-peer configured for SIP."
1052    ::= { cSipCfgPeerEntry 1 }
1053
1054cSipCfgPeerOutSessionTransport OBJECT-TYPE
1055    SYNTAX      INTEGER {
1056                        system(1),
1057                        udp(2),
1058                        tcp(3)
1059                }
1060    MAX-ACCESS  read-write
1061    STATUS      current
1062    DESCRIPTION
1063         "This object specifies the session transport
1064          protocol that will be used by this dial-peer
1065          for outbound SIP messages.
1066
1067          The value 'system' is the default and indicates
1068          that this dial-peer should use the value set by
1069          cSipCfgOutSessionTransport instead."
1070    DEFVAL { system }
1071    ::= { cSipCfgPeerEntry 2 }
1072
1073cSipCfgPeerReliable1xxRspStr OBJECT-TYPE
1074    SYNTAX      SnmpAdminString
1075    MAX-ACCESS  read-write
1076    STATUS      current
1077    DESCRIPTION
1078         "This object specifies the string that will be
1079          placed in either the Supported or Require SIP
1080          header, as specified by cSipCfgPeerReliable1xxRspHdr."
1081    DEFVAL { "100rel" }
1082    ::= { cSipCfgPeerEntry 3 }
1083
1084cSipCfgPeerReliable1xxRspHdr OBJECT-TYPE
1085    SYNTAX      INTEGER {
1086                        system(1),
1087                        supported(2),
1088                        require(3),
1089                        disabled(4)
1090                }
1091    MAX-ACCESS  read-write
1092    STATUS      current
1093    DESCRIPTION
1094         "This object specifies behavior with respect to
1095          Support or Require headers in SIP messages sent
1096          and received via this dial-peer.
1097
1098          If the originating gateway is configured for 'require',
1099          the Require header is added to the outgoing INVITEs
1100          with the value of cSipCfgPeerReliable1xxStr.  This
1101          requires the use of reliable provisional responses by
1102          the terminating gateway.  Sessions will be torn down
1103          if this use cannot be supported by that gateway.
1104
1105          If the originating gateway is configured for 'supported',
1106          the Supported header is added to the outgoing INVITEs
1107          with the value of cSipCfgPeerReliable1xxStr.  This
1108          requires that an attempt to use reliable provisional
1109          responses be made, but sessions can continue without them.
1110
1111          If the originating gateway is configured for 'disabled',
1112          the value of cSipCfgReliable1xxStr will NOT be added to
1113          either the Require or Supported headers of outgoing INVITEs.
1114
1115          The value 'system' is the default and indicates that this
1116          dial-peer should use the value of  cSipCfgReliable1xxRspHdr
1117          instead."
1118    DEFVAL { system }
1119    ::= { cSipCfgPeerEntry 4 }
1120
1121cSipCfgPeerUrlType OBJECT-TYPE
1122    SYNTAX      INTEGER {
1123                        system(1),
1124                        sip(2),
1125                        tel(3)
1126                }
1127    MAX-ACCESS  read-write
1128    STATUS      current
1129    DESCRIPTION
1130         "This object specifies the URL type sent in outbound
1131          INVITES generated by this device.
1132
1133          The value 'system' is the default and indicates that this
1134          dial-peer should use the value of cSipCfgUrlType instead."
1135    DEFVAL { system }
1136    ::= { cSipCfgPeerEntry 5 }
1137
1138cSipCfgPeerSwitchTransEnabled OBJECT-TYPE
1139    SYNTAX      TruthValue
1140    MAX-ACCESS  read-write
1141    STATUS      current
1142    DESCRIPTION
1143         "This object specifies if the functionality of switching
1144          between transports from UDP to TCP if the message size of a
1145          Request is greater than 1300 bytes is enabled or not."
1146    DEFVAL { false }
1147    ::= { cSipCfgPeerEntry 6 }
1148
1149-- System-wide Dial Peer Configuration
1150
1151cSipCfgOutSessionTransport OBJECT-TYPE
1152    SYNTAX      INTEGER {
1153                        udp(1),
1154                        tcp(2)
1155                }
1156    MAX-ACCESS  read-write
1157    STATUS      current
1158    DESCRIPTION
1159         "This object specifies the session transport
1160          protocol that will be used for outbound SIP
1161          messages.  This configuration is applicable
1162          to all dial-peers in the system having
1163          cSipCfgPeerOutSessionTransport set to 'system'."
1164    DEFVAL { udp }
1165    ::= { cSipCfgPeer 2 }
1166
1167cSipCfgReliable1xxRspStr OBJECT-TYPE
1168    SYNTAX      SnmpAdminString
1169    MAX-ACCESS  read-write
1170    STATUS      current
1171    DESCRIPTION
1172         "This object specifies the string that will be
1173          placed in either the Supported or Require SIP
1174          header, as specified by cSipCfgReliable1xxRspHdr."
1175    DEFVAL { "100rel" }
1176    ::= { cSipCfgPeer 3 }
1177
1178cSipCfgReliable1xxRspHdr OBJECT-TYPE
1179    SYNTAX      INTEGER {
1180                        supported(1),
1181                        require(2),
1182                        disabled(3)
1183                }
1184    MAX-ACCESS  read-write
1185    STATUS      current
1186    DESCRIPTION
1187         "This object specifies behavior with respect to
1188          Supported or Require headers in SIP messages sent
1189          and received via this dial-peer.
1190
1191          If the originating gateway is configured for 'require',
1192          the Require header is added to the outgoing INVITEs
1193          with the value of cSipCfgReliable1xxStr.  This
1194          requires the use of reliable provisional responses by
1195          the terminating gateway.  Sessions will be torn down
1196          if this use cannot be supported by that gateway.
1197
1198          If the originating gateway is configured for 'supported',
1199          the Supported header is added to the outgoing INVITEs
1200          with the value of cSipCfgReliable1xxStr.  This
1201          requires that an attempt to use reliable provisional
1202          responses be made, but sessions can continue without them.
1203
1204          If the originating gateway is configured for 'disabled',
1205          the value of cSipCfgReliable1xxStr will NOT be added to
1206          either the Require or Supported headers of outgoing INVITEs."
1207    DEFVAL { supported }
1208    ::= { cSipCfgPeer 4 }
1209
1210cSipCfgUrlType OBJECT-TYPE
1211    SYNTAX      INTEGER {
1212                        sip(1),
1213                        tel(2)
1214                }
1215    MAX-ACCESS  read-write
1216    STATUS      current
1217    DESCRIPTION
1218         "This object specifies the URL type sent in outbound
1219          INVITES generated by this device."
1220    DEFVAL { sip }
1221    ::= { cSipCfgPeer 5 }
1222
1223
1224-- SIP Status Code to PSTN (Public Switched Telephone Network)
1225-- Cause Code Mappings.
1226
1227-- Mapping SIP status codes to PSTN cause codes
1228cSipCfgStatusCauseTable OBJECT-TYPE
1229    SYNTAX      SEQUENCE OF CSipCfgStatusCauseEntry
1230    MAX-ACCESS  not-accessible
1231    STATUS      current
1232    DESCRIPTION
1233         "This table contains SIP status code to PSTN cause code
1234          mapping configuration.  Inbound SIP response messages
1235          that will result in outbound PSTN signalling messages
1236          will have the SIP status codes transposed into the
1237          PSTN cause codes as prescribed by the contents of this
1238          table."
1239    ::= { cSipCfgStatusCauseMap 1 }
1240
1241cSipCfgStatusCauseEntry OBJECT-TYPE
1242    SYNTAX      CSipCfgStatusCauseEntry
1243    MAX-ACCESS  not-accessible
1244    STATUS      current
1245    DESCRIPTION
1246         "A row in the cSipCfgStatusCauseTable.  Entries cannot be
1247          created or destroyed by the actions of any NMS."
1248    INDEX { cSipCfgStatusCodeIndex }
1249    ::= { cSipCfgStatusCauseTable 1 }
1250
1251CSipCfgStatusCauseEntry ::= SEQUENCE {
1252    cSipCfgStatusCodeIndex           CSipStatusCode,
1253    cSipCfgPstnCause                 Integer32,
1254    cSipCfgStatusCauseStoreStatus    StorageType
1255    }
1256
1257cSipCfgStatusCodeIndex OBJECT-TYPE
1258    SYNTAX      CSipStatusCode
1259    MAX-ACCESS  not-accessible
1260    STATUS      current
1261    DESCRIPTION
1262         "A unique identifier of a row in this table and
1263          a valid SIP status code."
1264    ::= { cSipCfgStatusCauseEntry 1 }
1265
1266cSipCfgPstnCause OBJECT-TYPE
1267    SYNTAX      Integer32 (1..2147483647)
1268    MAX-ACCESS  read-write
1269    STATUS      current
1270    DESCRIPTION
1271         "The PSTN cause code to which the SIP status code
1272          given by cSipCfgStatusCodeIndex is to be mapped
1273          for outbound PSTN signalling messages."
1274    ::= { cSipCfgStatusCauseEntry 2 }
1275
1276cSipCfgStatusCauseStoreStatus  OBJECT-TYPE
1277    SYNTAX      StorageType
1278    MAX-ACCESS  read-only
1279    STATUS      current
1280    DESCRIPTION
1281         "This object reflects the storage status of this
1282          table entry.  If the value is 'volatile', then
1283          this entry only exists in RAM and the information
1284          would be lost (reverting to defaults) on system reload.
1285          If the value is 'nonVolatile' then this entry has been
1286          written to NVRAM and will persist across system reloads."
1287    ::= { cSipCfgStatusCauseEntry 3 }
1288
1289-- Mapping PSTN cause codes to SIP status codes
1290cSipCfgCauseStatusTable OBJECT-TYPE
1291    SYNTAX      SEQUENCE OF CSipCfgCauseStatusEntry
1292    MAX-ACCESS  not-accessible
1293    STATUS      current
1294    DESCRIPTION
1295         "This table contains PSTN cause code to SIP status code
1296          mapping configuration.   Inbound PSTN signalling messages
1297          that will result in outbound SIP response messages
1298          will have the PSTN cause codes transposed into the
1299          SIP status codes as prescribed by the contents of this
1300          table."
1301    ::= { cSipCfgStatusCauseMap 2 }
1302
1303cSipCfgCauseStatusEntry OBJECT-TYPE
1304    SYNTAX      CSipCfgCauseStatusEntry
1305    MAX-ACCESS  not-accessible
1306    STATUS      current
1307    DESCRIPTION
1308         "A row in the cSipCfgCauseStatusTable. Entries cannot be
1309          created or destroyed by the actions of any NMS."
1310    INDEX { cSipCfgPstnCauseIndex }
1311    ::= { cSipCfgCauseStatusTable 1 }
1312
1313CSipCfgCauseStatusEntry ::= SEQUENCE {
1314    cSipCfgPstnCauseIndex            Integer32,
1315    cSipCfgStatusCode                CSipStatusCode,
1316    cSipCfgCauseStatusStoreStatus    StorageType
1317    }
1318
1319cSipCfgPstnCauseIndex OBJECT-TYPE
1320    SYNTAX      Integer32 (1..2147483647)
1321    MAX-ACCESS  not-accessible
1322    STATUS      current
1323    DESCRIPTION
1324         "A unique identifier of a row in this table and
1325          a valid PSTN cause code."
1326    ::= { cSipCfgCauseStatusEntry 1 }
1327
1328cSipCfgStatusCode OBJECT-TYPE
1329    SYNTAX      CSipStatusCode
1330    MAX-ACCESS  read-write
1331    STATUS      current
1332    DESCRIPTION
1333         "The SIP status code to which the PSTN cause code
1334          given by cSipCfgPstnCauseIndex is to be mapped
1335          for outbound SIP response messages."
1336    ::= { cSipCfgCauseStatusEntry 2 }
1337
1338cSipCfgCauseStatusStoreStatus  OBJECT-TYPE
1339    SYNTAX      StorageType
1340    MAX-ACCESS  read-only
1341    STATUS      current
1342    DESCRIPTION
1343         "This object reflects the storage status of this
1344          table entry.  If the value is 'volatile', then
1345          this entry only exists in RAM and the information
1346          would be lost (reverting to defaults) on system reload.
1347          If the value is 'nonVolatile' then this entry has been
1348          written to NVRAM and will persist across system reloads."
1349    ::= { cSipCfgCauseStatusEntry 3 }
1350
1351
1352-- SIP-Specific Authentication, Authorization and Accounting (AAA)
1353-- Configuration
1354--
1355-- These objects exist to configure certain AAA attributes needed
1356-- for SIP operation.
1357
1358cSipCfgAaaUsername OBJECT-TYPE
1359    SYNTAX      INTEGER {
1360                        callingNumber(1),
1361                        proxyAuth(2)
1362                }
1363    MAX-ACCESS  read-write
1364    STATUS      current
1365    DESCRIPTION
1366         "This object specifies the source of the information used to
1367         populate the username attribute of AAA billing records."
1368    DEFVAL { callingNumber }
1369    ::= { cSipCfgAaa 1 }
1370
1371cSipCfgHeaderPassingEnabled OBJECT-TYPE
1372    SYNTAX     TruthValue
1373    MAX-ACCESS read-write
1374    STATUS     current
1375    DESCRIPTION
1376         "This object specifies if support for passing
1377          SIP headers from Invite, Subscribe, Notify Request to the
1378          application is enabled.
1379
1380          If 'true', the headers received in a message will be passed
1381          to the application.
1382
1383          If 'false', the headers received in a message will not be
1384          passed to the application."
1385    DEFVAL { false }
1386    ::= { cSipCfgVoiceServiceVoip 1 }
1387
1388cSipCfgMaxSubscriptionAccept OBJECT-TYPE
1389    SYNTAX     Unsigned32 (0..4294967295)
1390    MAX-ACCESS read-write
1391    STATUS     current
1392    DESCRIPTION
1393         "This object specifies the maximum number of concurrent SIP
1394          subscriptions a SIP Gateway can accept."
1395    ::= { cSipCfgVoiceServiceVoip 2 }
1396
1397cSipCfgMaxSubscriptionOriginate OBJECT-TYPE
1398    SYNTAX     Unsigned32 (0..4294967295)
1399    MAX-ACCESS read-write
1400    STATUS     current
1401    DESCRIPTION
1402         "This object specifies the maximum number of concurrent SIP
1403          subscriptions that a SIP Gateway can originate. Default is Max
1404          Dialpeers on platform. Maximum is 2*Max Dialpeers on
1405          Platform."
1406    ::= { cSipCfgVoiceServiceVoip 3 }
1407
1408cSipCfgSwitchTransportEnabled OBJECT-TYPE
1409    SYNTAX      TruthValue
1410    MAX-ACCESS  read-write
1411    STATUS      current
1412    DESCRIPTION
1413         "This object specifies if the functionality of switching
1414          between transports from udp to tcp if the message size of a
1415          Request is greater than 1300 bytes is enabled or not.
1416
1417          This configuration is at the global level, and will only be
1418          considered if there exists no voip dial-peer."
1419    DEFVAL { false }
1420    ::= { cSipCfgVoiceServiceVoip 4 }
1421
1422
1423-- SIP Statistics
1424
1425-- SIP Informational Response Statistics
1426--
1427-- These counters reflect the number of SIP messages
1428-- sent and received by this system that relate to
1429-- providing some informational response to the
1430-- progress of processing a SIP request.
1431
1432cSipStatsInfoTryingIns OBJECT-TYPE
1433    SYNTAX      Counter32
1434    MAX-ACCESS  read-only
1435    STATUS      current
1436    DESCRIPTION
1437         "This object reflects the total number of Trying
1438          (100) responses received by the user agent since system startup.
1439          Trying responses indicate that some unspecified
1440          action is being taken on behalf of this call, but
1441          the user has not yet been located.  Inbound Trying
1442          responses indicate that outbound INVITE request
1443          sent out by this system have been received and
1444          are processed."
1445    REFERENCE
1446         "RFC 2543, Sections 5.1.1 & 7.1.1"
1447    ::= { cSipStatsInfo 1 }
1448
1449cSipStatsInfoTryingOuts OBJECT-TYPE
1450    SYNTAX      Counter32
1451    MAX-ACCESS  read-only
1452    STATUS      current
1453    DESCRIPTION
1454         "This object reflects the total number of Trying
1455          (100) responses sent by the user agent since system startup.
1456          Trying responses indicate that some unspecified
1457          action is being taken on behalf of this call, but
1458          the user has not yet been located.  Outbound Trying
1459          responses indicate this system is successfully
1460          receiving INVITE requests and processing them on
1461          behalf of the system initiating the INVITE."
1462    REFERENCE
1463         "RFC 2543, Sections 5.1.1 & 7.1.1"
1464    ::= { cSipStatsInfo 2 }
1465
1466cSipStatsInfoRingingIns OBJECT-TYPE
1467    SYNTAX      Counter32
1468    MAX-ACCESS  read-only
1469    STATUS      current
1470    DESCRIPTION
1471         "This object reflects the total number of Ringing
1472          (180) responses received by the user agent since system startup.
1473          A inbound Ringing response indicates that the UAS
1474          processing a INVITE initiated by this system has
1475          found a possible location where the desired end user
1476          has registered recently and is trying to alert the user."
1477    REFERENCE
1478         "RFC 2543, Sections 5.1.1 & 7.1.2"
1479    ::= { cSipStatsInfo 3 }
1480
1481cSipStatsInfoRingingOuts OBJECT-TYPE
1482    SYNTAX      Counter32
1483    MAX-ACCESS  read-only
1484    STATUS      current
1485    DESCRIPTION
1486         "This object reflects the total number of Ringing
1487          (180) responses sent by the user agent since system startup.
1488          A outbound Ringing response indicates that this
1489          system has processed an INVITE for a particular
1490          end user and found a possible location where that
1491          user has registered recently.  The system is trying
1492          to alert the end user and is conveying that status
1493          to the system that originated the INVITE."
1494    REFERENCE
1495         "RFC 2543, Sections 5.1.1 & 7.1.2"
1496    ::= { cSipStatsInfo 4 }
1497
1498cSipStatsInfoForwardedIns OBJECT-TYPE
1499    SYNTAX      Counter32
1500    MAX-ACCESS  read-only
1501    STATUS      current
1502    DESCRIPTION
1503         "This object reflects the total number of Call Is Being
1504          Forwarded (181) responses received by the user agent since system startup.
1505          A proxy server may use a Forwarded status code to
1506          indicate that the call is being forwarded to a different
1507          set of destinations.  Inbound Forwarded responses indicate
1508          to this system that forwarding actions are taking place
1509          with regard to calls initiated by this system."
1510    REFERENCE
1511         "RFC 2543, Sections 5.1.1 & 7.1.3"
1512    ::= { cSipStatsInfo 5 }
1513
1514cSipStatsInfoForwardedOuts OBJECT-TYPE
1515    SYNTAX      Counter32
1516    MAX-ACCESS  read-only
1517    STATUS      current
1518    DESCRIPTION
1519         "This object reflects the total number of Call Is Being
1520          Forwarded (181) responses sent by the user agent since system startup.
1521          A proxy server may use a Forwarded status code to
1522          indicate that the call is being forwarded to a different
1523          set of destinations.  Outbound Forwarded responses
1524          indicate this system is taking some forwarding action
1525          for calls and conveying that status to the system that
1526          initiated the calls."
1527    REFERENCE
1528         "RFC 2543, Sections 5.1.1 & 7.1.3"
1529    ::= { cSipStatsInfo 6 }
1530
1531cSipStatsInfoQueuedIns OBJECT-TYPE
1532    SYNTAX      Counter32
1533    MAX-ACCESS  read-only
1534    STATUS      current
1535    DESCRIPTION
1536         "This object reflects the total number of Queued
1537          (182) responses received by the user agent since system startup.
1538          Inbound Queued responses indicate that the users
1539          this system is attempting to call are temporarily
1540          unavailable but the SIP agents operating on behalf
1541          of those users wish to queue the calls rather than
1542          reject them.  When the called parties become available,
1543          this system can expect to receive the appropriate
1544          final status response.  The Reason-Phrase from the
1545          Queued response messages Status-Line may give further
1546          details about the status of the call.  Multiple
1547          Queued responses to update this system about the status
1548          of the queued call my be received."
1549    REFERENCE
1550         "RFC 2543, Sections 5.1.1 & 7.1.4"
1551    ::= { cSipStatsInfo 7 }
1552
1553cSipStatsInfoQueuedOuts OBJECT-TYPE
1554    SYNTAX      Counter32
1555    MAX-ACCESS  read-only
1556    STATUS      current
1557    DESCRIPTION
1558         "This object reflects the total number of Queued
1559          (182) responses sent by the user agent since system startup.
1560          Outbound Queued responses indicate this system
1561          has determined that the called party is temporarily
1562          unavailable but the call is not rejected.  Rather
1563          the call is queued until the called party becomes
1564          available.  Queued responses messages are sent to
1565          the system originating the call request to convey
1566          the current status of a queued call."
1567    REFERENCE
1568         "RFC 2543, Sections 5.1.1 & 7.1.4"
1569    ::= { cSipStatsInfo 8 }
1570
1571cSipStatsInfoSessionProgIns OBJECT-TYPE
1572    SYNTAX      Counter32
1573    MAX-ACCESS  read-only
1574    STATUS      current
1575    DESCRIPTION
1576         "This object reflects the total number of Session
1577          Progress (183) responses received by the user agent since system startup."
1578    ::= { cSipStatsInfo 9 }
1579
1580cSipStatsInfoSessionProgOuts OBJECT-TYPE
1581    SYNTAX      Counter32
1582    MAX-ACCESS  read-only
1583    STATUS      current
1584    DESCRIPTION
1585         "This object reflects the total number of Session
1586          Progress (183) responses sent by the user agent since system startup."
1587    ::= { cSipStatsInfo 10 }
1588
1589
1590-- SIP Success Response Statistics
1591--
1592-- These counters reflect the number of SIP messages
1593-- sent and received by this system that relate to
1594-- successful completion of a SIP request.
1595
1596cSipStatsSuccessOkIns OBJECT-TYPE
1597    SYNTAX      Counter32
1598    MAX-ACCESS  read-only
1599    STATUS      deprecated -- superceeded by cSipStatsSuccessOkInbounds
1600    DESCRIPTION
1601         "This object reflects the total number of Ok
1602          (200) responses received by the user agent since system startup.
1603          The meaning of inbound Ok responses depends
1604          on the method used in the associated request.
1605
1606          BYE      : The Ok response means the call has
1607                     been terminated.
1608
1609          CANCEL   : The Ok response means the search for
1610                     the end user has been cancelled.
1611
1612          INVITE   : The Ok response means the called party
1613                     has agreed to participate in the call.
1614
1615          OPTIONS  : The Ok response means the called party
1616                     has agreed to share its capabilities.
1617
1618          REGISTER : The Ok response means the registration
1619                     has succeeded."
1620    REFERENCE
1621         "RFC 2543, Sections 5.1.1 & 7.2.1"
1622    ::= { cSipStatsSuccess 1 }
1623
1624cSipStatsSuccessOkOuts OBJECT-TYPE
1625    SYNTAX      Counter32
1626    MAX-ACCESS  read-only
1627    STATUS      deprecated -- superceeded by cSipStatsSuccessOkOutbounds
1628    DESCRIPTION
1629         "This object reflects the total number of Ok
1630          (200) responses sent by the user agent since system startup.
1631          The meaning of outbound Ok responses depends
1632          on the method used in the associated request.
1633
1634          BYE      : The Ok response means the call has
1635                     been terminated.
1636
1637          CANCEL   : The Ok response means the search for
1638                     the end user has been cancelled.
1639
1640          INVITE   : The Ok response means the called party
1641                     has agreed to participate in the call.
1642
1643          OPTIONS  : The Ok response means the called party
1644                     has agreed to share its capabilities.
1645
1646          REGISTER : The Ok response means the registration
1647                     has succeeded."
1648    REFERENCE
1649         "RFC 2543, Sections 5.1.1 & 7.2.1"
1650    ::= { cSipStatsSuccess 2 }
1651
1652cSipStatsSuccessAcceptedIns OBJECT-TYPE
1653    SYNTAX      Counter32
1654    MAX-ACCESS  read-only
1655    STATUS      current
1656    DESCRIPTION
1657         "This object reflects the total number of Accepted
1658          (202) responses received by the user agent since system startup.
1659          The meaning of outbound 202 Ok responses depends
1660          on the method used in the associated request."
1661    REFERENCE
1662         "draft-ietf-sip-cc-transfer-04.txt"
1663    ::= { cSipStatsSuccess 3 }
1664
1665cSipStatsSuccessAcceptedOuts OBJECT-TYPE
1666    SYNTAX      Counter32
1667    MAX-ACCESS  read-only
1668    STATUS      current
1669    DESCRIPTION
1670         "This object reflects the total number of Accepted
1671          (202) responses sent by the user agent since system startup.
1672          The meaning of outbound 202 Ok responses depends
1673          on the method used in the associated request."
1674    REFERENCE
1675         "draft-ietf-sip-cc-transfer-04.txt"
1676    ::= { cSipStatsSuccess 4 }
1677
1678cSipStatsSuccessOkTable OBJECT-TYPE
1679    SYNTAX      SEQUENCE OF CSipStatsSuccessOkEntry
1680    MAX-ACCESS  not-accessible
1681    STATUS      current
1682    DESCRIPTION
1683         "This table contains statistics for sent and
1684          received 200 Ok response messages.  The
1685          statistics are kept on per SIP method basis."
1686    ::= { cSipStatsSuccess 5 }
1687
1688cSipStatsSuccessOkEntry OBJECT-TYPE
1689    SYNTAX      CSipStatsSuccessOkEntry
1690    MAX-ACCESS  not-accessible
1691    STATUS      current
1692    DESCRIPTION
1693         "A row in the cSipStatsSuccessOkTable.  There is
1694          an entry for each SIP method for which 200 Ok
1695          inbound and/or outbound statistics are kept."
1696    INDEX { cSipStatsSuccessOkMethod }
1697    ::= { cSipStatsSuccessOkTable 1 }
1698
1699CSipStatsSuccessOkEntry ::= SEQUENCE {
1700    cSipStatsSuccessOkMethod    CSipMethodStr,
1701    cSipStatsSuccessOkInbounds  Counter32,
1702    cSipStatsSuccessOkOutbounds Counter32
1703    }
1704
1705cSipStatsSuccessOkMethod OBJECT-TYPE
1706    SYNTAX     CSipMethodStr
1707    MAX-ACCESS not-accessible
1708    STATUS     current
1709    DESCRIPTION
1710         "This object is used for instance identification
1711          of objects in this table.  The value reflects a
1712          SIP method."
1713    ::= { cSipStatsSuccessOkEntry 1 }
1714
1715cSipStatsSuccessOkInbounds OBJECT-TYPE
1716    SYNTAX     Counter32
1717    MAX-ACCESS read-only
1718    STATUS     current
1719    DESCRIPTION
1720         "This object reflects the total number of Ok
1721          (200) responses sent by the user agent, since
1722          system startup, that were associated with the
1723          SIP method as specified by cSipStatsSuccessOkMethod."
1724    ::= { cSipStatsSuccessOkEntry 2 }
1725
1726cSipStatsSuccessOkOutbounds OBJECT-TYPE
1727    SYNTAX     Counter32
1728    MAX-ACCESS read-only
1729    STATUS     current
1730    DESCRIPTION
1731         "This object reflects the total number of Ok
1732          (200) responses received by the user agent, since
1733          system startup, that were associated with the
1734          SIP method as specified by cSipStatsSuccessOkMethod."
1735    ::= { cSipStatsSuccessOkEntry 3 }
1736
1737
1738-- SIP Redirection Response Statistics
1739--
1740-- These counters reflect the number of SIP messages
1741-- received by this system that relate to call redirection
1742-- actions taken by a Redirect Server.
1743
1744cSipStatsRedirMultipleChoices OBJECT-TYPE
1745    SYNTAX      Counter32
1746    MAX-ACCESS  read-only
1747    STATUS      current
1748    DESCRIPTION
1749         "This object reflects the total number of Multiple
1750          Choices (300) responses received by the user agent since system startup.
1751          Multiple Choices responses indicate that the called
1752          party can be reached at several different locations
1753          and the server cannot or prefers not to proxy the request."
1754    REFERENCE
1755         "RFC 2543, Section 5.1.1 & 7.3.1"
1756    ::= { cSipStatsRedirect 1 }
1757
1758cSipStatsRedirMovedPerms OBJECT-TYPE
1759    SYNTAX      Counter32
1760    MAX-ACCESS  read-only
1761    STATUS      current
1762    DESCRIPTION
1763         "This object reflects the total number of Moved
1764          Permanently (301) responses received by the user agent since system startup.
1765          Moved Permanently responses indicate that the called party
1766          can no longer be found at the address offered in the request
1767          and the requesting UAC should retry at the new address given
1768          by the Contact header field of the response."
1769    REFERENCE
1770         "RFC 2543, Sections 5.1.1 & 7.3.2"
1771    ::= { cSipStatsRedirect 2 }
1772
1773cSipStatsRedirMovedTemps OBJECT-TYPE
1774    SYNTAX      Counter32
1775    MAX-ACCESS  read-only
1776    STATUS      deprecated -- superceeded by cSipStatsRedirMovedTempsIns
1777    DESCRIPTION
1778         "This object reflects the total number of Moved
1779          Temporarily (302) responses received by the user agent since system startup.
1780          Moved Temporarily responses indicate the UAC should
1781          retry the request directed at the new address(es)
1782          given by the Contact header field of the response.
1783          The duration of this redirection can be indicated
1784          through the Expires header.  If no explicit expiration
1785          time is given, the new address(es) are only valid
1786          for this call."
1787    REFERENCE
1788         "RFC 2543, Sections 5.1.1 & 7.3.3"
1789    ::= { cSipStatsRedirect 3 }
1790
1791cSipStatsRedirSeeOthers OBJECT-TYPE
1792    SYNTAX      Counter32
1793    MAX-ACCESS  read-only
1794    STATUS      obsolete
1795    DESCRIPTION
1796         "This object reflects the total number of See Other
1797          (303) responses received by the user agent since system startup."
1798    REFERENCE
1799         "RFC 2543, Sections 5.1.1"
1800    ::= { cSipStatsRedirect 4 }
1801
1802cSipStatsRedirUseProxys OBJECT-TYPE
1803    SYNTAX      Counter32
1804    MAX-ACCESS  read-only
1805    STATUS      current
1806    DESCRIPTION
1807         "This object reflects the total number of Use Proxy
1808          (305) responses received by the user agent since system startup.
1809          See Other responses indicate that requested resources
1810          must be accessed through the proxy given by the
1811          Contact header field of the response.  The recipient
1812          of this response is expected to repeat this single
1813          request via the proxy."
1814    REFERENCE
1815         "RFC 2543, Sections 5.1.1 & 7.3.4"
1816    ::= { cSipStatsRedirect 5 }
1817
1818cSipStatsRedirAltServices OBJECT-TYPE
1819    SYNTAX      Counter32
1820    MAX-ACCESS  read-only
1821    STATUS      current
1822    DESCRIPTION
1823         "This object reflects the total number of Alternative
1824          Service (380) responses received by the user agent since system startup.
1825          Alternative Service responses indicate that the call
1826          was not successful, but alternative services are
1827          possible.  Those alternative services are described
1828          in the message body of the response."
1829    REFERENCE
1830         "RFC 2543, Sections 5.1.1 & 7.3.5"
1831    ::= { cSipStatsRedirect 6 }
1832
1833cSipStatsRedirMovedTempsIns OBJECT-TYPE
1834    SYNTAX      Counter32
1835    MAX-ACCESS  read-only
1836    STATUS      current
1837    DESCRIPTION
1838         "This object reflects the total number of Moved
1839          Temporarily (302) responses received by the user agent since
1840          system startup.
1841          Moved Temporarily responses indicate the UAC should
1842          retry the request directed at the new address(es)
1843          given by the Contact header field of the response.
1844          The duration of this redirection can be indicated
1845          through the Expires header.  If no explicit expiration
1846          time is given, the new address(es) are only valid
1847          for this call."
1848    REFERENCE
1849         "RFC 3261 Section 21.3.3"
1850    ::= { cSipStatsRedirect 7 }
1851
1852cSipStatsRedirMovedTempsOuts OBJECT-TYPE
1853    SYNTAX      Counter32
1854    MAX-ACCESS  read-only
1855    STATUS      current
1856    DESCRIPTION
1857         "This object reflects the total number of Moved
1858          Temporarily (302) responses sent by the user agent since
1859          system startup."
1860    REFERENCE
1861         "RFC 3261, Section 21.3.3"
1862    ::= { cSipStatsRedirect 8 }
1863
1864-- SIP Client Error Responses Statistics
1865--
1866-- The following Inbound counters reflect failure responses
1867-- receive by a SIP entity providing a client function.
1868--
1869-- The following Outbound counters reflect failure responses
1870-- sent by a SIP entity providing a server function.
1871--
1872-- Servers generally send these responses to Clients.
1873--
1874
1875cSipStatsClientBadRequestIns OBJECT-TYPE
1876    SYNTAX      Counter32
1877    MAX-ACCESS  read-only
1878    STATUS      current
1879    DESCRIPTION
1880         "This object reflects the total number of Bad Request (400)
1881          responses received by the user agent since system startup.
1882          Inbound Bad Request responses indicate that requests issued
1883          by this system could not be understood due to malformed
1884          syntax."
1885    REFERENCE
1886         "RFC 2543, Sections 5.1.1 & 7.4.1"
1887    ::= { cSipStatsErrClient 1 }
1888
1889cSipStatsClientBadRequestOuts OBJECT-TYPE
1890    SYNTAX      Counter32
1891    MAX-ACCESS  read-only
1892    STATUS      current
1893    DESCRIPTION
1894         "This object reflects the total number of Bad Request (400)
1895          responses sent by the user agent since system startup.
1896          Outbound Bad Request responses indicate that requests
1897          received by this system could not be understood due to
1898          malformed syntax."
1899    REFERENCE
1900         "RFC 2543, Sections 5.1.1 & 7.4.1"
1901    ::= { cSipStatsErrClient 2 }
1902
1903cSipStatsClientUnauthorizedIns OBJECT-TYPE
1904    SYNTAX      Counter32
1905    MAX-ACCESS  read-only
1906    STATUS      current
1907    DESCRIPTION
1908         "This object reflects the total number of Unauthorized (401)
1909          responses received by the user agent since system startup.
1910          Inbound Unauthorized responses indicate that requests issued
1911          by this system require user authentication."
1912    REFERENCE
1913         "RFC 2543, Sections 5.1.1 & 7.4.2"
1914    ::= { cSipStatsErrClient 3 }
1915
1916cSipStatsClientUnauthorizedOuts OBJECT-TYPE
1917    SYNTAX      Counter32
1918    MAX-ACCESS  read-only
1919    STATUS      current
1920    DESCRIPTION
1921         "This object reflects the total number of Unauthorized (401)
1922          responses sent by the user agent since system startup.
1923          Outbound Unauthorized responses indicate that requests
1924          received by this system require user authentication."
1925    REFERENCE
1926         "RFC 2543, Sections 5.1.1 & 7.4.2"
1927    ::= { cSipStatsErrClient 4 }
1928
1929cSipStatsClientPaymentReqdIns OBJECT-TYPE
1930    SYNTAX      Counter32
1931    MAX-ACCESS  read-only
1932    STATUS      current
1933    DESCRIPTION
1934         "This object reflects the total number of Payment Required
1935          (402) responses received by the user agent since system startup."
1936    REFERENCE
1937         "RFC 2543, Sections 5.1.1 & 7.4.3"
1938    ::= { cSipStatsErrClient 5 }
1939
1940cSipStatsClientPaymentReqdOuts OBJECT-TYPE
1941    SYNTAX      Counter32
1942    MAX-ACCESS  read-only
1943    STATUS      current
1944    DESCRIPTION
1945         "This object reflects the total number of Payment Required
1946          (402) responses sent by the user agent since system startup."
1947    REFERENCE
1948         "RFC 2543, Sections 5.1.1 & 7.4.3"
1949    ::= { cSipStatsErrClient 6 }
1950
1951cSipStatsClientForbiddenIns OBJECT-TYPE
1952    SYNTAX      Counter32
1953    MAX-ACCESS  read-only
1954    STATUS      current
1955    DESCRIPTION
1956         "This object reflects the total number of Forbidden (403)
1957          responses received by the user agent since system startup.
1958          Inbound Forbidden responses indicate that requests issued
1959          by this system are understood by the server but the server
1960          refuses to fulfill the request.  Authorization will not help
1961          and the requests should not be repeated."
1962    REFERENCE
1963         "RFC 2543, Sections 5.1.1 & 7.4.4"
1964    ::= { cSipStatsErrClient 7 }
1965
1966cSipStatsClientForbiddenOuts OBJECT-TYPE
1967    SYNTAX      Counter32
1968    MAX-ACCESS  read-only
1969    STATUS      current
1970    DESCRIPTION
1971         "This object reflects the total number of Forbidden (403)
1972          responses sent by the user agent since system startup.
1973          Outbound Forbidden responses indicate that requests received
1974          by this system are understood but this system is refusing to
1975          fulfill the requests."
1976    REFERENCE
1977         "RFC 2543, Sections 5.1.1 & 7.4.4"
1978    ::= { cSipStatsErrClient 8 }
1979
1980cSipStatsClientNotFoundIns OBJECT-TYPE
1981    SYNTAX      Counter32
1982    MAX-ACCESS  read-only
1983    STATUS      current
1984    DESCRIPTION
1985         "This object reflects the total number of Not Found (404)
1986          responses received by the user agent since system startup.
1987          Inbound Not Found responses indicate that the called party
1988          does not exist at the domain specified in the Request-URI
1989          or the domain is not handled by the recipient of the request."
1990    REFERENCE
1991         "RFC 2543, Sections 5.1.1 & 7.4.5"
1992    ::= { cSipStatsErrClient 9 }
1993
1994cSipStatsClientNotFoundOuts OBJECT-TYPE
1995    SYNTAX      Counter32
1996    MAX-ACCESS  read-only
1997    STATUS      current
1998    DESCRIPTION
1999         "This object reflects the total number of Not Found (404)
2000          responses sent by the user agent since system startup.
2001          Outbound Not Found responses indicate that this system
2002          knows that the called party does not exist at the domain
2003          specified in the Request-URI or the domain is not handled
2004          by this system."
2005    REFERENCE
2006         "RFC 2543, Sections 5.1.1 & 7.4.5"
2007    ::= { cSipStatsErrClient 10 }
2008
2009cSipStatsClientMethNotAllowedIns OBJECT-TYPE
2010    SYNTAX      Counter32
2011    MAX-ACCESS  read-only
2012    STATUS      current
2013    DESCRIPTION
2014         "This object reflects the total number of Method Not Allowed
2015          (405) received responses by the user agent.
2016          Inbound Method Not Allowed responses indicate that requests
2017          issued by this system have specified a SIP method in the
2018          Request-Line that is not allowed for the address identified
2019          by the Request-URI."
2020    REFERENCE
2021         "RFC 2543, Sections 5.1.1 & 7.4.6"
2022    ::= { cSipStatsErrClient 11 }
2023
2024cSipStatsClientMethNotAllowedOuts OBJECT-TYPE
2025    SYNTAX      Counter32
2026    MAX-ACCESS  read-only
2027    STATUS      current
2028    DESCRIPTION
2029         "This object reflects the total number of Method Not Allowed
2030          (405) received sent by the user agent since system startup.
2031          Outbound Method Not Allowed responses indicate that requests
2032          received by this system have SIP methods specified in the
2033          Request-Line that are not allowed for the address identified
2034          by the Request-URI."
2035    REFERENCE
2036         "RFC 2543, Sections 5.1.1 & 7.4.6"
2037    ::= { cSipStatsErrClient 12 }
2038
2039cSipStatsClientNotAcceptableIns OBJECT-TYPE
2040    SYNTAX      Counter32
2041    MAX-ACCESS  read-only
2042    STATUS      current
2043    DESCRIPTION
2044         "This object reflects the total number of Not Acceptable
2045          (406) responses received by the user agent since system startup.
2046          Inbound Not Acceptable responses indicate the resources
2047          identified by requests issued by this system cannot generate
2048          responses with content characteristics acceptable to this
2049          system according to the accept headers sent in the requests."
2050    REFERENCE
2051         "RFC 2543, Sections 5.1.1 & 7.4.7"
2052    ::= { cSipStatsErrClient 13 }
2053
2054cSipStatsClientNotAcceptableOuts OBJECT-TYPE
2055    SYNTAX      Counter32
2056    MAX-ACCESS  read-only
2057    STATUS      current
2058    DESCRIPTION
2059         "This object reflects the total number of Not Acceptable (406)
2060          responses sent by the user agent since system startup.
2061          Outbound Not Acceptable responses indicate that the resources
2062          identified by requests received by this system cannot generate
2063          responses with content characteristics acceptable to the
2064          system sending the requests."
2065    REFERENCE
2066         "RFC 2543, Sections 5.1.1 & 7.4.7"
2067    ::= { cSipStatsErrClient 14 }
2068
2069cSipStatsClientProxyAuthReqdIns OBJECT-TYPE
2070    SYNTAX      Counter32
2071    MAX-ACCESS  read-only
2072    STATUS      current
2073    DESCRIPTION
2074         "This object reflects the total number of Proxy Authentication
2075          Required (407) responses received by the user agent since system startup.
2076          Inbound Proxy Authentication Required responses indicate that
2077          this system must authenticate itself with the proxy before
2078          gaining access to the requested resource."
2079    REFERENCE
2080         "RFC 2543, Sections 5.1.1 & 7.4.8"
2081    ::= { cSipStatsErrClient 15 }
2082
2083cSipStatsClientProxyAuthReqdOuts OBJECT-TYPE
2084    SYNTAX      Counter32
2085    MAX-ACCESS  read-only
2086    STATUS      current
2087    DESCRIPTION
2088         "This object reflects the total number of Proxy Authentication
2089          Required (407) responses sent by the user agent since system startup.
2090          Outbound Proxy Authentication Required responses indicate that
2091          the systems issuing requests being processed by this system
2092          must authenticate themselves with this system before gaining
2093          access to requested resources."
2094    REFERENCE
2095         "RFC 2543, Sections 5.1.1 & 7.4.8"
2096    ::= { cSipStatsErrClient 16 }
2097
2098cSipStatsClientReqTimeoutIns OBJECT-TYPE
2099    SYNTAX      Counter32
2100    MAX-ACCESS  read-only
2101    STATUS      current
2102    DESCRIPTION
2103         "This object reflects the total number of Request Timeout
2104          (408) responses received by the user agent since system startup.
2105          Inbound Request Timeout responses indicate that requests
2106          issued by this system are not being processed by the server
2107          within the time indicated in the Expires header of the
2108          request."
2109    REFERENCE
2110         "RFC 2543, Sections 5.1.1 & 7.4.9"
2111    ::= { cSipStatsErrClient 17 }
2112
2113cSipStatsClientReqTimeoutOuts OBJECT-TYPE
2114    SYNTAX      Counter32
2115    MAX-ACCESS  read-only
2116    STATUS      current
2117    DESCRIPTION
2118         "This object reflects the total number of Request Timeout
2119          (408) responses sent by the user agent since system startup.
2120          Outbound Request Timeout responses indicate that this
2121          system is not able to produce an appropriate response within
2122          the time indicated in the Expires header of the request."
2123    REFERENCE
2124         "RFC 2543, Sections 5.1.1 & 7.4.9"
2125    ::= { cSipStatsErrClient 18 }
2126
2127cSipStatsClientConflictIns OBJECT-TYPE
2128    SYNTAX      Counter32
2129    MAX-ACCESS  read-only
2130    STATUS      current
2131    DESCRIPTION
2132         "This object reflects the total number of Conflict (409)
2133          responses received by the user agent since system startup.
2134          Inbound Conflict responses indicate that requests issued
2135          by this system could not be completed due to a conflict
2136          with the current state of a requested resource."
2137    REFERENCE
2138         "RFC 2543, Sections 5.1.1 & 7.4.10"
2139    ::= { cSipStatsErrClient 19 }
2140
2141cSipStatsClientConflictOuts OBJECT-TYPE
2142    SYNTAX      Counter32
2143    MAX-ACCESS  read-only
2144    STATUS      current
2145    DESCRIPTION
2146         "This object reflects the total number of Conflict (409)
2147          responses sent by the user agent since system startup.
2148          Outbound Conflict responses indicate that requests received
2149          by this system could not be completed due to a conflict
2150          with the current state of a requested resource."
2151    REFERENCE
2152         "RFC 2543, Sections 5.1.1 & 7.4.10"
2153    ::= { cSipStatsErrClient 20 }
2154
2155cSipStatsClientGoneIns OBJECT-TYPE
2156    SYNTAX      Counter32
2157    MAX-ACCESS  read-only
2158    STATUS      current
2159    DESCRIPTION
2160         "This object reflects the total number of Gone (410)
2161          responses received by the user agent since system startup.
2162          Inbound Gone responses indicate that resources requested
2163          by this system are no longer available at the recipient server
2164          and no forwarding address is known."
2165    REFERENCE
2166         "RFC 2543, Sections 5.1.1 & 7.4.11"
2167    ::= { cSipStatsErrClient 21 }
2168
2169cSipStatsClientGoneOuts OBJECT-TYPE
2170    SYNTAX      Counter32
2171    MAX-ACCESS  read-only
2172    STATUS      current
2173    DESCRIPTION
2174         "This object reflects the total number of Gone (410)
2175          responses sent by the user agent since system startup.
2176          Outbound Gone responses indicate that the requested
2177          resources are no longer available at this system and
2178          no forwarding address is known."
2179    REFERENCE
2180         "RFC 2543, Sections 5.1.1 & 7.4.11"
2181    ::= { cSipStatsErrClient 22 }
2182
2183cSipStatsClientLengthRequiredIns OBJECT-TYPE
2184    SYNTAX      Counter32
2185    MAX-ACCESS  read-only
2186    STATUS      obsolete
2187    DESCRIPTION
2188         "This object reflects the total number of Length Required
2189          (411) responses received by the user agent since system startup.
2190          Inbound Length Required responses indicate that requests
2191          issued by this system are being refused by servers because
2192          of no defined Content-Length header field."
2193    REFERENCE
2194         "RFC 2543, Sections 5.1.1 & 7.4.12"
2195    ::= { cSipStatsErrClient 23 }
2196
2197cSipStatsClientLengthRequiredOuts OBJECT-TYPE
2198    SYNTAX      Counter32
2199    MAX-ACCESS  read-only
2200    STATUS      obsolete
2201    DESCRIPTION
2202         "This object reflects the total number of Length Required
2203          (411) responses sent by the user agent since system startup.
2204          Outbound Length Required responses indicate that requests
2205          received by this system are being refused because of no
2206          defined Content-Length header field."
2207    REFERENCE
2208         "RFC 2543, Sections 5.1.1 & 7.4.12"
2209    ::= { cSipStatsErrClient 24 }
2210
2211cSipStatsClientReqEntTooLargeIns OBJECT-TYPE
2212    SYNTAX      Counter32
2213    MAX-ACCESS  read-only
2214    STATUS      current
2215    DESCRIPTION
2216         "This object reflects the total number of Request Entity Too
2217          Large (413) responses received by the user agent since system startup.
2218          Inbound Request Entity Too Large responses indicate that
2219          requests issued by this system are being refused because
2220          the request is larger than the server is willing or able to
2221          process."
2222    REFERENCE
2223         "RFC 2543, Sections 5.1.1 & 7.4.13"
2224    ::= { cSipStatsErrClient 25 }
2225
2226cSipStatsClientReqEntTooLargeOuts OBJECT-TYPE
2227    SYNTAX      Counter32
2228    MAX-ACCESS  read-only
2229    STATUS      current
2230    DESCRIPTION
2231         "This object reflects the total number of Request Entity Too
2232          Large (413) responses sent by the user agent since system startup.
2233          Outbound Request Entity Too Large responses indicate that
2234          requests received by this system are larger than this system
2235          is willing or able to process."
2236    REFERENCE
2237         "RFC 2543, Sections 5.1.1 & 7.4.13"
2238    ::= { cSipStatsErrClient 26 }
2239
2240cSipStatsClientReqURITooLargeIns OBJECT-TYPE
2241    SYNTAX      Counter32
2242    MAX-ACCESS  read-only
2243    STATUS      current
2244    DESCRIPTION
2245         "This object reflects the total number of Request-URI Too
2246          Large (414) responses received by the user agent since system startup.
2247          Inbound Request-URI Too Large responses indicate that
2248          requests issued by this system are being refused because the
2249          Request-URI is longer than the server is willing or able to
2250          interpret."
2251    REFERENCE
2252         "RFC 2543, Sections 5.1.1 & 7.4.14"
2253    ::= { cSipStatsErrClient 27 }
2254
2255cSipStatsClientReqURITooLargeOuts OBJECT-TYPE
2256    SYNTAX      Counter32
2257    MAX-ACCESS  read-only
2258    STATUS      current
2259    DESCRIPTION
2260         "This object reflects the total number of Request-URI Too
2261          Large (414) responses sent by the user agent since system startup.
2262          Outbound Request-URI Too Large responses indicate that
2263          Request-URIs received by this system are longer than this
2264          system is willing or able to interpret."
2265    REFERENCE
2266         "RFC 2543, Sections 5.1.1 & 7.4.14"
2267    ::= { cSipStatsErrClient 28 }
2268
2269cSipStatsClientNoSupMediaTypeIns OBJECT-TYPE
2270    SYNTAX      Counter32
2271    MAX-ACCESS  read-only
2272    STATUS      current
2273    DESCRIPTION
2274         "This object reflects the total number of Unsupported Media
2275          Type (415) responses received by the user agent since system startup.
2276          Inbound Unsupported Media Type responses indicate that
2277          requests issued by this system are being refused because the
2278          message body of the request is in a format not supported by
2279          the requested resource for the requested method."
2280    REFERENCE
2281         "RFC 2543, Sections 5.1.1 & 7.4.15"
2282    ::= { cSipStatsErrClient 29 }
2283
2284cSipStatsClientNoSupMediaTypeOuts OBJECT-TYPE
2285    SYNTAX      Counter32
2286    MAX-ACCESS  read-only
2287    STATUS      current
2288    DESCRIPTION
2289         "This object reflects the total number of Unsupported Media
2290          Type (415) responses sent by the user agent since system startup.
2291          Outbound Unsupported Media Type responses indicate that the
2292          body of requests received by this system are in a format not
2293          supported by the requested resource for the requested method."
2294    REFERENCE
2295         "RFC 2543, Sections 5.1.1 & 7.4.15"
2296    ::= { cSipStatsErrClient 30 }
2297
2298cSipStatsClientBadExtensionIns OBJECT-TYPE
2299    SYNTAX      Counter32
2300    MAX-ACCESS  read-only
2301    STATUS      current
2302    DESCRIPTION
2303         "This object reflects the total number of Bad Extension (420)
2304          responses received by the user agent since system startup.
2305          Inbound Bad Extension responses indicate that the recipient
2306          did not understand the protocol extension specified in a
2307          Require header field."
2308    REFERENCE
2309         "RFC 2543, Sections 5.1.1 & 7.5.16"
2310    ::= { cSipStatsErrClient 31 }
2311
2312cSipStatsClientBadExtensionOuts OBJECT-TYPE
2313    SYNTAX      Counter32
2314    MAX-ACCESS  read-only
2315    STATUS      current
2316    DESCRIPTION
2317         "This object reflects the total number of Bad Extension (420)
2318          responses sent by the user agent since system startup.
2319          Outbound Bad Extension responses indicate that this system
2320          did not understand the protocol extension specified in a
2321          Require header field of requests."
2322    REFERENCE
2323         "RFC 2543, Sections 5.1.1 & 7.4.16"
2324    ::= { cSipStatsErrClient 32 }
2325
2326cSipStatsClientTempNotAvailIns OBJECT-TYPE
2327    SYNTAX      Counter32
2328    MAX-ACCESS  read-only
2329    STATUS      current
2330    DESCRIPTION
2331         "This object reflects the total number of Temporarily Not
2332          Available (480) responses received by the user agent since system startup.
2333          Inbound Temporarily Not Available responses indicate that
2334          the called party is currently unavailable."
2335    REFERENCE
2336         "RFC 2543, Sections 5.1.1 & 7.4.17"
2337    ::= { cSipStatsErrClient 33 }
2338
2339cSipStatsClientTempNotAvailOuts OBJECT-TYPE
2340    SYNTAX      Counter32
2341    MAX-ACCESS  read-only
2342    STATUS      current
2343    DESCRIPTION
2344         "This object reflects the total number of Temporarily Not
2345          Available (480) responses sent by the user agent since system startup.
2346          Outbound Temporarily Not Available responses indicate that
2347          the called party's end system was contacted successfully but
2348          the called party is currently unavailable."
2349    REFERENCE
2350         "RFC 2543, Sections 5.1.1 & 7.4.17"
2351    ::= { cSipStatsErrClient 34 }
2352
2353cSipStatsClientCallLegNoExistIns OBJECT-TYPE
2354    SYNTAX      Counter32
2355    MAX-ACCESS  read-only
2356    STATUS      current
2357    DESCRIPTION
2358         "This object reflects the total number of Call Leg/Transaction
2359          Does Not Exist (481) responses received by the user agent since system startup.
2360          Inbound Call Leg/Transaction Does Not Exist responses indicate
2361          that either BYE or CANCEL requests issued by this system were
2362          received by a server and not matching call leg or transaction
2363          existed."
2364    REFERENCE
2365         "RFC 2543, Sections 5.1.1 & 7.4.18"
2366    ::= { cSipStatsErrClient 35 }
2367
2368cSipStatsClientCallLegNoExistOuts OBJECT-TYPE
2369    SYNTAX      Counter32
2370    MAX-ACCESS  read-only
2371    STATUS      current
2372    DESCRIPTION
2373         "This object reflects the total number of Call Leg/Transaction
2374          Does Not Exist (481) responses sent by the user agent since system startup.
2375          Outbound Call Leg/Transaction Does Not Exist responses
2376          indicate that BYE or CANCEL requests have been received by
2377          this system and not call leg or transaction matching that
2378          request exists."
2379    REFERENCE
2380         "RFC 2543, Sections 5.1.1 & 7.4.18"
2381    ::= { cSipStatsErrClient 36 }
2382
2383cSipStatsClientLoopDetectedIns OBJECT-TYPE
2384    SYNTAX      Counter32
2385    MAX-ACCESS  read-only
2386    STATUS      current
2387    DESCRIPTION
2388         "This object reflects the total number of Loop Detected (482)
2389          responses received by the user agent since system startup.
2390          Inbound Loop Detected responses indicate that requests issued
2391          by this system were received at servers and the server found
2392          itself in the Via path more than once."
2393    REFERENCE
2394         "RFC 2543, Sections 5.1.1 & 7.4.19"
2395    ::= { cSipStatsErrClient 37 }
2396
2397cSipStatsClientLoopDetectedOuts OBJECT-TYPE
2398    SYNTAX      Counter32
2399    MAX-ACCESS  read-only
2400    STATUS      current
2401    DESCRIPTION
2402         "This object reflects the total number of Loop Detected (482)
2403          responses sent by the user agent since system startup.
2404          Outbound Loop Detected responses indicate that requests
2405          received by this system contain a Via path with this system
2406          appearing more than once."
2407    REFERENCE
2408         "RFC 2543, Sections 5.1.1 & 7.4.19"
2409    ::= { cSipStatsErrClient 38 }
2410
2411cSipStatsClientTooManyHopsIns OBJECT-TYPE
2412    SYNTAX      Counter32
2413    MAX-ACCESS  read-only
2414    STATUS      current
2415    DESCRIPTION
2416         "This object reflects the total number of Too Many Hops (483)
2417          responses received by the user agent since system startup.
2418          Inbound Too Many Hops responses indicate that requests issued
2419          by this system contain more Via entries (hops) than allowed by
2420          the Max-Forwards header field of the requests."
2421    REFERENCE
2422         "RFC 2543, Sections 5.1.1 & 7.4.20"
2423    ::= { cSipStatsErrClient 39 }
2424
2425cSipStatsClientTooManyHopsOuts OBJECT-TYPE
2426    SYNTAX      Counter32
2427    MAX-ACCESS  read-only
2428    STATUS      current
2429    DESCRIPTION
2430         "This object reflects the total number of Too Many Hops (483)
2431          responses sent by the user agent since system startup.
2432          Outbound Too Many Hops responses indicate that requests
2433          received by this system contain more Via entries (hops) than
2434          are allowed by the Max-Forwards header field of the requests."
2435    REFERENCE
2436         "RFC 2543, Sections 5.1.1 & 7.4.20"
2437    ::= { cSipStatsErrClient 40 }
2438
2439cSipStatsClientAddrIncompleteIns OBJECT-TYPE
2440    SYNTAX      Counter32
2441    MAX-ACCESS  read-only
2442    STATUS      current
2443    DESCRIPTION
2444         "This object reflects the total number of Address Incomplete
2445          (484) responses received by the user agent since system startup.
2446          Inbound Address Incomplete responses indicate that requests
2447          issued by this system had To addresses or Request-URIs that
2448          were incomplete."
2449    REFERENCE
2450         "RFC 2543, Sections 5.1.1 & 7.4.21"
2451    ::= { cSipStatsErrClient 41 }
2452
2453cSipStatsClientAddrIncompleteOuts OBJECT-TYPE
2454    SYNTAX      Counter32
2455    MAX-ACCESS  read-only
2456    STATUS      current
2457    DESCRIPTION
2458         "This object reflects the total number of Address Incomplete
2459          (484) responses sent by the user agent since system startup.
2460          Outbound Address Incomplete responses indicate that requests
2461          received by this system had To addresses or Request-URIs that
2462          were incomplete."
2463    REFERENCE
2464         "RFC 2543, Sections 5.1.1 & 7.4.21"
2465    ::= { cSipStatsErrClient 42 }
2466
2467cSipStatsClientAmbiguousIns OBJECT-TYPE
2468    SYNTAX      Counter32
2469    MAX-ACCESS  read-only
2470    STATUS      current
2471    DESCRIPTION
2472         "This object reflects the total number of Ambiguous (485)
2473          responses received by the user agent since system startup.
2474          Inbound Ambiguous responses indicate that requests issued
2475          by this system provided ambiguous address information."
2476    REFERENCE
2477         "RFC 2543, Sections 5.1.1 & 7.4.22"
2478    ::= { cSipStatsErrClient 43 }
2479
2480cSipStatsClientAmbiguousOuts OBJECT-TYPE
2481    SYNTAX      Counter32
2482    MAX-ACCESS  read-only
2483    STATUS      current
2484    DESCRIPTION
2485         "This object reflects the total number of Ambiguous (485)
2486          responses sent by the user agent since system startup.
2487          Outbound Ambiguous responses indicate that requests received
2488          by this system contained ambiguous address information."
2489    REFERENCE
2490         "RFC 2543, Sections 5.1.1 & 7.4.22"
2491    ::= { cSipStatsErrClient 44 }
2492
2493cSipStatsClientBusyHereIns OBJECT-TYPE
2494    SYNTAX      Counter32
2495    MAX-ACCESS  read-only
2496    STATUS      current
2497    DESCRIPTION
2498         "This object reflects the total number of Busy Here (486)
2499          responses received by the user agent since system startup.
2500          Inbound Busy Here responses indicate that the
2501          called party is currently not willing or not able to
2502          take additional calls."
2503    REFERENCE
2504         "RFC 2543, Section 5.1.1 & 7.4.23"
2505    ::= { cSipStatsErrClient 45 }
2506
2507cSipStatsClientBusyHereOuts OBJECT-TYPE
2508    SYNTAX      Counter32
2509    MAX-ACCESS  read-only
2510    STATUS      current
2511    DESCRIPTION
2512         "This object reflects the total number of Busy Here (486)
2513          responses sent by the user agent since system startup.
2514          Outbound Busy Here responses indicate that the
2515          called party's end system was contacted successfully but the
2516          called party is currently not willing or able to take
2517          additional calls."
2518    REFERENCE
2519         "RFC 2543, Sections 5.1.1 & 7.4.23"
2520    ::= { cSipStatsErrClient 46 }
2521
2522cSipStatsClientReqTermIns OBJECT-TYPE
2523    SYNTAX      Counter32
2524    MAX-ACCESS  read-only
2525    STATUS      current
2526    DESCRIPTION
2527         "This object reflects the total number of Request Terminated
2528          (487) responses received by the user agent since system startup.
2529          Request Terminated responses are issued if the original
2530          request was terminated via CANCEL or BYE."
2531    REFERENCE
2532         "draft-ietf-sip-rfc2543bis-01.txt, Section 7.4.24.487"
2533    ::= { cSipStatsErrClient 47 }
2534
2535cSipStatsClientReqTermOuts OBJECT-TYPE
2536    SYNTAX      Counter32
2537    MAX-ACCESS  read-only
2538    STATUS      current
2539    DESCRIPTION
2540         "This object reflects the total number of Request Terminated
2541          (487) responses sent by the user agent since system startup.
2542          Request Terminated responses are issued if the original
2543          request was terminated via CANCEL or BYE."
2544    REFERENCE
2545         "draft-ietf-sip-rfc2543bis-01.txt, Section 7.4.24.487"
2546    ::= { cSipStatsErrClient 48 }
2547
2548cSipStatsClientNoAcceptHereIns OBJECT-TYPE
2549    SYNTAX      Counter32
2550    MAX-ACCESS  read-only
2551    STATUS      current
2552    DESCRIPTION
2553         "This object reflects the total number of Not Acceptable Here
2554          (488) responses received by the user agent since system startup.
2555          The response has the same meaning as 606 (Not Acceptable),
2556          but only applies to the specific entity addressed by the
2557          Request-URI and the request may succeed elsewhere."
2558    REFERENCE
2559         "draft-ietf-sip-rfc2543bis-01.txt, Section 7.4.24.488"
2560    ::= { cSipStatsErrClient 49 }
2561
2562cSipStatsClientNoAcceptHereOuts OBJECT-TYPE
2563    SYNTAX      Counter32
2564    MAX-ACCESS  read-only
2565    STATUS      current
2566    DESCRIPTION
2567         "This object reflects the total number of Not Acceptable Here
2568          (488) responses sent by the user agent since system startup.
2569          The response has the same meaning as 606 (Not Acceptable),
2570          but only applies to the specific entity addressed by the
2571          Request-URI and the request may succeed elsewhere."
2572    REFERENCE
2573         "draft-ietf-sip-rfc2543bis-01.txt, Section 7.4.24.488"
2574    ::= { cSipStatsErrClient 50 }
2575
2576cSipStatsClientBadEventIns OBJECT-TYPE
2577    SYNTAX      Counter32
2578    MAX-ACCESS  read-only
2579    STATUS      current
2580    DESCRIPTION
2581         "This object reflects the total number of BadEvent (489)
2582          responses received by the user agent since system startup."
2583    ::= { cSipStatsErrClient 51 }
2584
2585cSipStatsClientBadEventOuts OBJECT-TYPE
2586    SYNTAX      Counter32
2587    MAX-ACCESS  read-only
2588    STATUS      current
2589    DESCRIPTION
2590         "This object reflects the total number of BadEvent (489)
2591          responses sent by the user agent since system startup."
2592    ::= { cSipStatsErrClient 52 }
2593
2594cSipStatsClientSTTooSmallIns OBJECT-TYPE
2595    SYNTAX      Counter32
2596    MAX-ACCESS  read-only
2597    STATUS      current
2598    DESCRIPTION
2599         "This object reflects the total number of SessionTimerTooSmall
2600          (422) responses received by the user agent since system
2601          startup."
2602    ::= { cSipStatsErrClient 53 }
2603
2604cSipStatsClientSTTooSmallOuts OBJECT-TYPE
2605    SYNTAX      Counter32
2606    MAX-ACCESS  read-only
2607    STATUS      current
2608    DESCRIPTION
2609         "This object reflects the total number of SessionTimerTooSmall
2610          (422) responses sent by the user agent since system startup."
2611    ::= { cSipStatsErrClient 54 }
2612
2613cSipStatsClientReqPendingIns OBJECT-TYPE
2614    SYNTAX      Counter32
2615    MAX-ACCESS  read-only
2616    STATUS      current
2617    DESCRIPTION
2618         "This object reflects the total number of RequestPending
2619          (491) responses received by the user agent since system
2620          startup."
2621    ::= { cSipStatsErrClient 55 }
2622
2623cSipStatsClientReqPendingOuts OBJECT-TYPE
2624    SYNTAX      Counter32
2625    MAX-ACCESS  read-only
2626    STATUS      current
2627    DESCRIPTION
2628         "This object reflects the total number of RequestPending
2629          (491) responses sent by the user agent since system startup."
2630    ::= { cSipStatsErrClient 56 }
2631
2632-- SIP Server Error Responses Statistics
2633--
2634-- The following Inbound counters reflect failure responses
2635-- receive by a SIP entity providing a client function.
2636--
2637-- The following Outbound counters reflect failure responses
2638-- sent by a SIP entity providing a server function.
2639--
2640-- Servers generally send these responses to Clients.
2641-- They are not definite failures and must not terminate
2642-- a search if other possible locations remain untried.
2643--
2644
2645cSipStatsServerIntErrorIns OBJECT-TYPE
2646    SYNTAX      Counter32
2647    MAX-ACCESS  read-only
2648    STATUS      current
2649    DESCRIPTION
2650         "This object reflects the total number of Internal Server Error
2651          (500) responses received by the user agent since system startup.
2652          Inbound Internal Server Error responses indicate that servers
2653          to which this system is sending requests have encountered
2654          unexpected conditions that prevent them from fulfilling the
2655          requests."
2656    REFERENCE
2657         "RFC 2543, Sections 5.1.1 & 7.5.1"
2658    ::= { cSipStatsErrServer 1 }
2659
2660cSipStatsServerIntErrorOuts OBJECT-TYPE
2661    SYNTAX      Counter32
2662    MAX-ACCESS  read-only
2663    STATUS      current
2664    DESCRIPTION
2665         "This object reflects the total number of Internal Server Error
2666          (500) responses sent by the user agent since system startup.
2667          Outbound Internal Server Error responses indicate that this
2668          system has encountered unexpected conditions that prevent it
2669          from fulfilling received requests."
2670    REFERENCE
2671         "RFC 2543, Sections 5.1.1 & 7.5.1"
2672    ::= { cSipStatsErrServer 2 }
2673
2674cSipStatsServerNotImplementedIns OBJECT-TYPE
2675    SYNTAX      Counter32
2676    MAX-ACCESS  read-only
2677    STATUS      current
2678    DESCRIPTION
2679         "This object reflects the total number of Not Implemented
2680          (501) responses received by the user agent since system startup.
2681          Inbound Not Implemented responses indicate that servers to
2682          which this system is sending requests do not support the
2683          functionality required to fulfill the requests."
2684    REFERENCE
2685         "RFC 2543, Sections 5.1.1 & 7.5.2"
2686    ::= { cSipStatsErrServer 3 }
2687
2688cSipStatsServerNotImplementedOuts OBJECT-TYPE
2689    SYNTAX      Counter32
2690    MAX-ACCESS  read-only
2691    STATUS      current
2692    DESCRIPTION
2693         "This object reflects the total number of Not Implemented
2694          (501) responses sent by the user agent since system startup.
2695          Outbound Not Implemented responses indicate that this system
2696          does not support the functionality required to fulfill the
2697          requests."
2698    REFERENCE
2699         "RFC 2543, Sections 5.1.1 & 7.5.2"
2700    ::= { cSipStatsErrServer 4 }
2701
2702cSipStatsServerBadGatewayIns OBJECT-TYPE
2703    SYNTAX      Counter32
2704    MAX-ACCESS  read-only
2705    STATUS      current
2706    DESCRIPTION
2707         "This object reflects the total number of Bad Gateway (502)
2708          responses received by the user agent since system startup."
2709    REFERENCE
2710         "RFC 2543, Sections 5.1.1 & 7.5.3"
2711    ::= { cSipStatsErrServer 5 }
2712
2713cSipStatsServerBadGatewayOuts OBJECT-TYPE
2714    SYNTAX      Counter32
2715    MAX-ACCESS  read-only
2716    STATUS      current
2717    DESCRIPTION
2718         "This object reflects the total number of Bad Gateway (502)
2719          responses sent by the user agent since system startup."
2720    REFERENCE
2721         "RFC 2543, Sections 5.1.1 & 7.5.3"
2722    ::= { cSipStatsErrServer 6 }
2723
2724cSipStatsServerServiceUnavailIns OBJECT-TYPE
2725    SYNTAX      Counter32
2726    MAX-ACCESS  read-only
2727    STATUS      current
2728    DESCRIPTION
2729         "This object reflects the total number of Service Unavailable
2730          (503) responses received by the user agent since system startup.
2731          Inbound Service Unavailable responses indicate that the server
2732          servicing this system's request is temporarily unavailable to
2733          handle the request."
2734    REFERENCE
2735         "RFC 2543, Sections 5.1.1 & 7.5.4"
2736    ::= { cSipStatsErrServer 7 }
2737
2738cSipStatsServerServiceUnavailOuts OBJECT-TYPE
2739    SYNTAX      Counter32
2740    MAX-ACCESS  read-only
2741    STATUS      current
2742    DESCRIPTION
2743         "This object reflects the total number of Service Unavailable
2744          (503) responses sent by the user agent since system startup.
2745          Outbound Service Unavailable responses indicate that this
2746          system is temporarily unable to handle received requests."
2747    REFERENCE
2748         "RFC 2543, Sections 5.1.1 & 7.5.4"
2749    ::= { cSipStatsErrServer 8 }
2750
2751cSipStatsServerGatewayTimeoutIns OBJECT-TYPE
2752    SYNTAX      Counter32
2753    MAX-ACCESS  read-only
2754    STATUS      current
2755    DESCRIPTION
2756         "This object reflects the total number of Gateway Time-out
2757          (504) responses received by the user agent since system startup.
2758          Inbound Gateway Time-out responses indicate that the server
2759          attempting to complete this system's request did not receive
2760          a timely response from yet another system it was accessing to
2761          complete the request."
2762    REFERENCE
2763         "RFC 2543, Sections 5.1.1 & 7.5.5"
2764    ::= { cSipStatsErrServer 9 }
2765
2766cSipStatsServerGatewayTimeoutOuts OBJECT-TYPE
2767    SYNTAX      Counter32
2768    MAX-ACCESS  read-only
2769    STATUS      current
2770    DESCRIPTION
2771         "This object reflects the total number of Gateway Time-out
2772          (504) responses sent by the user agent since system startup.
2773          Outbound Gateway Time-out responses indicate that this system
2774          did not receive a timely response from the system it had
2775          accessed to assist in completing a received request."
2776    REFERENCE
2777         "RFC 2543, Sections 5.1.1 & 7.5.5"
2778    ::= { cSipStatsErrServer 10 }
2779
2780cSipStatsServerBadSipVersionIns OBJECT-TYPE
2781    SYNTAX      Counter32
2782    MAX-ACCESS  read-only
2783    STATUS      current
2784    DESCRIPTION
2785         "This object reflects the total number of SIP Version Not
2786          Supported (505) responses received by the user agent since system startup.
2787          Inbound SIP Version Not Supported responses indicate that
2788          the server does not support, or refuses to support, the SIP
2789          protocol version that was used in the request message."
2790    REFERENCE
2791         "RFC 2543, Sections 5.1.1 & 7.5.6"
2792    ::= { cSipStatsErrServer 11 }
2793
2794cSipStatsServerBadSipVersionOuts OBJECT-TYPE
2795    SYNTAX      Counter32
2796    MAX-ACCESS  read-only
2797    STATUS      current
2798    DESCRIPTION
2799         "This object reflects the total number of SIP Version Not
2800          Supported (505) responses sent by the user agent since system startup.
2801          Outbound SIP Version Not Supported responses indicate that
2802          this system does not support, or refuses to support, the SIP
2803          protocol version used in received requests."
2804    REFERENCE
2805         "RFC 2543, Sections 5.1.1 & 7.5.6"
2806    ::= { cSipStatsErrServer 12 }
2807
2808cSipStatsServerPrecondFailureIns OBJECT-TYPE
2809    SYNTAX      Counter32
2810    MAX-ACCESS  read-only
2811    STATUS      current
2812    DESCRIPTION
2813         "This object reflects the total number of Precondition
2814          Failure (580) responses received by the user agent since system startup.
2815          This response is returned by a UAS if it is unable to
2816          perform the mandatory preconditions for the session."
2817    REFERENCE
2818         "draft-manyfolks-sip-resource-01.txt, Section 6"
2819    ::= { cSipStatsErrServer 13 }
2820
2821cSipStatsServerPrecondFailureOuts OBJECT-TYPE
2822    SYNTAX      Counter32
2823    MAX-ACCESS  read-only
2824    STATUS      current
2825    DESCRIPTION
2826         "This object reflects the total number of Precondition
2827          Failure (580) responses sent by the user agent since system startup.
2828          This response is returned by a UAS if it is unable to
2829          perform the mandatory preconditions for the session."
2830    REFERENCE
2831         "draft-manyfolks-sip-resource-01.txt, Section 6"
2832    ::= { cSipStatsErrServer 14 }
2833
2834
2835-- SIP Global Failure Response Statistics
2836--
2837-- The following Inbound counters reflect failure responses
2838-- receive by a SIP entity providing a client function.
2839--
2840-- The following Outbound counters reflect failure responses
2841-- sent by a SIP entity providing a server function.
2842--
2843-- Servers generally send these responses to Clients.
2844-- The responses generally indicate that a server has
2845-- definitive information about a particular called party,
2846-- not just the particular instance indicated in the
2847-- Request-URI.  All further searches for this user are
2848-- doomed to failure and pending searches should be terminated.
2849--
2850
2851cSipStatsGlobalBusyEverywhereIns OBJECT-TYPE
2852    SYNTAX      Counter32
2853    MAX-ACCESS  read-only
2854    STATUS      current
2855    DESCRIPTION
2856         "This object reflects the total number of Busy
2857          Everywhere (600) responses received by the user agent since system startup.
2858          Inbound Busy Everywhere responses indicate that the
2859          called party's end system was contacted successfully
2860          but the called party is busy and does not wish to take
2861          the call at this time."
2862    REFERENCE
2863         "RFC 2543, Sections 5.1.1 & 7.6.1"
2864    ::= { cSipStatsGlobalFail 1 }
2865
2866cSipStatsGlobalBusyEverywhereOuts OBJECT-TYPE
2867    SYNTAX      Counter32
2868    MAX-ACCESS  read-only
2869    STATUS      current
2870    DESCRIPTION
2871         "This object reflects the total number of Busy
2872          Everywhere (600) responses sent by the user agent since system startup.
2873          Outbound Busy Everywhere responses indicate that
2874          this system has successfully contacted a called party's
2875          end system and the called party does not wish to take
2876          the call at this time."
2877    REFERENCE
2878         "RFC 2543, Sections 5.1.1 & 7.6.1"
2879    ::= { cSipStatsGlobalFail 2 }
2880
2881cSipStatsGlobalDeclineIns OBJECT-TYPE
2882    SYNTAX      Counter32
2883    MAX-ACCESS  read-only
2884    STATUS      current
2885    DESCRIPTION
2886         "This object reflects the total number of Decline
2887          (603) responses received by the user agent since system startup.
2888          Decline responses indicate that the called party's end
2889          system was contacted successfully but the called party
2890          explicitly does not wish to, or cannot, participate."
2891    REFERENCE
2892         "RFC 2543, Sections 5.1.1 & 7.6.2"
2893    ::= { cSipStatsGlobalFail 3 }
2894
2895cSipStatsGlobalDeclineOuts OBJECT-TYPE
2896    SYNTAX      Counter32
2897    MAX-ACCESS  read-only
2898    STATUS      current
2899    DESCRIPTION
2900         "This object reflects the total number of Decline
2901          (603) responses sent by the user agent since system startup.
2902          Outbound Decline responses indicate that this system
2903          has successfully contacted a called party's end system
2904          and the called party explicitly does not wish to, or
2905          cannot, participate."
2906    REFERENCE
2907         "RFC 2543, Sections 5.1.1 & 7.6.2"
2908    ::= { cSipStatsGlobalFail 4 }
2909
2910cSipStatsGlobalNotAnywhereIns OBJECT-TYPE
2911    SYNTAX      Counter32
2912    MAX-ACCESS  read-only
2913    STATUS      current
2914    DESCRIPTION
2915         "This object reflects the total number of Does Not
2916          Exist Anywhere (604) responses received by the user agent since system startup.
2917          Inbound Does Not Exist Anywhere responses indicate that
2918          the server handling this system's request has authoritative
2919          information that the called party indicated in the To
2920          request field does not exist anywhere."
2921    REFERENCE
2922         "RFC 2543, Sections 5.1.1 & 7.6.3"
2923    ::= { cSipStatsGlobalFail 5 }
2924
2925cSipStatsGlobalNotAnywhereOuts OBJECT-TYPE
2926    SYNTAX      Counter32
2927    MAX-ACCESS  read-only
2928    STATUS      current
2929    DESCRIPTION
2930         "This object reflects the total number of Does Not
2931          Exist Anywhere (604) responses sent by the user agent since system startup.
2932          Outbound Does Not Exist Anywhere responses indicate that
2933          this system has authoritative information that the called
2934          party in the To field of received requests does not exist
2935          anywhere."
2936    REFERENCE
2937         "RFC 2543, Sections 5.1.1 & 7.6.3"
2938    ::= { cSipStatsGlobalFail 6 }
2939
2940cSipStatsGlobalNotAcceptableIns OBJECT-TYPE
2941    SYNTAX      Counter32
2942    MAX-ACCESS  read-only
2943    STATUS      current
2944    DESCRIPTION
2945         "This object reflects the total number of Not Acceptable
2946          (606) responses received by the user agent since system startup.
2947          Inbound Not Acceptable responses indicate that the called
2948          party's end system was contacted successfully but some
2949          aspect of the session description is not acceptable."
2950    REFERENCE
2951         "RFC 2543, Sections 5.1.1 & 7.6.4"
2952    ::= { cSipStatsGlobalFail 7 }
2953
2954cSipStatsGlobalNotAcceptableOuts OBJECT-TYPE
2955    SYNTAX      Counter32
2956    MAX-ACCESS  read-only
2957    STATUS      current
2958    DESCRIPTION
2959         "This object reflects the total number of Not Acceptable
2960          (606) responses sent by the user agent since system startup.
2961          Outbound Not Acceptable responses indicate that the called
2962          party wishes to communicate, but cannot adequately support
2963          the session described in the request."
2964    REFERENCE
2965         "RFC 2543, Sections 5.1.1 & 7.6.4"
2966    ::= { cSipStatsGlobalFail 8 }
2967
2968
2969
2970-- SIP Traffic Statistics
2971
2972-- Inbound/Outbound Traffic Statistics
2973-- Total counts for each SIP method.
2974
2975cSipStatsTrafficInviteIns OBJECT-TYPE
2976    SYNTAX      Counter32
2977    MAX-ACCESS  read-only
2978    STATUS      current
2979    DESCRIPTION
2980         "This object reflects the total number of INVITE requests
2981          received by the user agent since system startup."
2982    REFERENCE
2983         "RFC 2543, Section 4.2.1"
2984    ::= { cSipStatsTraffic 1 }
2985
2986cSipStatsTrafficInviteOuts OBJECT-TYPE
2987    SYNTAX      Counter32
2988    MAX-ACCESS  read-only
2989    STATUS      current
2990    DESCRIPTION
2991         "This object reflects the total number of INVITE requests sent
2992          by the user agent."
2993    REFERENCE
2994         "RFC 2543, Section 4.2.1"
2995    ::= { cSipStatsTraffic 2 }
2996
2997cSipStatsTrafficAckIns OBJECT-TYPE
2998    SYNTAX      Counter32
2999    MAX-ACCESS  read-only
3000    STATUS      current
3001    DESCRIPTION
3002         "This object reflects the total number of ACK requests
3003          received by the user agent since system startup."
3004    REFERENCE
3005         "RFC 2543, Section 4.2.2"
3006    ::= { cSipStatsTraffic 3 }
3007
3008cSipStatsTrafficAckOuts OBJECT-TYPE
3009    SYNTAX      Counter32
3010    MAX-ACCESS  read-only
3011    STATUS      current
3012    DESCRIPTION
3013         "This object reflects the total number of ACK requests sent
3014          by the user agent."
3015    REFERENCE
3016         "RFC 2543, Section 4.2.2"
3017    ::= { cSipStatsTraffic 4 }
3018
3019cSipStatsTrafficByeIns OBJECT-TYPE
3020    SYNTAX      Counter32
3021    MAX-ACCESS  read-only
3022    STATUS      current
3023    DESCRIPTION
3024         "This object reflects the total number of BYE requests
3025          received by the user agent since system startup."
3026    REFERENCE
3027         "RFC 2543, Section 4.2.4"
3028    ::= { cSipStatsTraffic 5 }
3029
3030cSipStatsTrafficByeOuts OBJECT-TYPE
3031    SYNTAX      Counter32
3032    MAX-ACCESS  read-only
3033    STATUS      current
3034    DESCRIPTION
3035         "This object reflects the total number of BYE requests sent
3036          by the user agent."
3037    REFERENCE
3038         "RFC 2543, Section 4.2.4"
3039    ::= { cSipStatsTraffic 6 }
3040
3041cSipStatsTrafficCancelIns OBJECT-TYPE
3042    SYNTAX      Counter32
3043    MAX-ACCESS  read-only
3044    STATUS      current
3045    DESCRIPTION
3046         "This object reflects the total number of CANCEL requests
3047          received by the user agent since system startup."
3048    REFERENCE
3049         "RFC 2543, Section 4.2.5"
3050    ::= { cSipStatsTraffic 7 }
3051
3052cSipStatsTrafficCancelOuts OBJECT-TYPE
3053    SYNTAX      Counter32
3054    MAX-ACCESS  read-only
3055    STATUS      current
3056    DESCRIPTION
3057         "This object reflects the total number of CANCEL requests sent
3058          by the user agent."
3059    REFERENCE
3060         "RFC 2543, Section 4.2.5"
3061    ::= { cSipStatsTraffic 8 }
3062
3063cSipStatsTrafficOptionsIns OBJECT-TYPE
3064    SYNTAX      Counter32
3065    MAX-ACCESS  read-only
3066    STATUS      current
3067    DESCRIPTION
3068         "This object reflects the total number of OPTIONS requests
3069          received by the user agent since system startup."
3070    REFERENCE
3071         "RFC 2543, Section 4.2.3"
3072    ::= { cSipStatsTraffic 9 }
3073
3074cSipStatsTrafficOptionsOuts OBJECT-TYPE
3075    SYNTAX      Counter32
3076    MAX-ACCESS  read-only
3077    STATUS      current
3078    DESCRIPTION
3079         "This object reflects the total number of OPTIONS requests sent
3080          by the user agent."
3081    REFERENCE
3082         "RFC 2543, Section 4.2.3"
3083    ::= { cSipStatsTraffic 10 }
3084
3085cSipStatsTrafficRegisterIns OBJECT-TYPE
3086    SYNTAX      Counter32
3087    MAX-ACCESS  read-only
3088    STATUS      current
3089    DESCRIPTION
3090         "This object reflects the total number of REGISTER requests
3091          received by the user agent since system startup."
3092    REFERENCE
3093         "RFC 2543, Section 4.2.6"
3094    ::= { cSipStatsTraffic 11 }
3095
3096cSipStatsTrafficRegisterOuts OBJECT-TYPE
3097    SYNTAX      Counter32
3098    MAX-ACCESS  read-only
3099    STATUS      current
3100    DESCRIPTION
3101         "This object reflects the total number of REGISTER requests
3102          sent by the user agent since system startup."
3103    REFERENCE
3104         "RFC 2543, Section 4.2.6"
3105    ::= { cSipStatsTraffic 12 }
3106
3107cSipStatsTrafficCometIns OBJECT-TYPE
3108    SYNTAX      Counter32
3109    MAX-ACCESS  read-only
3110    STATUS      current
3111    DESCRIPTION
3112         "This object reflects the total number of COndition MET
3113          requests received by the user agent since system startup."
3114    REFERENCE
3115         "draft-manyfolks-sip-resource-01.txt, Section 5"
3116    ::= { cSipStatsTraffic 13 }
3117
3118cSipStatsTrafficCometOuts OBJECT-TYPE
3119    SYNTAX      Counter32
3120    MAX-ACCESS  read-only
3121    STATUS      current
3122    DESCRIPTION
3123         "This object reflects the total number of COndition MET
3124          requests sent by the user agent since system startup."
3125    REFERENCE
3126         "draft-manyfolks-sip-resource-01.txt, Section 5"
3127    ::= { cSipStatsTraffic 14 }
3128
3129cSipStatsTrafficPrackIns OBJECT-TYPE
3130    SYNTAX      Counter32
3131    MAX-ACCESS  read-only
3132    STATUS      current
3133    DESCRIPTION
3134         "This object reflects the total number of PRovisonal
3135          ACKnowledgement requests received by the user agent since system startup."
3136    REFERENCE
3137         "draft-ietf-sip-100rel-02.txt"
3138    ::= { cSipStatsTraffic 15 }
3139
3140cSipStatsTrafficPrackOuts OBJECT-TYPE
3141    SYNTAX      Counter32
3142    MAX-ACCESS  read-only
3143    STATUS      current
3144    DESCRIPTION
3145         "This object reflects the total number of PRovisonal
3146          ACKnowledgement requests sent by the user agent since system startup."
3147    REFERENCE
3148         "draft-ietf-sip-100rel-02.txt"
3149    ::= { cSipStatsTraffic 16 }
3150
3151cSipStatsTrafficReferIns OBJECT-TYPE
3152    SYNTAX      Counter32
3153    MAX-ACCESS  read-only
3154    STATUS      current
3155    DESCRIPTION
3156         "This object reflects the total number of Refer
3157          requests received by the user agent since system startup."
3158    ::= { cSipStatsTraffic 17 }
3159
3160cSipStatsTrafficReferOuts OBJECT-TYPE
3161    SYNTAX      Counter32
3162    MAX-ACCESS  read-only
3163    STATUS      current
3164    DESCRIPTION
3165         "This object reflects the total number of Refer
3166          requests sent by the user agent since system startup."
3167    ::= { cSipStatsTraffic 18 }
3168
3169cSipStatsTrafficNotifyIns OBJECT-TYPE
3170    SYNTAX      Counter32
3171    MAX-ACCESS  read-only
3172    STATUS      current
3173    DESCRIPTION
3174         "This object reflects the total number of Notify
3175          requests received by the user agent since system startup."
3176    ::= { cSipStatsTraffic 19 }
3177
3178cSipStatsTrafficNotifyOuts OBJECT-TYPE
3179    SYNTAX      Counter32
3180    MAX-ACCESS  read-only
3181    STATUS      current
3182    DESCRIPTION
3183         "This object reflects the total number of Notify
3184          requests sent by the user agent since system startup."
3185    ::= { cSipStatsTraffic 20 }
3186
3187cSipStatsTrafficInfoIns OBJECT-TYPE
3188    SYNTAX      Counter32
3189    MAX-ACCESS  read-only
3190    STATUS      current
3191    DESCRIPTION
3192         "This object reflects the total number of Info
3193          requests received by the user agent since system startup."
3194    ::= { cSipStatsTraffic 21 }
3195
3196cSipStatsTrafficInfoOuts OBJECT-TYPE
3197    SYNTAX      Counter32
3198    MAX-ACCESS  read-only
3199    STATUS      current
3200    DESCRIPTION
3201         "This object reflects the total number of Info
3202          requests sent by the user agent since system startup."
3203    ::= { cSipStatsTraffic 22 }
3204
3205cSipStatsTrafficSubscribeIns OBJECT-TYPE
3206    SYNTAX      Counter32
3207    MAX-ACCESS  read-only
3208    STATUS      current
3209    DESCRIPTION
3210         "This object reflects the total number of Subscribe
3211          requests received by the user agent since system startup."
3212    ::= { cSipStatsTraffic 23 }
3213
3214cSipStatsTrafficSubscribeOuts OBJECT-TYPE
3215    SYNTAX      Counter32
3216    MAX-ACCESS  read-only
3217    STATUS      current
3218    DESCRIPTION
3219         "This object reflects the total number of Subscribe
3220          requests sent by the user agent since system startup."
3221    ::= { cSipStatsTraffic 24 }
3222
3223cSipStatsTrafficUpdateIns OBJECT-TYPE
3224    SYNTAX      Counter32
3225    MAX-ACCESS  read-only
3226    STATUS      current
3227    DESCRIPTION
3228         "This object reflects the total number of Update
3229          requests received by the user agent since system startup."
3230    ::= { cSipStatsTraffic 25 }
3231
3232cSipStatsTrafficUpdateOuts OBJECT-TYPE
3233    SYNTAX      Counter32
3234    MAX-ACCESS  read-only
3235    STATUS      current
3236    DESCRIPTION
3237         "This object reflects the total number of Update
3238          requests sent by the user agent since system startup."
3239    ::= { cSipStatsTraffic 26 }
3240
3241-- SIP Retry Statistics
3242--
3243-- The counter objects in this group correspond directly to the retry
3244-- timers supported in cSipCfgRetry group.  These counters provide
3245-- statistics on the number of times those timers have expired.
3246
3247cSipStatsRetryInvites OBJECT-TYPE
3248    SYNTAX      Counter32
3249    MAX-ACCESS  read-only
3250    STATUS      current
3251    DESCRIPTION
3252         "This object reflects the total number of INVITE retries that
3253          have been sent by the user agent since system startup.   If the number of 'first
3254          attempt' INVITES is of interest, subtract the value of this
3255          object from cSipStatsTrafficInviteOut."
3256    ::= { cSipStatsRetry 1 }
3257
3258cSipStatsRetryByes OBJECT-TYPE
3259    SYNTAX      Counter32
3260    MAX-ACCESS  read-only
3261    STATUS      current
3262    DESCRIPTION
3263         "This object reflects the total number of BYE retries that have
3264          been sent by the user agent since system startup."
3265    ::= { cSipStatsRetry 2 }
3266
3267cSipStatsRetryCancels OBJECT-TYPE
3268    SYNTAX      Counter32
3269    MAX-ACCESS  read-only
3270    STATUS      current
3271    DESCRIPTION
3272         "This object reflects the total number of CANCEL retries that
3273          have been sent by the user agent since system startup."
3274    ::= { cSipStatsRetry 3 }
3275
3276cSipStatsRetryRegisters OBJECT-TYPE
3277    SYNTAX      Counter32
3278    MAX-ACCESS  read-only
3279    STATUS      current
3280    DESCRIPTION
3281         "This object reflects the total number of REGISTER retries that
3282          have been sent by the user agent since system startup."
3283    ::= { cSipStatsRetry 4 }
3284
3285cSipStatsRetryResponses OBJECT-TYPE
3286    SYNTAX      Counter32
3287    MAX-ACCESS  read-only
3288    STATUS      current
3289    DESCRIPTION
3290         "This object reflects the total number of Response (while
3291          expecting a ACK) retries that have been sent by the user
3292          agent."
3293    ::= { cSipStatsRetry 5 }
3294
3295cSipStatsRetryPracks OBJECT-TYPE
3296    SYNTAX      Counter32
3297    MAX-ACCESS  read-only
3298    STATUS      current
3299    DESCRIPTION
3300         "This object reflects the total number of PRovisional
3301          ACKnowledgement retries sent by the user agent since system startup."
3302    ::= { cSipStatsRetry 6 }
3303
3304cSipStatsRetryComets OBJECT-TYPE
3305    SYNTAX      Counter32
3306    MAX-ACCESS  read-only
3307    STATUS      current
3308    DESCRIPTION
3309         "This object reflects the total number of COndition
3310          MET retries sent by the user agent since system startup."
3311    ::= { cSipStatsRetry 7 }
3312
3313cSipStatsRetryReliable1xxRsps OBJECT-TYPE
3314    SYNTAX      Counter32
3315    MAX-ACCESS  read-only
3316    STATUS      current
3317    DESCRIPTION
3318         "This object reflects the total number of Reliable
3319          1xx Response retries sent by the user agent since system startup."
3320    ::= { cSipStatsRetry 8 }
3321
3322cSipStatsRetryNotifys OBJECT-TYPE
3323    SYNTAX      Counter32
3324    MAX-ACCESS  read-only
3325    STATUS      current
3326    DESCRIPTION
3327         "This object reflects the total number of Notify
3328          retries that have been sent by the user agent since system startup."
3329    ::= { cSipStatsRetry 9 }
3330
3331cSipStatsRetryRefers OBJECT-TYPE
3332    SYNTAX      Counter32
3333    MAX-ACCESS  read-only
3334    STATUS      current
3335    DESCRIPTION
3336         "This object reflects the total number of Refer
3337          retries that have been sent by the user agent since system startup."
3338    ::= { cSipStatsRetry 10 }
3339
3340cSipStatsRetryInfo OBJECT-TYPE
3341    SYNTAX      Counter32
3342    MAX-ACCESS  read-only
3343    STATUS      current
3344    DESCRIPTION
3345         "This object reflects the total number of Info
3346          retries that have been sent by the user agent since system
3347          startup."
3348    ::= { cSipStatsRetry 11 }
3349
3350cSipStatsRetrySubscribe OBJECT-TYPE
3351    SYNTAX      Counter32
3352    MAX-ACCESS  read-only
3353    STATUS      current
3354    DESCRIPTION
3355         "This object reflects the total number of Subscribe
3356          retries that have been sent by the user agent since system
3357          startup."
3358    ::= { cSipStatsRetry 12 }
3359
3360-- Miscellaneous SIP Statistics
3361
3362cSipStatsMisc3xxMappedTo4xxRsps OBJECT-TYPE
3363    SYNTAX      Counter32
3364    MAX-ACCESS  read-only
3365    STATUS      current
3366    DESCRIPTION
3367         "This object reflects the total number of incoming Redirect
3368          (3xx) response messages that have been mapped to Client
3369          Error (4xx) response messages."
3370    ::= { cSipStatsMisc 1 }
3371
3372-- SIP Connection statistics
3373
3374cSipStatsConnTCPSendFailures OBJECT-TYPE
3375    SYNTAX      Counter32
3376    MAX-ACCESS  read-only
3377    STATUS      current
3378    DESCRIPTION
3379         "This object reflects the total number of TCP send failures
3380          since system startup."
3381    ::= { cSipStatsConnection 1 }
3382
3383cSipStatsConnUDPSendFailures OBJECT-TYPE
3384    SYNTAX      Counter32
3385    MAX-ACCESS  read-only
3386    STATUS      current
3387    DESCRIPTION
3388         "This object reflects the total number of UDP send failures
3389          since system startup."
3390    ::= { cSipStatsConnection 2}
3391
3392cSipStatsConnTCPRemoteClosures OBJECT-TYPE
3393    SYNTAX      Counter32
3394    MAX-ACCESS  read-only
3395    STATUS      current
3396    DESCRIPTION
3397         "This object reflects the total number of Remote Closures
3398          for TCP since system startup."
3399    ::= { cSipStatsConnection 3 }
3400
3401cSipStatsConnUDPCreateFailures OBJECT-TYPE
3402    SYNTAX      Counter32
3403    MAX-ACCESS  read-only
3404    STATUS      current
3405    DESCRIPTION
3406         "This object reflects the total number of connection create
3407          failures for UDP since system startup."
3408    ::= { cSipStatsConnection 4 }
3409
3410cSipStatsConnTCPCreateFailures OBJECT-TYPE
3411    SYNTAX      Counter32
3412    MAX-ACCESS  read-only
3413    STATUS      current
3414    DESCRIPTION
3415         "This object reflects the total number of connection create
3416          failures for TCP since system startup."
3417    ::= { cSipStatsConnection 5}
3418
3419cSipStatsConnUDPInactiveTimeouts OBJECT-TYPE
3420    SYNTAX      Counter32
3421    MAX-ACCESS  read-only
3422    STATUS      current
3423    DESCRIPTION
3424         "This object reflects the total number of UDP connections that
3425          timed out due to inactivity since system startup."
3426    ::= { cSipStatsConnection 6 }
3427
3428cSipStatsConnTCPInactiveTimeouts OBJECT-TYPE
3429    SYNTAX      Counter32
3430    MAX-ACCESS  read-only
3431    STATUS      current
3432    DESCRIPTION
3433         "This object reflects the total number of TCP connections that
3434          timed out due to inactivity since system startup."
3435    ::= { cSipStatsConnection 7 }
3436
3437cSipStatsActiveUDPConnections OBJECT-TYPE
3438    SYNTAX      Gauge32
3439    MAX-ACCESS  read-only
3440    STATUS      current
3441    DESCRIPTION
3442         "This object reflects the total number of active UDP
3443          connections since system startup."
3444    ::= { cSipStatsConnection 8 }
3445
3446cSipStatsActiveTCPConnections OBJECT-TYPE
3447    SYNTAX      Gauge32
3448    MAX-ACCESS  read-only
3449    STATUS      current
3450    DESCRIPTION
3451         "This object reflects the total number of active TCP
3452          connections since system startup."
3453    ::= { cSipStatsConnection 9 }
3454
3455
3456-- Notifications
3457
3458ciscoSipUaMIBNotificationPrefix OBJECT-IDENTITY
3459    STATUS       deprecated
3460    DESCRIPTION
3461         "Old style notification prefixing.  Being replaced by
3462          ciscoSipUaMIBNotifs."
3463    ::= { ciscoSipUaMIB 2 }
3464
3465ciscoSipUaMIBNotifications OBJECT-IDENTITY
3466    STATUS       deprecated
3467    DESCRIPTION
3468         "Old style notification prefixing.  Being replaced by
3469          ciscoSipUaMIBNotifs."
3470    ::= { ciscoSipUaMIBNotificationPrefix 0 }
3471
3472
3473-- Conformance
3474
3475ciscoSipUaMIBConformance        OBJECT IDENTIFIER ::=
3476                                  { ciscoSipUaMIB 3 }
3477ciscoSipUaMIBCompliances        OBJECT IDENTIFIER ::=
3478                                  { ciscoSipUaMIBConformance 1 }
3479ciscoSipUaMIBGroups             OBJECT IDENTIFIER ::=
3480                                  { ciscoSipUaMIBConformance 2 }
3481
3482
3483-- Compliance Statements
3484ciscoSipCompliance MODULE-COMPLIANCE
3485    STATUS     obsolete -- superceded by ciscoSipComplianceRev1
3486    DESCRIPTION
3487         "The compliance statement for SIP user agent entities."
3488
3489    MODULE -- this module
3490         MANDATORY-GROUPS { ciscoSipBaseConfigGroup,
3491                            ciscoSipStatsInfoStatusCodesGroup,
3492                            ciscoSipStatsSuccessStatusCodesGroup,
3493                            ciscoSipStatsGlobalStatusCodesGroup,
3494                            ciscoSipTrafficStatsGroup }
3495
3496         GROUP ciscoSipTimerConfigGroup
3497         DESCRIPTION
3498              "This group is optional.  A SIP user agent can elect to
3499               not provide any timer configuration and simply adhere to
3500               what is prescribed in the standard."
3501
3502         GROUP ciscoSipRetryConfigGroup
3503         DESCRIPTION
3504              "This group is optional. A SIP user agent can elect to
3505               not provide any timer configuration and simply adhere to
3506               what is prescribed in the standard."
3507
3508         GROUP ciscoSipRetryStatsGroup
3509         DESCRIPTION
3510              "This group is optional.  If implemented, the
3511               ciscoSipRetryConfigGroup must also be implemented."
3512
3513         GROUP ciscoSipStatsRedirStatusCodesGroup
3514         DESCRIPTION
3515              "This group is optional."
3516
3517         GROUP ciscoSipStatsClientStatusCodesGroup
3518         DESCRIPTION
3519              "This group is optional."
3520
3521         GROUP ciscoSipStatsServerStatusCodesGroup
3522         DESCRIPTION
3523              "This group is optional."
3524
3525         OBJECT      cSipCfgUserLocationServerAddr
3526         MIN-ACCESS  read-only
3527         DESCRIPTION
3528              "Write access is not required."
3529
3530         OBJECT      cSipCfgTransport
3531         MIN-ACCESS  read-only
3532         DESCRIPTION
3533              "Write access is not required."
3534
3535    ::= { ciscoSipUaMIBCompliances 1 }
3536
3537ciscoSipComplianceRev1 MODULE-COMPLIANCE
3538    STATUS     obsolete -- superceded by ciscoSipComplianceRev2
3539    DESCRIPTION
3540         "The compliance statement for SIP user agent entities."
3541
3542    MODULE -- this module
3543         MANDATORY-GROUPS { ciscoSipBaseConfigGroupRev1,
3544                            ciscoSipStatsInfoStatusCodesGroup,
3545                            ciscoSipStatsSuccessStatusCodesGroup,
3546                            ciscoSipStatsGlobalStatusCodesGroup,
3547                            ciscoSipTrafficStatsGroupRev1 }
3548
3549         GROUP ciscoSipTimerConfigGroupRev1
3550         DESCRIPTION
3551              "This group is optional.  A SIP user agent can elect to
3552               not provide any timer configuration and simply adhere to
3553               what is prescribed in the standard."
3554
3555         GROUP ciscoSipRetryConfigGroupRev1
3556         DESCRIPTION
3557              "This group is optional. A SIP user agent can elect to
3558               not provide any timer configuration and simply adhere to
3559               what is prescribed in the standard."
3560
3561         GROUP ciscoSipRetryStatsGroupRev1
3562         DESCRIPTION
3563              "This group is optional.  If implemented, the
3564               ciscoSipRetryConfigGroupRev1 must also be implemented."
3565
3566         GROUP ciscoSipStatsRedirStatusCodesGroup
3567         DESCRIPTION
3568              "This group is optional."
3569
3570         GROUP ciscoSipStatsClientStatusCodesGroupRev1
3571         DESCRIPTION
3572              "This group is optional."
3573
3574         GROUP ciscoSipStatsServerStatusCodesGroupRev1
3575         DESCRIPTION
3576              "This group is optional."
3577
3578         OBJECT      cSipCfgUserLocationServerAddr
3579         MIN-ACCESS  read-only
3580         DESCRIPTION
3581              "Write access is not required."
3582
3583         OBJECT      cSipCfgTransport
3584         MIN-ACCESS  read-only
3585         DESCRIPTION
3586              "Write access is not required."
3587
3588         OBJECT      cSipCfgMaxForwards
3589         MIN-ACCESS  read-only
3590         DESCRIPTION
3591              "Write access is not required."
3592
3593         GROUP ciscoSipCfgPeerGroup
3594         DESCRIPTION
3595              "This group is optional.  A SIP user agent can elect to
3596               not provide any dial peer related configuration if
3597               dial peers are not a known concept."
3598
3599    ::= { ciscoSipUaMIBCompliances 2 }
3600
3601ciscoSipComplianceRev2 MODULE-COMPLIANCE
3602    STATUS     deprecated  -- superceded by ciscoSipComplianceRev3
3603    DESCRIPTION
3604         "The compliance statement for SIP user agent entities."
3605
3606    MODULE -- this module
3607         MANDATORY-GROUPS { ciscoSipBaseConfigGroupRev2,
3608                            ciscoSipStatsInfoStatusCodesGroup,
3609                            ciscoSipStatsSuccessStatusCodesGroupRev1,
3610                            ciscoSipStatsGlobalStatusCodesGroup,
3611                            ciscoSipTrafficStatsGroupRev2 }
3612
3613         GROUP ciscoSipTimerConfigGroupRev2
3614         DESCRIPTION
3615              "This group is optional.  A SIP user agent can elect to
3616               not provide any timer configuration and simply adhere to
3617               what is prescribed in the standard."
3618
3619         GROUP ciscoSipRetryConfigGroupRev2
3620         DESCRIPTION
3621              "This group is optional. A SIP user agent can elect to
3622               not provide any timer configuration and simply adhere to
3623               what is prescribed in the standard."
3624
3625         GROUP ciscoSipRetryStatsGroupRev2
3626         DESCRIPTION
3627              "This group is optional.  If implemented, the
3628               ciscoSipRetryConfigGroupRev2 must also be implemented."
3629
3630         GROUP ciscoSipStatsRedirStatusCodesGroupRev1
3631         DESCRIPTION
3632              "This group is optional."
3633
3634         GROUP ciscoSipStatsClientStatusCodesGroupRev2
3635         DESCRIPTION
3636              "This group is optional."
3637
3638         GROUP ciscoSipStatsServerStatusCodesGroupRev1
3639         DESCRIPTION
3640              "This group is optional."
3641
3642         OBJECT      cSipCfgUserLocationServerAddr
3643         MIN-ACCESS  read-only
3644         DESCRIPTION
3645              "Write access is not required."
3646
3647         OBJECT      cSipCfgTransport
3648         MIN-ACCESS  read-only
3649         DESCRIPTION
3650              "Write access is not required."
3651
3652         OBJECT      cSipCfgMaxForwards
3653         MIN-ACCESS  read-only
3654         DESCRIPTION
3655              "Write access is not required."
3656
3657         GROUP ciscoSipCfgPeerGroup
3658         DESCRIPTION
3659              "This group is optional.  A SIP user agent can elect to
3660               not provide any dial peer related configuration if
3661               dial peers are not a known concept."
3662
3663         GROUP ciscoSipCfgAaaGroup
3664         DESCRIPTION
3665              "This group is optional.  A SIP user agent can elect to
3666               not provide any AAA related configuration if AAA is
3667               not a known concept."
3668
3669    ::= { ciscoSipUaMIBCompliances 3 }
3670
3671ciscoSipComplianceRev3 MODULE-COMPLIANCE
3672    STATUS     deprecated -- superceeded by ciscoSipComplianceRev4
3673    DESCRIPTION
3674         "The compliance statement for SIP user agent entities."
3675
3676    MODULE -- this module
3677         MANDATORY-GROUPS { ciscoSipBaseConfigGroupRev2,
3678                            ciscoSipStatsInfoStatusCodesGroup,
3679                            ciscoSipStatsSuccessStatusCodesGroupRev1,
3680                            ciscoSipStatsGlobalStatusCodesGroup,
3681                            ciscoSipTrafficStatsGroupRev2 }
3682
3683         GROUP ciscoSipTimerConfigGroupRev3
3684         DESCRIPTION
3685              "This group is optional.  A SIP user agent can elect to
3686               not provide any timer configuration and simply adhere to
3687               what is prescribed in the standard."
3688
3689         GROUP ciscoSipRetryConfigGroupRev3
3690         DESCRIPTION
3691              "This group is optional. A SIP user agent can elect to
3692               not provide any timer configuration and simply adhere to
3693               what is prescribed in the standard."
3694
3695         GROUP ciscoSipRetryStatsGroupRev3
3696         DESCRIPTION
3697              "This group is optional.  If implemented, the
3698               ciscoSipRetryConfigGroupRev3 must also be implemented."
3699
3700         GROUP ciscoSipStatsRedirStatusCodesGroupRev1
3701         DESCRIPTION
3702              "This group is optional."
3703
3704         GROUP ciscoSipStatsClientStatusCodesGroupRev2
3705         DESCRIPTION
3706              "This group is optional."
3707
3708         GROUP ciscoSipStatsServerStatusCodesGroupRev1
3709         DESCRIPTION
3710              "This group is optional."
3711
3712         OBJECT      cSipCfgUserLocationServerAddr
3713         MIN-ACCESS  read-only
3714         DESCRIPTION
3715              "Write access is not required."
3716
3717         OBJECT      cSipCfgTransport
3718         MIN-ACCESS  read-only
3719         DESCRIPTION
3720              "Write access is not required."
3721
3722         OBJECT      cSipCfgMaxForwards
3723         MIN-ACCESS  read-only
3724         DESCRIPTION
3725              "Write access is not required."
3726
3727         GROUP ciscoSipCfgPeerGroup
3728         DESCRIPTION
3729              "This group is optional.  A SIP user agent can elect to
3730               not provide any dial peer related configuration if
3731               dial peers are not a known concept."
3732
3733         GROUP ciscoSipCfgAaaGroup
3734         DESCRIPTION
3735              "This group is optional.  A SIP user agent can elect to
3736               not provide any AAA related configuration if AAA is
3737               not a known concept."
3738
3739         GROUP ciscoSipStatusCauseMapGroup
3740         DESCRIPTION
3741              "This group is optional.  A SIP user agent can elect to
3742               not provide any SIP status code to PSTN cause code
3743               mapping related configuration."
3744
3745    ::= { ciscoSipUaMIBCompliances 4 }
3746
3747ciscoSipComplianceRev4 MODULE-COMPLIANCE
3748    STATUS     deprecated -- superceeded by ciscoSipComplianceRev5
3749    DESCRIPTION
3750         "The compliance statement for SIP user agent entities."
3751
3752    MODULE -- this module
3753         MANDATORY-GROUPS { ciscoSipBaseConfigGroupRev3,
3754                            ciscoSipStatsInfoStatusCodesGroup,
3755                            ciscoSipStatsSuccessStatusCodesGroupRev2,
3756                            ciscoSipStatsGlobalStatusCodesGroup,
3757                            ciscoSipTrafficStatsGroupRev2 }
3758
3759         GROUP ciscoSipTimerConfigGroupRev3
3760         DESCRIPTION
3761              "This group is optional.  A SIP user agent can elect to
3762               not provide any timer configuration and simply adhere to
3763               what is prescribed in the standard."
3764
3765         GROUP ciscoSipRetryConfigGroupRev3
3766         DESCRIPTION
3767              "This group is optional. A SIP user agent can elect to
3768               not provide any timer configuration and simply adhere to
3769               what is prescribed in the standard."
3770
3771         GROUP ciscoSipRetryStatsGroupRev3
3772         DESCRIPTION
3773              "This group is optional.  If implemented, the
3774               ciscoSipRetryConfigGroupRev3 must also be implemented."
3775
3776         GROUP ciscoSipStatsRedirStatusCodesGroupRev1
3777         DESCRIPTION
3778              "This group is optional."
3779
3780         GROUP ciscoSipStatsClientStatusCodesGroupRev3
3781         DESCRIPTION
3782              "This group is optional."
3783
3784         GROUP ciscoSipStatsServerStatusCodesGroupRev1
3785         DESCRIPTION
3786              "This group is optional."
3787
3788         OBJECT      cSipCfgUserLocationServerAddr
3789         MIN-ACCESS  read-only
3790         DESCRIPTION
3791              "Write access is not required."
3792
3793         OBJECT      cSipCfgTransport
3794         MIN-ACCESS  read-only
3795         DESCRIPTION
3796              "Write access is not required."
3797
3798         GROUP ciscoSipCfgPeerGroup
3799         DESCRIPTION
3800              "This group is optional.  A SIP user agent can elect to
3801               not provide any dial peer related configuration if
3802               dial peers are not a known concept."
3803
3804         GROUP ciscoSipCfgAaaGroup
3805         DESCRIPTION
3806              "This group is optional.  A SIP user agent can elect to
3807               not provide any AAA related configuration if AAA is
3808               not a known concept."
3809
3810         GROUP ciscoSipStatusCauseMapGroup
3811         DESCRIPTION
3812              "This group is optional.  A SIP user agent can elect to
3813               not provide any SIP status code to PSTN cause code
3814               mapping related configuration."
3815
3816         GROUP ciscoSipStatsMiscGroup
3817         DESCRIPTION
3818              "This group is optional."
3819
3820         GROUP ciscoSipBaseIOSConfigGroup
3821         DESCRIPTION
3822              "This group is optional for non-IOS platforms but
3823               mandatory for IOS platforms."
3824
3825    ::= { ciscoSipUaMIBCompliances 5 }
3826
3827ciscoSipComplianceRev5 MODULE-COMPLIANCE
3828    STATUS     current
3829    DESCRIPTION
3830         "The compliance statement for SIP user agent entities."
3831
3832    MODULE -- this module
3833         MANDATORY-GROUPS { ciscoSipBaseConfigGroupRev3,
3834                            ciscoSipStatsInfoStatusCodesGroup,
3835                            ciscoSipStatsSuccessStatusCodesGroupRev2,
3836                            ciscoSipStatsGlobalStatusCodesGroup,
3837                            ciscoSipTrafficStatsGroupRev3 }
3838
3839         GROUP ciscoSipTimerConfigGroupRev4
3840         DESCRIPTION
3841              "This group is optional.  A SIP user agent can elect to
3842               not provide any timer configuration and simply adhere to
3843               what is prescribed in the standard."
3844
3845         GROUP ciscoSipRetryConfigGroupRev4
3846         DESCRIPTION
3847              "This group is optional. A SIP user agent can elect to
3848               not provide any timer configuration and simply adhere to
3849               what is prescribed in the standard."
3850
3851         GROUP ciscoSipRetryStatsGroupRev4
3852         DESCRIPTION
3853              "This group is optional.  If implemented, the
3854               ciscoSipRetryConfigGroupRev4 must also be implemented."
3855
3856         GROUP ciscoSipStatsRedirStatusCodesGroupRev2
3857         DESCRIPTION
3858              "This group is optional."
3859
3860         GROUP ciscoSipStatsClientStatusCodesGroupRev4
3861         DESCRIPTION
3862              "This group is optional."
3863
3864         GROUP ciscoSipStatsServerStatusCodesGroupRev1
3865         DESCRIPTION
3866              "This group is optional."
3867
3868         OBJECT      cSipCfgUserLocationServerAddr
3869         MIN-ACCESS  read-only
3870         DESCRIPTION
3871              "Write access is not required."
3872
3873         OBJECT      cSipCfgTransport
3874         MIN-ACCESS  read-only
3875         DESCRIPTION
3876              "Write access is not required."
3877
3878         GROUP ciscoSipCfgPeerGroupRev1
3879         DESCRIPTION
3880              "This group is optional.  A SIP user agent can elect to
3881               not provide any dial peer related configuration if
3882               dial peers are not a known concept."
3883
3884         GROUP ciscoSipCfgAaaGroup
3885         DESCRIPTION
3886              "This group is optional.  A SIP user agent can elect to
3887               not provide any AAA related configuration if AAA is
3888               not a known concept."
3889
3890         GROUP ciscoSipStatusCauseMapGroup
3891         DESCRIPTION
3892              "This group is optional.  A SIP user agent can elect to
3893               not provide any SIP status code to PSTN cause code
3894               mapping related configuration."
3895
3896         GROUP ciscoSipStatsMiscGroup
3897         DESCRIPTION
3898              "This group is optional."
3899
3900         GROUP ciscoSipBaseIOSConfigGroupRev1
3901         DESCRIPTION
3902              "This group is optional for non-IOS platforms but
3903               mandatory for IOS platforms."
3904
3905         GROUP ciscoSipCfgVoiceServiceVoipGroup
3906         DESCRIPTION
3907              "This group is optional."
3908
3909         GROUP ciscoSipStatsConnectionGroup
3910         DESCRIPTION
3911              "This group is optional."
3912
3913    ::= { ciscoSipUaMIBCompliances 6 }
3914
3915-- Units of Conformance
3916ciscoSipBaseConfigGroup OBJECT-GROUP
3917    OBJECTS {
3918            cSipCfgUserLocationServerAddr,
3919            cSipCfgTransport,
3920            cSipCfgVersion
3921    }
3922    STATUS  deprecated -- superceded by ciscoSipBaseConfigGroupRev1
3923    DESCRIPTION
3924         "A collection of objects providing basic SIP User Agent
3925          configuration."
3926    ::= { ciscoSipUaMIBGroups 1 }
3927
3928ciscoSipTimerConfigGroup OBJECT-GROUP
3929    OBJECTS {
3930            cSipCfgTimerTrying,
3931            cSipCfgTimerExpires,
3932            cSipCfgTimerConnect,
3933            cSipCfgTimerDisconnect
3934    }
3935    STATUS  deprecated -- superceded by ciscoSipTimerConfigGroupRev1
3936    DESCRIPTION
3937         "A collection of objects providing basic SIP User Agent
3938          timer configuration."
3939    ::= { ciscoSipUaMIBGroups 2 }
3940
3941ciscoSipRetryConfigGroup OBJECT-GROUP
3942    OBJECTS {
3943            cSipCfgRetryInvite,
3944            cSipCfgRetryBye,
3945            cSipCfgRetryCancel,
3946            cSipCfgRetryRegister,
3947            cSipCfgRetryResponse
3948    }
3949    STATUS  deprecated -- superceded by ciscoSipRetryConfigGroupRev1
3950    DESCRIPTION
3951         "A collection of objects providing basic SIP User Agent
3952          retry configuration."
3953    ::= { ciscoSipUaMIBGroups 3 }
3954
3955ciscoSipStatsInfoStatusCodesGroup OBJECT-GROUP
3956    OBJECTS {
3957            cSipStatsInfoTryingIns,
3958            cSipStatsInfoTryingOuts,
3959            cSipStatsInfoRingingIns,
3960            cSipStatsInfoRingingOuts,
3961            cSipStatsInfoForwardedIns,
3962            cSipStatsInfoForwardedOuts,
3963            cSipStatsInfoQueuedIns,
3964            cSipStatsInfoQueuedOuts,
3965            cSipStatsInfoSessionProgIns,
3966            cSipStatsInfoSessionProgOuts
3967    }
3968    STATUS  current
3969    DESCRIPTION
3970         "A collection of objects providing basic SIP User Agent
3971          Informational status code response messages statistics."
3972    ::= { ciscoSipUaMIBGroups 4 }
3973
3974ciscoSipStatsSuccessStatusCodesGroup OBJECT-GROUP
3975    OBJECTS {
3976            cSipStatsSuccessOkIns,
3977            cSipStatsSuccessOkOuts
3978    }
3979    STATUS deprecated -- superceded by
3980                      -- ciscoSipStatsSuccessStatusCodesGroupRev1
3981    DESCRIPTION
3982         "A collection of objects providing basic SIP User Agent
3983          Success status code response messages statistics."
3984    ::= { ciscoSipUaMIBGroups 5 }
3985
3986ciscoSipStatsRedirStatusCodesGroup OBJECT-GROUP
3987    OBJECTS {
3988            cSipStatsRedirMultipleChoices,
3989            cSipStatsRedirMovedPerms,
3990            cSipStatsRedirMovedTemps,
3991            cSipStatsRedirSeeOthers,
3992            cSipStatsRedirUseProxys,
3993            cSipStatsRedirAltServices
3994    }
3995    STATUS  obsolete   -- superceded by
3996                       -- ciscoSipStatsRedirStatusCodesGroupRev1
3997    DESCRIPTION
3998         "A collection of objects providing basic SIP User Agent
3999          Redirection status code response messages statistics."
4000    ::= { ciscoSipUaMIBGroups 6 }
4001
4002
4003ciscoSipStatsClientStatusCodesGroup OBJECT-GROUP
4004    OBJECTS {
4005            cSipStatsClientBadRequestIns,
4006            cSipStatsClientBadRequestOuts,
4007            cSipStatsClientUnauthorizedIns,
4008            cSipStatsClientUnauthorizedOuts,
4009            cSipStatsClientPaymentReqdIns,
4010            cSipStatsClientPaymentReqdOuts,
4011            cSipStatsClientForbiddenIns,
4012            cSipStatsClientForbiddenOuts,
4013            cSipStatsClientNotFoundIns,
4014            cSipStatsClientNotFoundOuts,
4015            cSipStatsClientMethNotAllowedIns,
4016            cSipStatsClientMethNotAllowedOuts,
4017            cSipStatsClientNotAcceptableIns,
4018            cSipStatsClientNotAcceptableOuts,
4019            cSipStatsClientProxyAuthReqdIns,
4020            cSipStatsClientProxyAuthReqdOuts,
4021            cSipStatsClientReqTimeoutIns,
4022            cSipStatsClientReqTimeoutOuts,
4023            cSipStatsClientConflictIns,
4024            cSipStatsClientConflictOuts,
4025            cSipStatsClientGoneIns,
4026            cSipStatsClientGoneOuts,
4027            cSipStatsClientLengthRequiredIns,
4028            cSipStatsClientLengthRequiredOuts,
4029            cSipStatsClientReqEntTooLargeIns,
4030            cSipStatsClientReqEntTooLargeOuts,
4031            cSipStatsClientReqURITooLargeIns,
4032            cSipStatsClientReqURITooLargeOuts,
4033            cSipStatsClientNoSupMediaTypeIns,
4034            cSipStatsClientNoSupMediaTypeOuts,
4035            cSipStatsClientBadExtensionIns,
4036            cSipStatsClientBadExtensionOuts,
4037            cSipStatsClientTempNotAvailIns,
4038            cSipStatsClientTempNotAvailOuts,
4039            cSipStatsClientCallLegNoExistIns,
4040            cSipStatsClientCallLegNoExistOuts,
4041            cSipStatsClientLoopDetectedIns,
4042            cSipStatsClientLoopDetectedOuts,
4043            cSipStatsClientTooManyHopsIns,
4044            cSipStatsClientTooManyHopsOuts,
4045            cSipStatsClientAddrIncompleteIns,
4046            cSipStatsClientAddrIncompleteOuts,
4047            cSipStatsClientAmbiguousIns,
4048            cSipStatsClientAmbiguousOuts,
4049            cSipStatsClientBusyHereIns,
4050            cSipStatsClientBusyHereOuts
4051    }
4052    STATUS  obsolete   -- superceded by
4053                       -- ciscoSipStatsClientStatusCodesGroupRev1
4054    DESCRIPTION
4055         "A collection of objects providing basic SIP User Agent
4056          Client Error status code response messages statistics."
4057    ::= { ciscoSipUaMIBGroups 7 }
4058
4059ciscoSipStatsServerStatusCodesGroup OBJECT-GROUP
4060    OBJECTS {
4061            cSipStatsServerIntErrorIns,
4062            cSipStatsServerIntErrorOuts,
4063            cSipStatsServerNotImplementedIns,
4064            cSipStatsServerNotImplementedOuts,
4065            cSipStatsServerBadGatewayIns,
4066            cSipStatsServerBadGatewayOuts,
4067            cSipStatsServerServiceUnavailIns,
4068            cSipStatsServerServiceUnavailOuts,
4069            cSipStatsServerGatewayTimeoutIns,
4070            cSipStatsServerGatewayTimeoutOuts,
4071            cSipStatsServerBadSipVersionIns,
4072            cSipStatsServerBadSipVersionOuts
4073    }
4074    STATUS  deprecated -- superceded by
4075                       -- ciscoSipStatsServerStatusCodesGroupRev1
4076    DESCRIPTION
4077         "A collection of objects providing basic SIP User Agent
4078          Server Error status code response messages statistics."
4079    ::= { ciscoSipUaMIBGroups 8 }
4080
4081ciscoSipStatsGlobalStatusCodesGroup OBJECT-GROUP
4082    OBJECTS {
4083            cSipStatsGlobalBusyEverywhereIns,
4084            cSipStatsGlobalBusyEverywhereOuts,
4085            cSipStatsGlobalDeclineIns,
4086            cSipStatsGlobalDeclineOuts,
4087            cSipStatsGlobalNotAnywhereIns,
4088            cSipStatsGlobalNotAnywhereOuts,
4089            cSipStatsGlobalNotAcceptableIns,
4090            cSipStatsGlobalNotAcceptableOuts
4091    }
4092    STATUS  current
4093    DESCRIPTION
4094         "A collection of objects providing basic SIP User Agent
4095          Global Failure status code response messages statistics."
4096    ::= { ciscoSipUaMIBGroups 9 }
4097
4098ciscoSipTrafficStatsGroup OBJECT-GROUP
4099    OBJECTS {
4100            cSipStatsTrafficInviteIns,
4101            cSipStatsTrafficInviteOuts,
4102            cSipStatsTrafficAckIns,
4103            cSipStatsTrafficAckOuts,
4104            cSipStatsTrafficByeIns,
4105            cSipStatsTrafficByeOuts,
4106            cSipStatsTrafficCancelIns,
4107            cSipStatsTrafficCancelOuts,
4108            cSipStatsTrafficOptionsIns,
4109            cSipStatsTrafficOptionsOuts,
4110            cSipStatsTrafficRegisterIns,
4111            cSipStatsTrafficRegisterOuts
4112
4113    }
4114    STATUS  deprecated -- superceded by ciscoSipTrafficStatsGroupRev1
4115    DESCRIPTION
4116         "A collection of objects providing basic SIP User Agent
4117          inbound and outbound traffic statistics."
4118    ::= { ciscoSipUaMIBGroups 10 }
4119
4120ciscoSipRetryStatsGroup OBJECT-GROUP
4121    OBJECTS {
4122            cSipStatsRetryInvites,
4123            cSipStatsRetryByes,
4124            cSipStatsRetryCancels,
4125            cSipStatsRetryRegisters,
4126            cSipStatsRetryResponses
4127    }
4128    STATUS  deprecated -- superceded by ciscoSipRetryStatsGroupRev1
4129    DESCRIPTION
4130         "A collection of objects providing basic SIP User Agent
4131          retry statistics."
4132    ::= { ciscoSipUaMIBGroups 11 }
4133
4134ciscoSipBaseConfigGroupRev1 OBJECT-GROUP
4135    OBJECTS {
4136            cSipCfgUserLocationServerAddr,
4137            cSipCfgTransport,
4138            cSipCfgVersion,
4139            cSipCfgMaxForwards
4140    }
4141    STATUS  deprecated -- superceded by ciscoSipBaseConfigGroupRev2
4142    DESCRIPTION
4143         "A collection of objects providing basic SIP User Agent
4144          configuration."
4145    ::= { ciscoSipUaMIBGroups 12 }
4146
4147ciscoSipTimerConfigGroupRev1 OBJECT-GROUP
4148    OBJECTS {
4149            cSipCfgTimerTrying,
4150            cSipCfgTimerExpires,
4151            cSipCfgTimerConnect,
4152            cSipCfgTimerDisconnect,
4153            cSipCfgTimerPrack,
4154            cSipCfgTimerComet,
4155            cSipCfgTimerReliableRsp
4156    }
4157    STATUS  deprecated -- superceded by ciscoSipTimerConfigGroupRev2
4158    DESCRIPTION
4159         "A collection of objects providing basic SIP User Agent
4160          timer configuration."
4161    ::= { ciscoSipUaMIBGroups 13 }
4162
4163ciscoSipRetryConfigGroupRev1 OBJECT-GROUP
4164    OBJECTS {
4165            cSipCfgRetryInvite,
4166            cSipCfgRetryBye,
4167            cSipCfgRetryCancel,
4168            cSipCfgRetryRegister,
4169            cSipCfgRetryResponse,
4170            cSipCfgRetryPrack,
4171            cSipCfgRetryComet,
4172            cSipCfgRetryReliableRsp
4173    }
4174    STATUS  deprecated -- superceded by ciscoSipRetryConfigGroupRev2
4175    DESCRIPTION
4176         "A collection of objects providing basic SIP User Agent
4177          retry configuration."
4178    ::= { ciscoSipUaMIBGroups 14 }
4179
4180ciscoSipTrafficStatsGroupRev1 OBJECT-GROUP
4181    OBJECTS {
4182            cSipStatsTrafficInviteIns,
4183            cSipStatsTrafficInviteOuts,
4184            cSipStatsTrafficAckIns,
4185            cSipStatsTrafficAckOuts,
4186            cSipStatsTrafficByeIns,
4187            cSipStatsTrafficByeOuts,
4188            cSipStatsTrafficCancelIns,
4189            cSipStatsTrafficCancelOuts,
4190            cSipStatsTrafficOptionsIns,
4191            cSipStatsTrafficOptionsOuts,
4192            cSipStatsTrafficRegisterIns,
4193            cSipStatsTrafficRegisterOuts,
4194            cSipStatsTrafficCometIns,
4195            cSipStatsTrafficCometOuts,
4196            cSipStatsTrafficPrackIns,
4197            cSipStatsTrafficPrackOuts
4198    }
4199    STATUS  deprecated -- superceded by ciscoSipTrafficStatsGroupRev2
4200    DESCRIPTION
4201         "A collection of objects providing basic SIP User Agent
4202          inbound and outbound traffic statistics."
4203    ::= { ciscoSipUaMIBGroups 15 }
4204
4205ciscoSipStatsServerStatusCodesGroupRev1 OBJECT-GROUP
4206    OBJECTS {
4207            cSipStatsServerIntErrorIns,
4208            cSipStatsServerIntErrorOuts,
4209            cSipStatsServerNotImplementedIns,
4210            cSipStatsServerNotImplementedOuts,
4211            cSipStatsServerBadGatewayIns,
4212            cSipStatsServerBadGatewayOuts,
4213            cSipStatsServerServiceUnavailIns,
4214            cSipStatsServerServiceUnavailOuts,
4215            cSipStatsServerGatewayTimeoutIns,
4216            cSipStatsServerGatewayTimeoutOuts,
4217            cSipStatsServerBadSipVersionIns,
4218            cSipStatsServerBadSipVersionOuts,
4219            cSipStatsServerPrecondFailureIns,
4220            cSipStatsServerPrecondFailureOuts
4221    }
4222    STATUS  current
4223    DESCRIPTION
4224         "A collection of objects providing basic SIP User Agent
4225          Server Error status code response messages statistics."
4226    ::= { ciscoSipUaMIBGroups 16 }
4227
4228ciscoSipRetryStatsGroupRev1 OBJECT-GROUP
4229    OBJECTS {
4230            cSipStatsRetryInvites,
4231            cSipStatsRetryByes,
4232            cSipStatsRetryCancels,
4233            cSipStatsRetryRegisters,
4234            cSipStatsRetryResponses,
4235            cSipStatsRetryPracks,
4236            cSipStatsRetryComets,
4237            cSipStatsRetryReliable1xxRsps
4238    }
4239    STATUS  deprecated -- superceded by ciscoSipRetryStatsGroupRev2
4240    DESCRIPTION
4241         "A collection of objects providing basic SIP User Agent
4242          retry statistics."
4243    ::= { ciscoSipUaMIBGroups 17 }
4244
4245ciscoSipStatsClientStatusCodesGroupRev1 OBJECT-GROUP
4246    OBJECTS {
4247            cSipStatsClientBadRequestIns,
4248            cSipStatsClientBadRequestOuts,
4249            cSipStatsClientUnauthorizedIns,
4250            cSipStatsClientUnauthorizedOuts,
4251            cSipStatsClientPaymentReqdIns,
4252            cSipStatsClientPaymentReqdOuts,
4253            cSipStatsClientForbiddenIns,
4254            cSipStatsClientForbiddenOuts,
4255            cSipStatsClientNotFoundIns,
4256            cSipStatsClientNotFoundOuts,
4257            cSipStatsClientMethNotAllowedIns,
4258            cSipStatsClientMethNotAllowedOuts,
4259            cSipStatsClientNotAcceptableIns,
4260            cSipStatsClientNotAcceptableOuts,
4261            cSipStatsClientProxyAuthReqdIns,
4262            cSipStatsClientProxyAuthReqdOuts,
4263            cSipStatsClientReqTimeoutIns,
4264            cSipStatsClientReqTimeoutOuts,
4265            cSipStatsClientConflictIns,
4266            cSipStatsClientConflictOuts,
4267            cSipStatsClientGoneIns,
4268            cSipStatsClientGoneOuts,
4269            cSipStatsClientLengthRequiredIns,
4270            cSipStatsClientLengthRequiredOuts,
4271            cSipStatsClientReqEntTooLargeIns,
4272            cSipStatsClientReqEntTooLargeOuts,
4273            cSipStatsClientReqURITooLargeIns,
4274            cSipStatsClientReqURITooLargeOuts,
4275            cSipStatsClientNoSupMediaTypeIns,
4276            cSipStatsClientNoSupMediaTypeOuts,
4277            cSipStatsClientBadExtensionIns,
4278            cSipStatsClientBadExtensionOuts,
4279            cSipStatsClientTempNotAvailIns,
4280            cSipStatsClientTempNotAvailOuts,
4281            cSipStatsClientCallLegNoExistIns,
4282            cSipStatsClientCallLegNoExistOuts,
4283            cSipStatsClientLoopDetectedIns,
4284            cSipStatsClientLoopDetectedOuts,
4285            cSipStatsClientTooManyHopsIns,
4286            cSipStatsClientTooManyHopsOuts,
4287            cSipStatsClientAddrIncompleteIns,
4288            cSipStatsClientAddrIncompleteOuts,
4289            cSipStatsClientAmbiguousIns,
4290            cSipStatsClientAmbiguousOuts,
4291            cSipStatsClientBusyHereIns,
4292            cSipStatsClientBusyHereOuts,
4293            cSipStatsClientReqTermIns,
4294            cSipStatsClientReqTermOuts,
4295            cSipStatsClientNoAcceptHereIns,
4296            cSipStatsClientNoAcceptHereOuts
4297    }
4298    STATUS  obsolete -- superceded by
4299                       -- ciscoSipStatsClientStatusCodesGroupRev2
4300    DESCRIPTION
4301         "A collection of objects providing basic SIP User Agent
4302          Client Error status code response messages statistics."
4303    ::= { ciscoSipUaMIBGroups 18 }
4304
4305ciscoSipCfgPeerGroup OBJECT-GROUP
4306    OBJECTS {
4307            cSipCfgPeerOutSessionTransport,
4308            cSipCfgPeerReliable1xxRspStr,
4309            cSipCfgPeerReliable1xxRspHdr,
4310            cSipCfgPeerUrlType,
4311            cSipCfgOutSessionTransport,
4312            cSipCfgReliable1xxRspStr,
4313            cSipCfgReliable1xxRspHdr,
4314            cSipCfgUrlType
4315    }
4316    STATUS  deprecated -- superceded by ciscoSipCfgPeerGroupRev1
4317    DESCRIPTION
4318         "A collection of objects providing SIP related configuration
4319          of Dial Peers."
4320    ::= { ciscoSipUaMIBGroups 19 }
4321
4322ciscoSipBaseConfigGroupRev2 OBJECT-GROUP
4323    OBJECTS {
4324            cSipCfgUserLocationServerAddr,
4325            cSipCfgTransport,
4326            cSipCfgVersion,
4327            cSipCfgMaxForwards,
4328            cSipCfgBindSrcAddrInterface,
4329            cSipCfgBindSrcAddrScope,
4330            cSipCfgDnsSrvQueryStringFormat
4331    }
4332    STATUS  deprecated -- superceded by ciscoSipBaseConfigGroupRev3
4333    DESCRIPTION
4334         "A collection of objects providing basic SIP User Agent
4335          configuration."
4336    ::= { ciscoSipUaMIBGroups 20 }
4337
4338ciscoSipStatusCauseMapGroup OBJECT-GROUP
4339    OBJECTS {
4340            cSipCfgPstnCause,
4341            cSipCfgStatusCauseStoreStatus,
4342            cSipCfgStatusCode,
4343            cSipCfgCauseStatusStoreStatus
4344    }
4345    STATUS  current
4346    DESCRIPTION
4347         "A collection of objects providing SIP status code to
4348          PSTN cause code mapping configuration."
4349    ::= { ciscoSipUaMIBGroups 21 }
4350
4351ciscoSipTrafficStatsGroupRev2 OBJECT-GROUP
4352    OBJECTS {
4353            cSipStatsTrafficInviteIns,
4354            cSipStatsTrafficInviteOuts,
4355            cSipStatsTrafficAckIns,
4356            cSipStatsTrafficAckOuts,
4357            cSipStatsTrafficByeIns,
4358            cSipStatsTrafficByeOuts,
4359            cSipStatsTrafficCancelIns,
4360            cSipStatsTrafficCancelOuts,
4361            cSipStatsTrafficOptionsIns,
4362            cSipStatsTrafficOptionsOuts,
4363            cSipStatsTrafficRegisterIns,
4364            cSipStatsTrafficRegisterOuts,
4365            cSipStatsTrafficCometIns,
4366            cSipStatsTrafficCometOuts,
4367            cSipStatsTrafficPrackIns,
4368            cSipStatsTrafficPrackOuts,
4369            cSipStatsTrafficReferIns,
4370            cSipStatsTrafficReferOuts,
4371            cSipStatsTrafficNotifyIns,
4372            cSipStatsTrafficNotifyOuts,
4373            cSipStatsTrafficInfoIns,
4374            cSipStatsTrafficInfoOuts,
4375            cSipStatsTrafficSubscribeIns,
4376            cSipStatsTrafficSubscribeOuts
4377    }
4378    STATUS  deprecated -- superceded by ciscoSipTrafficStatsGroupRev3
4379    DESCRIPTION
4380         "A collection of objects providing basic SIP User Agent
4381          inbound and outbound traffic statistics."
4382    ::= { ciscoSipUaMIBGroups 22 }
4383
4384ciscoSipStatsSuccessStatusCodesGroupRev1 OBJECT-GROUP
4385    OBJECTS {
4386            cSipStatsSuccessOkIns,
4387            cSipStatsSuccessOkOuts,
4388            cSipStatsSuccessAcceptedIns,
4389            cSipStatsSuccessAcceptedOuts
4390    }
4391    STATUS  deprecated -- superceded by
4392                       -- ciscoSipStatsSuccessStatusCodesGroupRev2
4393    DESCRIPTION
4394         "A collection of objects providing basic SIP User Agent
4395          Success status code response messages statistics."
4396    ::= { ciscoSipUaMIBGroups 23 }
4397
4398ciscoSipTimerConfigGroupRev2 OBJECT-GROUP
4399    OBJECTS {
4400            cSipCfgTimerTrying,
4401            cSipCfgTimerExpires,
4402            cSipCfgTimerConnect,
4403            cSipCfgTimerDisconnect,
4404            cSipCfgTimerPrack,
4405            cSipCfgTimerComet,
4406            cSipCfgTimerReliableRsp,
4407            cSipCfgTimerNotify
4408    }
4409    STATUS  deprecated -- superceded by ciscoSipTimerConfigGroupRev3
4410    DESCRIPTION
4411         "A collection of objects providing basic SIP User Agent
4412          timer configuration."
4413    ::= { ciscoSipUaMIBGroups 24 }
4414
4415ciscoSipRetryConfigGroupRev2 OBJECT-GROUP
4416    OBJECTS {
4417            cSipCfgRetryInvite,
4418            cSipCfgRetryBye,
4419            cSipCfgRetryCancel,
4420            cSipCfgRetryRegister,
4421            cSipCfgRetryResponse,
4422            cSipCfgRetryPrack,
4423            cSipCfgRetryComet,
4424            cSipCfgRetryReliableRsp,
4425            cSipCfgRetryNotify
4426    }
4427    STATUS  deprecated -- superceded by ciscoSipRetryConfigGroupRev3
4428    DESCRIPTION
4429         "A collection of objects providing basic SIP User Agent
4430          retry configuration."
4431    ::= { ciscoSipUaMIBGroups 25 }
4432
4433ciscoSipRetryStatsGroupRev2 OBJECT-GROUP
4434    OBJECTS {
4435            cSipStatsRetryInvites,
4436            cSipStatsRetryByes,
4437            cSipStatsRetryCancels,
4438            cSipStatsRetryRegisters,
4439            cSipStatsRetryResponses,
4440            cSipStatsRetryPracks,
4441            cSipStatsRetryComets,
4442            cSipStatsRetryReliable1xxRsps,
4443            cSipStatsRetryNotifys
4444    }
4445    STATUS  deprecated -- superceded by ciscoSipRetryStatsGroupRev3
4446    DESCRIPTION
4447         "A collection of objects providing basic SIP User Agent
4448          retry statistics."
4449    ::= { ciscoSipUaMIBGroups 26 }
4450
4451ciscoSipCfgAaaGroup OBJECT-GROUP
4452    OBJECTS {
4453            cSipCfgAaaUsername
4454    }
4455    STATUS  current
4456    DESCRIPTION
4457         "A collection of objects providing SIP related configuration
4458          for AAA."
4459    ::= { ciscoSipUaMIBGroups 27 }
4460
4461ciscoSipStatsClientStatusCodesGroupRev2 OBJECT-GROUP
4462    OBJECTS {
4463            cSipStatsClientBadRequestIns,
4464            cSipStatsClientBadRequestOuts,
4465            cSipStatsClientUnauthorizedIns,
4466            cSipStatsClientUnauthorizedOuts,
4467            cSipStatsClientPaymentReqdIns,
4468            cSipStatsClientPaymentReqdOuts,
4469            cSipStatsClientForbiddenIns,
4470            cSipStatsClientForbiddenOuts,
4471            cSipStatsClientNotFoundIns,
4472            cSipStatsClientNotFoundOuts,
4473            cSipStatsClientMethNotAllowedIns,
4474            cSipStatsClientMethNotAllowedOuts,
4475            cSipStatsClientNotAcceptableIns,
4476            cSipStatsClientNotAcceptableOuts,
4477            cSipStatsClientProxyAuthReqdIns,
4478            cSipStatsClientProxyAuthReqdOuts,
4479            cSipStatsClientReqTimeoutIns,
4480            cSipStatsClientReqTimeoutOuts,
4481            cSipStatsClientConflictIns,
4482            cSipStatsClientConflictOuts,
4483            cSipStatsClientGoneIns,
4484            cSipStatsClientGoneOuts,
4485            cSipStatsClientReqEntTooLargeIns,
4486            cSipStatsClientReqEntTooLargeOuts,
4487            cSipStatsClientReqURITooLargeIns,
4488            cSipStatsClientReqURITooLargeOuts,
4489            cSipStatsClientNoSupMediaTypeIns,
4490            cSipStatsClientNoSupMediaTypeOuts,
4491            cSipStatsClientBadExtensionIns,
4492            cSipStatsClientBadExtensionOuts,
4493            cSipStatsClientTempNotAvailIns,
4494            cSipStatsClientTempNotAvailOuts,
4495            cSipStatsClientCallLegNoExistIns,
4496            cSipStatsClientCallLegNoExistOuts,
4497            cSipStatsClientLoopDetectedIns,
4498            cSipStatsClientLoopDetectedOuts,
4499            cSipStatsClientTooManyHopsIns,
4500            cSipStatsClientTooManyHopsOuts,
4501            cSipStatsClientAddrIncompleteIns,
4502            cSipStatsClientAddrIncompleteOuts,
4503            cSipStatsClientAmbiguousIns,
4504            cSipStatsClientAmbiguousOuts,
4505            cSipStatsClientBusyHereIns,
4506            cSipStatsClientBusyHereOuts,
4507            cSipStatsClientReqTermIns,
4508            cSipStatsClientReqTermOuts,
4509            cSipStatsClientNoAcceptHereIns,
4510            cSipStatsClientNoAcceptHereOuts,
4511            cSipStatsClientBadEventIns,
4512            cSipStatsClientBadEventOuts
4513    }
4514    STATUS  deprecated -- superceded by
4515                       -- ciscoSipStatsClientStatusCodesGroupRev3
4516    DESCRIPTION
4517         "A collection of objects providing basic SIP User Agent
4518          Client Error status code response messages statistics."
4519    ::= { ciscoSipUaMIBGroups 28 }
4520
4521ciscoSipStatsRedirStatusCodesGroupRev1 OBJECT-GROUP
4522    OBJECTS {
4523            cSipStatsRedirMultipleChoices,
4524            cSipStatsRedirMovedPerms,
4525            cSipStatsRedirMovedTemps,
4526            cSipStatsRedirUseProxys,
4527            cSipStatsRedirAltServices
4528    }
4529    STATUS  deprecated
4530            -- superceded by ciscoSipStatsRedirStatusCodesGroupRev2
4531    DESCRIPTION
4532         "A collection of objects providing basic SIP User Agent
4533          Redirection status code response messages statistics."
4534    ::= { ciscoSipUaMIBGroups 29 }
4535
4536ciscoSipTimerConfigGroupRev3 OBJECT-GROUP
4537    OBJECTS {
4538            cSipCfgTimerTrying,
4539            cSipCfgTimerExpires,
4540            cSipCfgTimerConnect,
4541            cSipCfgTimerDisconnect,
4542            cSipCfgTimerPrack,
4543            cSipCfgTimerComet,
4544            cSipCfgTimerReliableRsp,
4545            cSipCfgTimerNotify,
4546            cSipCfgTimerRefer
4547    }
4548    STATUS  deprecated -- superceded by ciscoSipTimerConfigGroupRev4
4549    DESCRIPTION
4550         "A collection of objects providing basic SIP User Agent
4551          timer configuration."
4552    ::= { ciscoSipUaMIBGroups 30 }
4553
4554ciscoSipRetryConfigGroupRev3 OBJECT-GROUP
4555    OBJECTS {
4556            cSipCfgRetryInvite,
4557            cSipCfgRetryBye,
4558            cSipCfgRetryCancel,
4559            cSipCfgRetryRegister,
4560            cSipCfgRetryResponse,
4561            cSipCfgRetryPrack,
4562            cSipCfgRetryComet,
4563            cSipCfgRetryReliableRsp,
4564            cSipCfgRetryNotify,
4565            cSipCfgRetryRefer
4566    }
4567    STATUS  deprecated -- superceded by ciscoSipRetryConfigGroupRev4
4568    DESCRIPTION
4569         "A collection of objects providing basic SIP User Agent
4570          retry configuration."
4571    ::= { ciscoSipUaMIBGroups 31 }
4572
4573ciscoSipRetryStatsGroupRev3 OBJECT-GROUP
4574    OBJECTS {
4575            cSipStatsRetryInvites,
4576            cSipStatsRetryByes,
4577            cSipStatsRetryCancels,
4578            cSipStatsRetryRegisters,
4579            cSipStatsRetryResponses,
4580            cSipStatsRetryPracks,
4581            cSipStatsRetryComets,
4582            cSipStatsRetryReliable1xxRsps,
4583            cSipStatsRetryNotifys,
4584            cSipStatsRetryRefers
4585    }
4586    STATUS  deprecated -- superceded by ciscoSipRetryStatsGroupRev4
4587    DESCRIPTION
4588         "A collection of objects providing basic SIP User Agent
4589          retry statistics."
4590    ::= { ciscoSipUaMIBGroups 32 }
4591
4592ciscoSipStatsSuccessStatusCodesGroupRev2 OBJECT-GROUP
4593    OBJECTS {
4594            cSipStatsSuccessAcceptedIns,
4595            cSipStatsSuccessAcceptedOuts,
4596            cSipStatsSuccessOkInbounds,
4597            cSipStatsSuccessOkOutbounds
4598    }
4599    STATUS  current
4600    DESCRIPTION
4601         "A collection of objects providing basic SIP User Agent
4602          Success status code response messages statistics."
4603    ::= { ciscoSipUaMIBGroups 33 }
4604
4605ciscoSipBaseConfigGroupRev3 OBJECT-GROUP
4606    OBJECTS {
4607            cSipCfgUserLocationServerAddr,
4608            cSipCfgTransport,
4609            cSipCfgVersion
4610    }
4611    STATUS  current
4612    DESCRIPTION
4613         "A collection of objects providing basic SIP User Agent
4614          configuration."
4615    ::= { ciscoSipUaMIBGroups 34 }
4616
4617ciscoSipStatsClientStatusCodesGroupRev3 OBJECT-GROUP
4618    OBJECTS {
4619            cSipStatsClientBadRequestIns,
4620            cSipStatsClientBadRequestOuts,
4621            cSipStatsClientUnauthorizedIns,
4622            cSipStatsClientUnauthorizedOuts,
4623            cSipStatsClientPaymentReqdIns,
4624            cSipStatsClientPaymentReqdOuts,
4625            cSipStatsClientForbiddenIns,
4626            cSipStatsClientForbiddenOuts,
4627            cSipStatsClientNotFoundIns,
4628            cSipStatsClientNotFoundOuts,
4629            cSipStatsClientMethNotAllowedIns,
4630            cSipStatsClientMethNotAllowedOuts,
4631            cSipStatsClientNotAcceptableIns,
4632            cSipStatsClientNotAcceptableOuts,
4633            cSipStatsClientProxyAuthReqdIns,
4634            cSipStatsClientProxyAuthReqdOuts,
4635            cSipStatsClientReqTimeoutIns,
4636            cSipStatsClientReqTimeoutOuts,
4637            cSipStatsClientConflictIns,
4638            cSipStatsClientConflictOuts,
4639            cSipStatsClientGoneIns,
4640            cSipStatsClientGoneOuts,
4641            cSipStatsClientReqEntTooLargeIns,
4642            cSipStatsClientReqEntTooLargeOuts,
4643            cSipStatsClientReqURITooLargeIns,
4644            cSipStatsClientReqURITooLargeOuts,
4645            cSipStatsClientNoSupMediaTypeIns,
4646            cSipStatsClientNoSupMediaTypeOuts,
4647            cSipStatsClientBadExtensionIns,
4648            cSipStatsClientBadExtensionOuts,
4649            cSipStatsClientTempNotAvailIns,
4650            cSipStatsClientTempNotAvailOuts,
4651            cSipStatsClientCallLegNoExistIns,
4652            cSipStatsClientCallLegNoExistOuts,
4653            cSipStatsClientLoopDetectedIns,
4654            cSipStatsClientLoopDetectedOuts,
4655            cSipStatsClientTooManyHopsIns,
4656            cSipStatsClientTooManyHopsOuts,
4657            cSipStatsClientAddrIncompleteIns,
4658            cSipStatsClientAddrIncompleteOuts,
4659            cSipStatsClientAmbiguousIns,
4660            cSipStatsClientAmbiguousOuts,
4661            cSipStatsClientBusyHereIns,
4662            cSipStatsClientBusyHereOuts,
4663            cSipStatsClientReqTermIns,
4664            cSipStatsClientReqTermOuts,
4665            cSipStatsClientNoAcceptHereIns,
4666            cSipStatsClientNoAcceptHereOuts,
4667            cSipStatsClientBadEventIns,
4668            cSipStatsClientBadEventOuts,
4669            cSipStatsClientSTTooSmallIns,
4670            cSipStatsClientSTTooSmallOuts
4671    }
4672    STATUS  deprecated
4673            -- superceded by ciscoSipStatsClientStatusCodesGroupRev4
4674    DESCRIPTION
4675         "A collection of objects providing basic SIP User Agent
4676          Client Error status code response messages statistics."
4677    ::= { ciscoSipUaMIBGroups 35 }
4678
4679ciscoSipStatsMiscGroup OBJECT-GROUP
4680    OBJECTS {
4681            cSipStatsMisc3xxMappedTo4xxRsps
4682    }
4683    STATUS  current
4684    DESCRIPTION
4685         "A collection of objects providing miscellaneous SIP User
4686          Agent statistics."
4687    ::= { ciscoSipUaMIBGroups 36 }
4688
4689ciscoSipBaseIOSConfigGroup OBJECT-GROUP
4690    OBJECTS {
4691            cSipCfgMaxForwards,
4692            cSipCfgBindSrcAddrInterface,
4693            cSipCfgBindSrcAddrScope,
4694            cSipCfgDnsSrvQueryStringFormat,
4695            cSipCfgRedirectionDisabled,
4696            cSipCfgTimerSessionTimer,
4697            cSipCfgEarlyMediaCutThruDisabled,
4698            cSipCfgSymNatEnabled,
4699            cSipCfgSymNatDirectionRole
4700    }
4701    STATUS  deprecated -- superceded by ciscoSipBaseIOSConfigGroupRev1
4702    DESCRIPTION
4703         "A collection of objects providing basic SIP User Agent
4704          configuration for SIP user agents in IOS."
4705    ::= { ciscoSipUaMIBGroups 37 }
4706
4707ciscoSipTrafficStatsGroupRev3 OBJECT-GROUP
4708    OBJECTS {
4709            cSipStatsTrafficInviteIns,
4710            cSipStatsTrafficInviteOuts,
4711            cSipStatsTrafficAckIns,
4712            cSipStatsTrafficAckOuts,
4713            cSipStatsTrafficByeIns,
4714            cSipStatsTrafficByeOuts,
4715            cSipStatsTrafficCancelIns,
4716            cSipStatsTrafficCancelOuts,
4717            cSipStatsTrafficOptionsIns,
4718            cSipStatsTrafficOptionsOuts,
4719            cSipStatsTrafficRegisterIns,
4720            cSipStatsTrafficRegisterOuts,
4721            cSipStatsTrafficCometIns,
4722            cSipStatsTrafficCometOuts,
4723            cSipStatsTrafficPrackIns,
4724            cSipStatsTrafficPrackOuts,
4725            cSipStatsTrafficReferIns,
4726            cSipStatsTrafficReferOuts,
4727            cSipStatsTrafficNotifyIns,
4728            cSipStatsTrafficNotifyOuts,
4729            cSipStatsTrafficInfoIns,
4730            cSipStatsTrafficInfoOuts,
4731            cSipStatsTrafficSubscribeIns,
4732            cSipStatsTrafficSubscribeOuts,
4733            cSipStatsTrafficUpdateIns,
4734            cSipStatsTrafficUpdateOuts
4735    }
4736    STATUS  current
4737    DESCRIPTION
4738         "A collection of objects providing basic SIP User Agent
4739          inbound and outbound traffic statistics."
4740    ::= { ciscoSipUaMIBGroups 38 }
4741
4742ciscoSipStatsRedirStatusCodesGroupRev2 OBJECT-GROUP
4743    OBJECTS {
4744            cSipStatsRedirMultipleChoices,
4745            cSipStatsRedirMovedPerms,
4746            cSipStatsRedirUseProxys,
4747            cSipStatsRedirAltServices,
4748            cSipStatsRedirMovedTempsIns,
4749            cSipStatsRedirMovedTempsOuts
4750    }
4751    STATUS  current
4752    DESCRIPTION
4753         "A collection of objects providing basic SIP User Agent
4754          Redirection status code response messages statistics."
4755    ::= { ciscoSipUaMIBGroups 39 }
4756
4757ciscoSipTimerConfigGroupRev4 OBJECT-GROUP
4758    OBJECTS {
4759            cSipCfgTimerTrying,
4760            cSipCfgTimerExpires,
4761            cSipCfgTimerConnect,
4762            cSipCfgTimerDisconnect,
4763            cSipCfgTimerPrack,
4764            cSipCfgTimerComet,
4765            cSipCfgTimerReliableRsp,
4766            cSipCfgTimerNotify,
4767            cSipCfgTimerRefer,
4768            cSipCfgTimerHold,
4769            cSipCfgTimerInfo,
4770            cSipCfgTimerConnectionAging,
4771            cSipCfgTimerBufferInvite
4772    }
4773    STATUS  current
4774    DESCRIPTION
4775         "A collection of objects providing basic SIP User Agent
4776          timer configuration."
4777    ::= { ciscoSipUaMIBGroups 40 }
4778
4779ciscoSipRetryStatsGroupRev4 OBJECT-GROUP
4780    OBJECTS {
4781            cSipStatsRetryInvites,
4782            cSipStatsRetryByes,
4783            cSipStatsRetryCancels,
4784            cSipStatsRetryRegisters,
4785            cSipStatsRetryResponses,
4786            cSipStatsRetryPracks,
4787            cSipStatsRetryComets,
4788            cSipStatsRetryReliable1xxRsps,
4789            cSipStatsRetryNotifys,
4790            cSipStatsRetryRefers,
4791            cSipStatsRetryInfo,
4792            cSipStatsRetrySubscribe
4793    }
4794    STATUS  current
4795    DESCRIPTION
4796         "A collection of objects providing basic SIP User Agent
4797          retry statistics."
4798    ::= { ciscoSipUaMIBGroups 41 }
4799
4800ciscoSipBaseIOSConfigGroupRev1 OBJECT-GROUP
4801    OBJECTS {
4802            cSipCfgMaximumForwards,
4803            cSipCfgDnsSrvQueryStringFormat,
4804            cSipCfgRedirectionDisabled,
4805            cSipCfgTimerSessionTimer,
4806            cSipCfgEarlyMediaCutThruDisabled,
4807            cSipCfgSymNatEnabled,
4808            cSipCfgSymNatDirectionRole,
4809            cSipCfgBindSourceAddrInterface,
4810            cSipCfgSuspendResumeEnabled,
4811            cSipCfgOfferCallHold,
4812            cSipCfgReasonHeaderOveride
4813    }
4814    STATUS  current
4815    DESCRIPTION
4816         "A collection of objects providing basic SIP User Agent
4817          configuration for SIP user agents in IOS."
4818    ::= { ciscoSipUaMIBGroups 42 }
4819
4820ciscoSipStatsClientStatusCodesGroupRev4 OBJECT-GROUP
4821    OBJECTS {
4822            cSipStatsClientBadRequestIns,
4823            cSipStatsClientBadRequestOuts,
4824            cSipStatsClientUnauthorizedIns,
4825            cSipStatsClientUnauthorizedOuts,
4826            cSipStatsClientPaymentReqdIns,
4827            cSipStatsClientPaymentReqdOuts,
4828            cSipStatsClientForbiddenIns,
4829            cSipStatsClientForbiddenOuts,
4830            cSipStatsClientNotFoundIns,
4831            cSipStatsClientNotFoundOuts,
4832            cSipStatsClientMethNotAllowedIns,
4833            cSipStatsClientMethNotAllowedOuts,
4834            cSipStatsClientNotAcceptableIns,
4835            cSipStatsClientNotAcceptableOuts,
4836            cSipStatsClientProxyAuthReqdIns,
4837            cSipStatsClientProxyAuthReqdOuts,
4838            cSipStatsClientReqTimeoutIns,
4839            cSipStatsClientReqTimeoutOuts,
4840            cSipStatsClientConflictIns,
4841            cSipStatsClientConflictOuts,
4842            cSipStatsClientGoneIns,
4843            cSipStatsClientGoneOuts,
4844            cSipStatsClientReqEntTooLargeIns,
4845            cSipStatsClientReqEntTooLargeOuts,
4846            cSipStatsClientReqURITooLargeIns,
4847            cSipStatsClientReqURITooLargeOuts,
4848            cSipStatsClientNoSupMediaTypeIns,
4849            cSipStatsClientNoSupMediaTypeOuts,
4850            cSipStatsClientBadExtensionIns,
4851            cSipStatsClientBadExtensionOuts,
4852            cSipStatsClientTempNotAvailIns,
4853            cSipStatsClientTempNotAvailOuts,
4854            cSipStatsClientCallLegNoExistIns,
4855            cSipStatsClientCallLegNoExistOuts,
4856            cSipStatsClientLoopDetectedIns,
4857            cSipStatsClientLoopDetectedOuts,
4858            cSipStatsClientTooManyHopsIns,
4859            cSipStatsClientTooManyHopsOuts,
4860            cSipStatsClientAddrIncompleteIns,
4861            cSipStatsClientAddrIncompleteOuts,
4862            cSipStatsClientAmbiguousIns,
4863            cSipStatsClientAmbiguousOuts,
4864            cSipStatsClientBusyHereIns,
4865            cSipStatsClientBusyHereOuts,
4866            cSipStatsClientReqTermIns,
4867            cSipStatsClientReqTermOuts,
4868            cSipStatsClientNoAcceptHereIns,
4869            cSipStatsClientNoAcceptHereOuts,
4870            cSipStatsClientBadEventIns,
4871            cSipStatsClientBadEventOuts,
4872            cSipStatsClientSTTooSmallIns,
4873            cSipStatsClientSTTooSmallOuts,
4874            cSipStatsClientReqPendingIns,
4875            cSipStatsClientReqPendingOuts
4876    }
4877    STATUS  current
4878    DESCRIPTION
4879         "A collection of objects providing basic SIP User Agent
4880          Client Error status code response messages statistics."
4881    ::= { ciscoSipUaMIBGroups 43 }
4882
4883ciscoSipRetryConfigGroupRev4 OBJECT-GROUP
4884    OBJECTS {
4885            cSipCfgRetryInvite,
4886            cSipCfgRetryBye,
4887            cSipCfgRetryCancel,
4888            cSipCfgRetryRegister,
4889            cSipCfgRetryResponse,
4890            cSipCfgRetryPrack,
4891            cSipCfgRetryComet,
4892            cSipCfgRetryReliableRsp,
4893            cSipCfgRetryNotify,
4894            cSipCfgRetryRefer,
4895            cSipCfgRetryInfo,
4896            cSipCfgRetrySubscribe
4897    }
4898    STATUS  current
4899    DESCRIPTION
4900         "A collection of objects providing basic SIP User Agent
4901          retry configuration."
4902    ::= { ciscoSipUaMIBGroups 44 }
4903
4904ciscoSipCfgPeerGroupRev1 OBJECT-GROUP
4905    OBJECTS {
4906            cSipCfgPeerOutSessionTransport,
4907            cSipCfgPeerReliable1xxRspStr,
4908            cSipCfgPeerReliable1xxRspHdr,
4909            cSipCfgPeerUrlType,
4910            cSipCfgOutSessionTransport,
4911            cSipCfgReliable1xxRspStr,
4912            cSipCfgReliable1xxRspHdr,
4913            cSipCfgUrlType,
4914            cSipCfgPeerSwitchTransEnabled
4915    }
4916    STATUS  current
4917    DESCRIPTION
4918         "A collection of objects providing SIP related configuration
4919          of Dial Peers."
4920    ::= { ciscoSipUaMIBGroups 45 }
4921
4922ciscoSipCfgVoiceServiceVoipGroup OBJECT-GROUP
4923    OBJECTS {
4924            cSipCfgHeaderPassingEnabled,
4925            cSipCfgMaxSubscriptionAccept,
4926            cSipCfgMaxSubscriptionOriginate,
4927            cSipCfgSwitchTransportEnabled
4928    }
4929    STATUS  current
4930    DESCRIPTION
4931         "A collection of objects providing SIP related configuration
4932          of Voice Service VoIP."
4933    ::= { ciscoSipUaMIBGroups 46 }
4934
4935ciscoSipStatsConnectionGroup OBJECT-GROUP
4936    OBJECTS {
4937            cSipStatsConnTCPSendFailures,
4938            cSipStatsConnUDPSendFailures,
4939            cSipStatsConnTCPRemoteClosures,
4940            cSipStatsConnUDPCreateFailures,
4941            cSipStatsConnTCPCreateFailures,
4942            cSipStatsConnUDPInactiveTimeouts,
4943            cSipStatsConnTCPInactiveTimeouts,
4944            cSipStatsActiveUDPConnections,
4945            cSipStatsActiveTCPConnections
4946    }
4947    STATUS  current
4948    DESCRIPTION
4949         "A collection of objects providing basic SIP User Agent
4950          Transport Connection statistics."
4951    ::= { ciscoSipUaMIBGroups 47 }
4952END
4953