1-- *****************************************************************
2-- CISCO-H225-MIB.my: H225 MIB file
3--
4-- February 2004   Paari Elangovan
5--
6-- Copyright (c) 2000-2004 by Cisco Systems, Inc.
7-- All rights reserved.
8-- *****************************************************************
9
10CISCO-H225-MIB DEFINITIONS ::= BEGIN
11
12IMPORTS
13        MODULE-IDENTITY,
14        OBJECT-TYPE,
15        Counter32
16                FROM SNMPv2-SMI
17        TEXTUAL-CONVENTION,
18        DisplayString
19                FROM SNMPv2-TC
20        MODULE-COMPLIANCE,
21        OBJECT-GROUP
22                FROM SNMPv2-CONF
23        ciscoMgmt
24                FROM CISCO-SMI;
25
26ciscoH225MIB MODULE-IDENTITY
27        LAST-UPDATED    "200411240000Z"
28        ORGANIZATION    "Cisco Systems, Inc."
29        CONTACT-INFO
30                "       Cisco Systems
31                        Customer Service
32
33                Postal: 170 W. Tasman Drive
34                        San Jose, CA  95134
35                        USA
36
37                Tel: +1 800 553-NETS
38
39                E-mail: cs-h323@cisco.com"
40        DESCRIPTION
41                "Cisco H225 MIB module. This module consists of H225
42                call signaling and H225 RAS (Registration, Admission
43                and Status). These are protocols specified by H323
44                for transmission of real-time audio, video and data
45                over packet-based networks.
46
47                H225 call signaling is used to set up connections
48                between H323 endpoints such as terminals and gateways,
49                over which the real-time data can be transported.
50
51                H225 RAS is the protocol between endpoints (terminals
52                and gateways) and gatekeepers."
53        REVISION  "200411240000Z"
54        DESCRIPTION
55                "Added Disconnection Cause Codes to the MIB as
56                 separate table."
57        REVISION  "200403150000Z"
58        DESCRIPTION
59                "Initial version of this MIB module."
60
61        ::= { ciscoMgmt 397 }
62
63--
64--********************************************************************
65-- H225 MIB objects definitions
66
67
68--********************************************************************
69--
70
71h225MIBObjects OBJECT IDENTIFIER ::= { ciscoH225MIB 1 }
72
73h225CallSignal              OBJECT IDENTIFIER ::= { h225MIBObjects 1 }
74
75h225Ras                     OBJECT IDENTIFIER ::= { h225MIBObjects 2 }
76
77h225MIBConformance          OBJECT IDENTIFIER ::= { h225MIBObjects 3 }
78
79h225DisconnectCauseCode     OBJECT IDENTIFIER ::= { h225MIBObjects 4 }
80
81--
82--********************************************************************
83-- TEXTUAL-CONVENTION
84--********************************************************************
85--
86CauseCodeType ::= TEXTUAL-CONVENTION
87        STATUS       current
88        DESCRIPTION
89            "The decimal value of the cause code representing the
90             cause for disconnection."
91        REFERENCE    "ITU-T Q.931"
92        SYNTAX      INTEGER{
93             unallocatedNumber(1),
94             noRouteToSpecifiedTransitNetwork(2),
95             noRouteToDestination(3),
96             sendSpecialInformationTone(4),
97             misdialledTrunkPrefix(5),
98             channelUnacceptable(6),
99             callAwardedAndDelivered(7),
100             preemption(8),
101             preemptionCircuitReserved(9),
102             glare(15),
103             normalCallClearing(16),
104             userBusy(17),
105             noUserResponding(18),
106             noAnswerFromUser(19),
107             subscriberAbsent(20),
108             callRejected(21),
109             numberChanged(22),
110             redirectionToNewDestination(23),
111             exchangeRoutingError(25),
112             nonSelectedUserClearing(26),
113             destinationOutOfOrder(27),
114             invalidNumberORAddressIncomplete(28),
115             facilityRejected(29),
116             responseToSTATUSENQUIRY(30),
117             normalUnspecified(31),
118             nocircuitORchannelAvailable(34),
119             requestedVPCIorVCINotAvailable(35),
120             vpciORvciAssignmentFailure(36),
121             cellRateNotAvailable(37),
122             networkOutOfOrder(38),
123             permanentFrameModeOutOfService(39),
124             permanentFrameModeOperational(40),
125             temporaryFailure(41),
126             switchingEquipmentCongestion(42),
127             accessInformationDiscarded(43),
128             noRequestedCircuitORchannel(44),
129             noVPCIorVCIAvailable(45),
130             precedenceCallBlocked(46),
131             resourceUnavailableUnspecified(47),
132             qualityOfServiceNotAvailable(49),
133             requestedFacilityNotSubscribed(50),
134             outgoingCallsBarredWithinCUG(53),
135             incomingCallsBarredWithinCUG(55),
136             bearerCapabilityNotAuthorized(57),
137             bearerCapabilityNotAvailable(58),
138             inconsistencyInOutgoingInfo(62),
139             noServiceOROption(63),
140             bearerCapabilityNotImplemented(65),
141             channelTypeNotImplemented(66),
142             requestedFacilityNotImplemented(69),
143             onlyRestrictedDigitalInfoBC(70),
144             serviceOROptionNotImplemented(79),
145             invalidCallReferenceValue(81),
146             identifiedChannelDoesNotExist(82),
147             callExistsButCallIdentityDoesNot(83),
148             callIdentityInUse(84),
149             noCallSuspended(85),
150             requestedCallIdentityCleared(86),
151             userNotMemberOfCUG(87),
152             incompatibleDestination(88),
153             nonExistentCUG(90),
154             invalidTransitNetworkSelection(91),
155             allParametersNotSupported(93),
156             invalidMessageUnspecified(95),
157             mandatoryInfoElementMissing(96),
158             messageTypeNotImplemented(97),
159             messageInCompatible(98),
160             infoElementORNotImplemented(99),
161             invalidInfoElementContents(100),
162             messageInCompatibleCallState(101),
163             recoveryOnTimerExpiry(102),
164             nonImplementedParamPassedon(103),
165             unrecognizedParamMSGDiscarded(110),
166             protocolErrorUnspecified(111),
167             noVoiceResource(126),
168             interworkingUnspecified(127),
169             nextNodeUnreachable(128),
170             htspmOutOfService(129),
171             dtlTransitNotNodeId(160),
172             noDSPChannel(170),
173             codecIncompatible(171),
174             dspError(172),
175             glaringSwitchPRI(180),
176             sipUndefinedMapped(250),
177             sipUndefinedUnmapped(251),
178             unknownCauseCodeType(256)
179}
180
181
182--
183--********************************************************************
184-- H225 Call Signal Group
185--********************************************************************
186--
187
188--
189--********************************************************************
190-- H225 Call Signal Statistics
191--********************************************************************
192--
193
194h225CallSignalStats         OBJECT IDENTIFIER ::= { h225CallSignal 1}
195
196
197h225CallSignalStatsSetupIns OBJECT-TYPE
198        SYNTAX      Counter32
199        MAX-ACCESS  read-only
200        STATUS      current
201        DESCRIPTION
202            "The number of Setup messages received by this entity."
203        ::= { h225CallSignalStats 1 }
204
205h225CallSignalStatsSetupOuts OBJECT-TYPE
206        SYNTAX      Counter32
207        MAX-ACCESS  read-only
208        STATUS      current
209        DESCRIPTION
210            "The number of Setup messages sent by this entity."
211        ::= { h225CallSignalStats 2 }
212
213h225CallSignalStatsSetupFails OBJECT-TYPE
214        SYNTAX      Counter32
215        MAX-ACCESS  read-only
216        STATUS      current
217        DESCRIPTION
218            "The number of Setup messages that could not be sent by
219            this entity."
220        ::= { h225CallSignalStats 3 }
221
222h225CallSignalStatsSetupConfIns OBJECT-TYPE
223        SYNTAX      Counter32
224        MAX-ACCESS  read-only
225        STATUS      current
226        DESCRIPTION
227            "The number of Setup Confirmation messages received by
228            this entity. Processing this message on receipt is
229            optional."
230        ::= { h225CallSignalStats 4 }
231
232h225CallSignalStatsSetupConfOuts OBJECT-TYPE
233        SYNTAX      Counter32
234        MAX-ACCESS  read-only
235        STATUS      current
236        DESCRIPTION
237            "The number of Setup Confirmation messages sent by this
238            entity."
239        ::= { h225CallSignalStats 5 }
240
241h225CallSignalStatsSetupConFails OBJECT-TYPE
242        SYNTAX      Counter32
243        MAX-ACCESS  read-only
244        STATUS      current
245        DESCRIPTION
246            "The number of Setup Confirmation messages that could not
247            be sent by this entity."
248        ::= { h225CallSignalStats 6 }
249
250h225CallSignalStatsAlertingIns OBJECT-TYPE
251        SYNTAX      Counter32
252        MAX-ACCESS  read-only
253        STATUS      current
254        DESCRIPTION
255            "The number of alerting messages received by this entity."
256        ::= { h225CallSignalStats 7 }
257
258h225CallSignalStatsAlertingOuts OBJECT-TYPE
259        SYNTAX      Counter32
260        MAX-ACCESS  read-only
261        STATUS      current
262        DESCRIPTION
263            "The number of alerting messages sent by this entity."
264        ::= { h225CallSignalStats 8 }
265
266h225CallSignalStatsAlertingFails OBJECT-TYPE
267        SYNTAX      Counter32
268        MAX-ACCESS  read-only
269        STATUS      current
270        DESCRIPTION
271            "The number of alerting messages that could not be sent by
272            this entity."
273        ::= { h225CallSignalStats 9 }
274
275h225CallSignalStatsProgIns OBJECT-TYPE
276        SYNTAX      Counter32
277        MAX-ACCESS  read-only
278        STATUS      current
279        DESCRIPTION
280            "The number of Progress messages received by this entity."
281        ::= { h225CallSignalStats 10 }
282
283h225CallSignalStatsProgOuts OBJECT-TYPE
284        SYNTAX      Counter32
285        MAX-ACCESS  read-only
286        STATUS      current
287        DESCRIPTION
288            "The number of Progress messages sent by this entity."
289        ::= { h225CallSignalStats 11 }
290
291h225CallSignalStatsProgFails OBJECT-TYPE
292        SYNTAX      Counter32
293        MAX-ACCESS  read-only
294        STATUS      current
295        DESCRIPTION
296            "The number of Progress messages that could not be sent by
297            this entity."
298        ::= { h225CallSignalStats 12 }
299
300h225CallSignalStatsCallProcsIns OBJECT-TYPE
301        SYNTAX      Counter32
302        MAX-ACCESS  read-only
303        STATUS      current
304        DESCRIPTION
305            "The number of Call Proceeding messages received by this
306            entity."
307        ::= { h225CallSignalStats 13 }
308
309h225CallSignalStatsCallProcsOuts OBJECT-TYPE
310        SYNTAX      Counter32
311        MAX-ACCESS  read-only
312        STATUS      current
313        DESCRIPTION
314            "The number of Call Proceeding messages sent by this
315            entity."
316        ::= { h225CallSignalStats 14 }
317
318h225CallSignalStatsCallProcFails OBJECT-TYPE
319        SYNTAX      Counter32
320        MAX-ACCESS  read-only
321        STATUS      current
322        DESCRIPTION
323            "The number of Call Proceeding messages that could not be
324            sent by is entity."
325        ::= { h225CallSignalStats 15 }
326
327h225CallSignalStatsNotifyIns OBJECT-TYPE
328        SYNTAX      Counter32
329        MAX-ACCESS  read-only
330        STATUS      current
331        DESCRIPTION
332            "The number of Notify messages received by this entity."
333        ::= { h225CallSignalStats 16 }
334
335h225CallSignalStatsNotifyOuts OBJECT-TYPE
336        SYNTAX      Counter32
337        MAX-ACCESS  read-only
338        STATUS      current
339        DESCRIPTION
340            "The number of Notify messages sent by this entity."
341        ::= { h225CallSignalStats 17 }
342
343h225CallSignalStatsNotifyFails OBJECT-TYPE
344        SYNTAX      Counter32
345        MAX-ACCESS  read-only
346        STATUS      current
347        DESCRIPTION
348            "The number of Notify messages that could not be sent by
349            this entity."
350        ::= { h225CallSignalStats 18 }
351
352h225CallSignalStatsInfoIns OBJECT-TYPE
353        SYNTAX      Counter32
354        MAX-ACCESS  read-only
355        STATUS      current
356        DESCRIPTION
357            "The number of Information messages received by this
358            entity."
359        ::= { h225CallSignalStats 19 }
360
361h225CallSignalStatsInfoOuts OBJECT-TYPE
362        SYNTAX      Counter32
363        MAX-ACCESS  read-only
364        STATUS      current
365        DESCRIPTION
366            "The number of Information messages sent by this entity."
367        ::= { h225CallSignalStats 20 }
368
369h225CallSignalStatsInfoFails OBJECT-TYPE
370        SYNTAX      Counter32
371        MAX-ACCESS  read-only
372        STATUS      current
373        DESCRIPTION
374            "The number of Information messages that could not be
375            sent by this entity."
376        ::= { h225CallSignalStats 21 }
377
378h225CallSignalStatsUserInfoIns OBJECT-TYPE
379        SYNTAX      Counter32
380        MAX-ACCESS  read-only
381        STATUS      current
382        DESCRIPTION
383            "The number of User Information messages received by this
384            entity."
385        ::= { h225CallSignalStats 22 }
386
387h225CallSignalStatsUserInfoOuts OBJECT-TYPE
388        SYNTAX      Counter32
389        MAX-ACCESS  read-only
390        STATUS      current
391        DESCRIPTION
392            "The number of User Information messages sent by this
393            entity."
394        ::= { h225CallSignalStats 23 }
395
396h225CallSignalStatsUserInfoFails OBJECT-TYPE
397        SYNTAX      Counter32
398        MAX-ACCESS  read-only
399        STATUS      current
400        DESCRIPTION
401            "The number of User Information messages that could not be
402            sent by is entity."
403        ::= { h225CallSignalStats 24 }
404
405h225CallSignalStatsFacilityIns OBJECT-TYPE
406        SYNTAX      Counter32
407        MAX-ACCESS  read-only
408        STATUS      current
409        DESCRIPTION
410            "The number of Facility messages received by this entity."
411        ::= { h225CallSignalStats 25 }
412
413h225CallSignalStatsFacilityOuts OBJECT-TYPE
414        SYNTAX      Counter32
415        MAX-ACCESS  read-only
416        STATUS      current
417        DESCRIPTION
418            "The number of Facility messages sent by this entity."
419        ::= { h225CallSignalStats 26 }
420
421h225CallSignalStatsFacilityFails OBJECT-TYPE
422        SYNTAX      Counter32
423        MAX-ACCESS  read-only
424        STATUS      current
425        DESCRIPTION
426            "The number of Facility messages that could not be sent by
427            this entity."
428        ::= { h225CallSignalStats 27 }
429
430h225CallSignalStatsReleaseIns OBJECT-TYPE
431        SYNTAX      Counter32
432        MAX-ACCESS  read-only
433        STATUS      current
434        DESCRIPTION
435            "The number of Release Complete messages received by this
436            entity."
437        ::= { h225CallSignalStats 28 }
438
439h225CallSignalStatsReleaseOuts OBJECT-TYPE
440        SYNTAX      Counter32
441        MAX-ACCESS  read-only
442        STATUS      current
443        DESCRIPTION
444            "The number of Release Complete messages sent by this
445            entity."
446        ::= { h225CallSignalStats 29 }
447
448h225CallSignalStatsReleaseFails OBJECT-TYPE
449        SYNTAX      Counter32
450        MAX-ACCESS  read-only
451        STATUS      current
452        DESCRIPTION
453            "The number of Release Complete messages that could not
454            be sent by this entity."
455        ::= { h225CallSignalStats 30 }
456
457h225CallSignalStatsRejectIns OBJECT-TYPE
458        SYNTAX      Counter32
459        MAX-ACCESS  read-only
460        STATUS      current
461        DESCRIPTION
462            "The number of Reject messages received by this entity."
463        ::= { h225CallSignalStats 31 }
464
465h225CallSignalStatsRejectOuts OBJECT-TYPE
466        SYNTAX      Counter32
467        MAX-ACCESS  read-only
468        STATUS      current
469        DESCRIPTION
470            "The number of Reject messages sent by this entity."
471        ::= { h225CallSignalStats 32 }
472
473h225CallSignalStatsRejectFails OBJECT-TYPE
474        SYNTAX      Counter32
475        MAX-ACCESS  read-only
476        STATUS      current
477        DESCRIPTION
478            "The number of Reject messages that could not be sent by
479
480            this entity."
481        ::= { h225CallSignalStats 33 }
482
483h225CallSignalStatsPassthroIns OBJECT-TYPE
484        SYNTAX      Counter32
485        MAX-ACCESS  read-only
486        STATUS      current
487        DESCRIPTION
488            "The number of Passthrough messages received by this
489            entity."
490        ::= { h225CallSignalStats 34 }
491
492h225CallSignalStatsPassthroOuts OBJECT-TYPE
493        SYNTAX      Counter32
494        MAX-ACCESS  read-only
495        STATUS      current
496        DESCRIPTION
497            "The number of Passthrough messages sent by this entity."
498        ::= { h225CallSignalStats 35 }
499
500h225CallSignalStatsPassthroFails OBJECT-TYPE
501        SYNTAX      Counter32
502        MAX-ACCESS  read-only
503        STATUS      current
504        DESCRIPTION
505            "The number of Passthrough messages that could not be sent
506            by this entity."
507        ::= { h225CallSignalStats 36 }
508
509--
510--********************************************************************
511-- H225 Registration Admission and Status Group
512--********************************************************************
513--
514
515--
516--********************************************************************
517-- H225 RAS Statistics
518--********************************************************************
519--
520
521h225RasStats OBJECT IDENTIFIER ::= { h225Ras 1}
522
523
524h225RasStatsGkDiscoveryReqIns OBJECT-TYPE
525        SYNTAX      Counter32
526        MAX-ACCESS  read-only
527        STATUS      current
528        DESCRIPTION
529            "The number of Gate Keeper Discovery requests received by
530            this entity."
531        ::= { h225RasStats 1 }
532
533h225RasStatsGkDiscoveryReqOuts OBJECT-TYPE
534        SYNTAX      Counter32
535        MAX-ACCESS  read-only
536        STATUS      current
537        DESCRIPTION
538            "The number of Gate Keeper Discovery requests sent by this
539            entity."
540        ::= { h225RasStats 2 }
541
542h225RasStatsGkDiscoveryConfIns OBJECT-TYPE
543        SYNTAX      Counter32
544        MAX-ACCESS  read-only
545        STATUS      current
546        DESCRIPTION
547            "The number of Gate Keeper Discovery confirmations
548            received by this entity."
549        ::= { h225RasStats 3 }
550
551h225RasStatsGkDiscoveryConfOuts OBJECT-TYPE
552        SYNTAX      Counter32
553        MAX-ACCESS  read-only
554        STATUS      current
555        DESCRIPTION
556            "The number of Gate Keeper Discovery confirmations sent by
557            this entity."
558        ::= { h225RasStats 4 }
559
560h225RasStatsGkDiscoveryRejectIns OBJECT-TYPE
561        SYNTAX      Counter32
562        MAX-ACCESS  read-only
563        STATUS      current
564        DESCRIPTION
565            "The number of Gate Keeper Discovery rejects received by
566            this entity."
567        ::= { h225RasStats 5 }
568
569h225RasStatsGkDiscoveryRejOuts OBJECT-TYPE
570        SYNTAX      Counter32
571        MAX-ACCESS  read-only
572        STATUS      current
573        DESCRIPTION
574            "The number of Gate Keeper Discovery rejects sent by this
575            entity."
576        ::= { h225RasStats 6 }
577
578h225RasStatsRegistrationReqIns OBJECT-TYPE
579        SYNTAX      Counter32
580        MAX-ACCESS  read-only
581        STATUS      current
582        DESCRIPTION
583            "The number of Registration requests received by this
584            entity."
585        ::= { h225RasStats 7 }
586
587h225RasStatsRegistrationReqOuts OBJECT-TYPE
588        SYNTAX      Counter32
589        MAX-ACCESS  read-only
590        STATUS      current
591        DESCRIPTION
592            "The number of Registration requests sent by this entity."
593        ::= { h225RasStats 8 }
594
595h225RasStatsRegistrationConfIns OBJECT-TYPE
596        SYNTAX      Counter32
597        MAX-ACCESS  read-only
598        STATUS      current
599        DESCRIPTION
600            "The number of Registration confirmations received by this
601            entity."
602        ::= { h225RasStats 9 }
603
604h225RasStatsRegistrationConfOuts OBJECT-TYPE
605        SYNTAX      Counter32
606        MAX-ACCESS  read-only
607        STATUS      current
608        DESCRIPTION
609            "The number of Registration confirmations sent by this
610            entity."
611        ::= { h225RasStats 10 }
612
613h225RasStatsRegistrationRejIns OBJECT-TYPE
614        SYNTAX      Counter32
615        MAX-ACCESS  read-only
616        STATUS      current
617        DESCRIPTION
618            "The number of Registration rejects received by this
619            entity."
620        ::= { h225RasStats 11 }
621
622h225RasStatsRegistrationRejOuts OBJECT-TYPE
623        SYNTAX      Counter32
624        MAX-ACCESS  read-only
625        STATUS      current
626        DESCRIPTION
627            "The number of Registration rejects sent by this entity."
628        ::= { h225RasStats 12 }
629
630h225RasStatsAdmissionReqIns OBJECT-TYPE
631        SYNTAX      Counter32
632        MAX-ACCESS  read-only
633        STATUS      current
634        DESCRIPTION
635            "The number of Admission requests received by this entity."
636        ::= { h225RasStats 13 }
637
638h225RasStatsAdmissionReqOuts OBJECT-TYPE
639        SYNTAX      Counter32
640        MAX-ACCESS  read-only
641        STATUS      current
642        DESCRIPTION
643            "The number of Admission requests sent by this entity."
644        ::= { h225RasStats 14 }
645
646h225RasStatsAdmissionConfirmIns OBJECT-TYPE
647        SYNTAX      Counter32
648        MAX-ACCESS  read-only
649        STATUS      current
650        DESCRIPTION
651            "The number of Admission confirmations received by this
652            entity."
653        ::= { h225RasStats 15 }
654
655h225RasStatsAdmissionConfirmOuts OBJECT-TYPE
656        SYNTAX      Counter32
657        MAX-ACCESS  read-only
658        STATUS      current
659        DESCRIPTION
660            "The number of Admission confirmations sent by this entity."
661        ::= { h225RasStats 16 }
662
663h225RasStatsAdmissionRejectIns OBJECT-TYPE
664        SYNTAX      Counter32
665        MAX-ACCESS  read-only
666        STATUS      current
667        DESCRIPTION
668            "The number of Admission rejects received by this entity."
669        ::= { h225RasStats 17 }
670
671h225RasStatsAdmissionRejectOuts OBJECT-TYPE
672        SYNTAX      Counter32
673        MAX-ACCESS  read-only
674        STATUS      current
675        DESCRIPTION
676            "The number of Admission rejects sent by this entity."
677        ::= { h225RasStats 18 }
678
679h225RasStatsBandwidthReqIns OBJECT-TYPE
680        SYNTAX      Counter32
681        MAX-ACCESS  read-only
682        STATUS      current
683        DESCRIPTION
684            "The number of Bandwidth requests received by this entity."
685        ::= { h225RasStats 19 }
686
687h225RasStatsBandwidthReqOuts OBJECT-TYPE
688        SYNTAX      Counter32
689        MAX-ACCESS  read-only
690        STATUS      current
691        DESCRIPTION
692            "The number of Bandwidth requests sent by this entity."
693        ::= { h225RasStats 20 }
694
695h225RasStatsBandwidthConfirmIns OBJECT-TYPE
696        SYNTAX      Counter32
697        MAX-ACCESS  read-only
698        STATUS      current
699        DESCRIPTION
700            "The number of Bandwidth confirmations received by this
701            entity."
702        ::= { h225RasStats 21 }
703
704h225RasStatsBandwidthConfirmOuts OBJECT-TYPE
705        SYNTAX      Counter32
706        MAX-ACCESS  read-only
707        STATUS      current
708        DESCRIPTION
709            "The number of Bandwidth confirmations sent by this entity."
710        ::= { h225RasStats 22 }
711
712h225RasStatsBandwidthRejectIns OBJECT-TYPE
713        SYNTAX      Counter32
714        MAX-ACCESS  read-only
715        STATUS      current
716        DESCRIPTION
717            "The number of Bandwidth rejects received by this entity."
718        ::= { h225RasStats 23 }
719
720h225RasStatsBandwidthRejectOuts OBJECT-TYPE
721        SYNTAX      Counter32
722        MAX-ACCESS  read-only
723        STATUS      current
724        DESCRIPTION
725            "The number of Bandwidth rejects sent by this entity."
726        ::= { h225RasStats 24 }
727
728h225RasStatsDisengageReqIns OBJECT-TYPE
729        SYNTAX      Counter32
730        MAX-ACCESS  read-only
731        STATUS      current
732        DESCRIPTION
733            "The number of Disengage requests received by this entity."
734        ::= { h225RasStats 25 }
735
736h225RasStatsDisengageReqOuts OBJECT-TYPE
737        SYNTAX      Counter32
738        MAX-ACCESS  read-only
739        STATUS      current
740        DESCRIPTION
741            "The number of Disengage requests sent by this entity."
742        ::= { h225RasStats 26 }
743
744h225RasStatsDisengageConfirmIns OBJECT-TYPE
745        SYNTAX      Counter32
746        MAX-ACCESS  read-only
747        STATUS      current
748        DESCRIPTION
749            "The number of Disengage confirmations received by this
750            entity."
751        ::= { h225RasStats 27 }
752
753h225RasStatsDisengageConfirmOuts OBJECT-TYPE
754        SYNTAX      Counter32
755        MAX-ACCESS  read-only
756        STATUS      current
757        DESCRIPTION
758            "The number of Disengage confirmations sent by this
759            entity."
760        ::= { h225RasStats 28 }
761
762h225RasStatsDisengageRejectIns OBJECT-TYPE
763        SYNTAX      Counter32
764        MAX-ACCESS  read-only
765        STATUS      current
766        DESCRIPTION
767            "The number of Disengage rejects received by this entity."
768        ::= { h225RasStats 29 }
769
770h225RasStatsDisengageRejectOuts OBJECT-TYPE
771        SYNTAX      Counter32
772        MAX-ACCESS  read-only
773        STATUS      current
774        DESCRIPTION
775            "The number of Disengage rejects sent by this entity."
776        ::= { h225RasStats 30 }
777
778h225RasStatsUnregisterReqIns OBJECT-TYPE
779        SYNTAX      Counter32
780        MAX-ACCESS  read-only
781        STATUS      current
782        DESCRIPTION
783            "The number of Unregister requests received by this
784            entity."
785        ::= { h225RasStats 31 }
786
787h225RasStatsUnregisterReqOuts OBJECT-TYPE
788        SYNTAX      Counter32
789        MAX-ACCESS  read-only
790        STATUS      current
791        DESCRIPTION
792            "The number of Unregister requests sent by this entity."
793        ::= { h225RasStats 32 }
794
795h225RasStatsUnregisterConfirmIns OBJECT-TYPE
796        SYNTAX      Counter32
797        MAX-ACCESS  read-only
798        STATUS      current
799        DESCRIPTION
800            "The number of Unregister confirmations received by this
801            entity."
802        ::= { h225RasStats 33 }
803
804h225RasStatsUnregisterConfOuts OBJECT-TYPE
805        SYNTAX      Counter32
806        MAX-ACCESS  read-only
807        STATUS      current
808        DESCRIPTION
809            "The number of Unregister confirmations sent by this
810            entity."
811        ::= { h225RasStats 34 }
812
813h225RasStatsUnregisterRejectIns OBJECT-TYPE
814        SYNTAX      Counter32
815        MAX-ACCESS  read-only
816        STATUS      current
817        DESCRIPTION
818            "The number of Unregister rejects received by this entity."
819        ::= { h225RasStats 35 }
820
821h225RasStatsUnregisterRejectOuts OBJECT-TYPE
822        SYNTAX      Counter32
823        MAX-ACCESS  read-only
824        STATUS      current
825        DESCRIPTION
826            "The number of Unregister rejects sent by this entity."
827        ::= { h225RasStats 36 }
828
829h225RasStatsResourceAvailIndIns OBJECT-TYPE
830        SYNTAX      Counter32
831        MAX-ACCESS  read-only
832        STATUS      current
833        DESCRIPTION
834            "The number of Resource Availability Indications received
835            by this entity."
836        ::= { h225RasStats 37 }
837
838h225RasStatsResourceAvailIndOuts OBJECT-TYPE
839        SYNTAX      Counter32
840        MAX-ACCESS  read-only
841        STATUS      current
842        DESCRIPTION
843            "The number of Resource Availability Indications sent by
844            this entity."
845        ::= { h225RasStats 38 }
846
847h225RasStatsResourceAvailConfIns OBJECT-TYPE
848        SYNTAX      Counter32
849        MAX-ACCESS  read-only
850        STATUS      current
851        DESCRIPTION
852            "The number of Resource Availability Indication
853            confirmations received by this entity."
854        ::= { h225RasStats 39 }
855
856h225RasStatsResourceAvailConOuts OBJECT-TYPE
857        SYNTAX      Counter32
858        MAX-ACCESS  read-only
859        STATUS      current
860        DESCRIPTION
861            "The number of Resource Availability Indication
862            confirmations sent by this entity."
863        ::= { h225RasStats 40 }
864
865h225RasStatsRequestInProgIns OBJECT-TYPE
866        SYNTAX      Counter32
867        MAX-ACCESS  read-only
868        STATUS      current
869        DESCRIPTION
870            "The number of Request In Progress requests received by
871            this entity."
872        ::= { h225RasStats 41 }
873
874h225RasStatsRequestInProgOuts OBJECT-TYPE
875        SYNTAX      Counter32
876        MAX-ACCESS  read-only
877        STATUS      current
878        DESCRIPTION
879            "The number of Request In Progress requests sent by this
880            entity."
881        ::= { h225RasStats 42 }
882
883--
884--********************************************************************
885-- H225 Disconnect Cause code Group
886--********************************************************************
887--
888
889--
890--********************************************************************
891-- H225 Disconnect Cause code Table
892--********************************************************************
893--
894
895h225DisconnectCauseCodeTable OBJECT-TYPE
896	  SYNTAX       SEQUENCE OF H225DisconnectCauseCodeEntry
897	  MAX-ACCESS   not-accessible
898	  STATUS       current
899	  DESCRIPTION
900              "The list of disconnect cause codes that the H.323
901               subsystem has received. A disconnect can originate
902               either from the far-end gateway or from the opposite
903               call leg on the local gateway. Whenever a disconnect
904               occurs the entry in the table will be updated by the
905               agent. The cause for disconnect is mapped to one of
906               cause codes and if an entry for the cause code exists
907               in the table, number of disconnects is incremented for
908               that entry, otherwise a new entry is made with cause
909               code as index."
910	 ::= {h225DisconnectCauseCode 1}
911
912h225DisconnectCauseCodeEntry OBJECT-TYPE
913	  SYNTAX       H225DisconnectCauseCodeEntry
914	  MAX-ACCESS   not-accessible
915	  STATUS       current
916	  DESCRIPTION
917              "The table entry consists of an entry for each cause
918               code. This entry consists of cause code, description
919               of the code and number of disconnects that have been
920               received from the opposite call leg on the local gateway
921               and far-end H323 gateway. "
922	  INDEX        { h225CauseCode }
923	  ::= {h225DisconnectCauseCodeTable 1}
924
925H225DisconnectCauseCodeEntry ::= SEQUENCE {
926	  h225CauseCode                  CauseCodeType,
927	  h225CauseCodeDescription       DisplayString,
928	  h225FromOtherPeerDisconnects   Counter32,
929	  h225FromH323PeerDisconnects    Counter32
930}
931
932h225CauseCode OBJECT-TYPE
933	  SYNTAX       CauseCodeType
934	  MAX-ACCESS   not-accessible
935	  STATUS       current
936	  DESCRIPTION
937              "The decimal value of the cause code representing
938               the cause for disconnection."
939          REFERENCE    "ITU-T Q.931"
940	  ::= {h225DisconnectCauseCodeEntry 1}
941
942h225CauseCodeDescription OBJECT-TYPE
943	  SYNTAX      DisplayString
944	  MAX-ACCESS  read-only
945	  STATUS      current
946	  DESCRIPTION
947              "The object contains the textual description of
948               the cause code"
949	  ::= {h225DisconnectCauseCodeEntry 2}
950
951h225FromOtherPeerDisconnects OBJECT-TYPE
952	  SYNTAX      Counter32
953	  MAX-ACCESS  read-only
954	  STATUS      current
955	  DESCRIPTION
956              "Number of disconnects that have been received from
957               the opposite call leg on the local gateway for the
958               cause code(for example, from PRI T1 POTS peer or
959               a Foreign exchange station [FXS]POTS peer)"
960	  ::= {h225DisconnectCauseCodeEntry 3}
961
962h225FromH323PeerDisconnects OBJECT-TYPE
963	  SYNTAX      Counter32
964	  MAX-ACCESS  read-only
965	  STATUS      current
966	  DESCRIPTION
967              "Number of disconnects that have been received from
968               the far-end H323 gateway for the cause code"
969	  ::= {h225DisconnectCauseCodeEntry 4}
970
971--
972--********************************************************************
973-- H225 MIB Conformance and Compliance
974--********************************************************************
975--
976
977h225MIBCompliances OBJECT IDENTIFIER ::= { h225MIBConformance 1 }
978
979h225MIBGroups      OBJECT IDENTIFIER ::= { h225MIBConformance 2 }
980
981--
982--********************************************************************
983-- H225 MIB Compliance
984--********************************************************************
985--
986
987
988h225MIBCompliance MODULE-COMPLIANCE
989        STATUS      deprecated
990        DESCRIPTION
991            "The compliance statement for entities which
992             implement the CISCO-H225-MIB"
993        MODULE      -- this module
994        MANDATORY-GROUPS
995            { h225CallSignalStatsGroup, h225RasStatsGroup }
996        ::= { h225MIBCompliances 1 }
997
998h225MIBComplianceRev1 MODULE-COMPLIANCE
999        STATUS      current
1000        DESCRIPTION
1001            "The compliance statement for entities which
1002             implement the CISCO-H225-MIB"
1003        MODULE      -- this module
1004        MANDATORY-GROUPS
1005            { h225CallSignalStatsGroup, h225RasStatsGroup,
1006              h225DisconnectCauseCodeGroup }
1007        ::= { h225MIBCompliances 2 }
1008
1009--
1010--********************************************************************
1011-- H225 MIB Groups
1012--********************************************************************
1013--
1014
1015h225CallSignalStatsGroup OBJECT-GROUP
1016        OBJECTS {
1017            h225CallSignalStatsSetupIns,
1018            h225CallSignalStatsSetupOuts,
1019            h225CallSignalStatsSetupFails,
1020            h225CallSignalStatsSetupConfIns,
1021            h225CallSignalStatsSetupConfOuts,
1022            h225CallSignalStatsSetupConFails,
1023            h225CallSignalStatsAlertingIns,
1024            h225CallSignalStatsAlertingOuts,
1025            h225CallSignalStatsAlertingFails,
1026            h225CallSignalStatsProgIns,
1027            h225CallSignalStatsProgOuts,
1028            h225CallSignalStatsProgFails,
1029            h225CallSignalStatsCallProcsIns,
1030            h225CallSignalStatsCallProcsOuts,
1031            h225CallSignalStatsCallProcFails,
1032            h225CallSignalStatsNotifyIns,
1033            h225CallSignalStatsNotifyOuts,
1034            h225CallSignalStatsNotifyFails,
1035            h225CallSignalStatsInfoIns,
1036            h225CallSignalStatsInfoOuts,
1037            h225CallSignalStatsInfoFails,
1038            h225CallSignalStatsUserInfoIns,
1039            h225CallSignalStatsUserInfoOuts,
1040            h225CallSignalStatsUserInfoFails,
1041            h225CallSignalStatsFacilityIns,
1042            h225CallSignalStatsFacilityOuts,
1043            h225CallSignalStatsFacilityFails,
1044            h225CallSignalStatsReleaseIns,
1045            h225CallSignalStatsReleaseOuts,
1046            h225CallSignalStatsReleaseFails,
1047            h225CallSignalStatsRejectIns,
1048            h225CallSignalStatsRejectOuts,
1049            h225CallSignalStatsRejectFails,
1050            h225CallSignalStatsPassthroIns,
1051            h225CallSignalStatsPassthroOuts,
1052            h225CallSignalStatsPassthroFails
1053        }
1054        STATUS      current
1055        DESCRIPTION
1056            "A collection of objects providing the H225 call signaling
1057            statistics."
1058        ::= { h225MIBGroups 1 }
1059
1060h225RasStatsGroup OBJECT-GROUP
1061        OBJECTS {
1062            h225RasStatsGkDiscoveryReqIns,
1063            h225RasStatsGkDiscoveryReqOuts,
1064            h225RasStatsGkDiscoveryConfIns,
1065            h225RasStatsGkDiscoveryConfOuts,
1066            h225RasStatsGkDiscoveryRejectIns,
1067            h225RasStatsGkDiscoveryRejOuts,
1068            h225RasStatsRegistrationReqIns,
1069            h225RasStatsRegistrationReqOuts,
1070            h225RasStatsRegistrationConfIns,
1071            h225RasStatsRegistrationConfOuts,
1072            h225RasStatsRegistrationRejIns,
1073            h225RasStatsRegistrationRejOuts,
1074            h225RasStatsAdmissionReqIns,
1075            h225RasStatsAdmissionReqOuts,
1076            h225RasStatsAdmissionConfirmIns,
1077            h225RasStatsAdmissionConfirmOuts,
1078            h225RasStatsAdmissionRejectIns,
1079            h225RasStatsAdmissionRejectOuts,
1080            h225RasStatsBandwidthReqIns,
1081            h225RasStatsBandwidthReqOuts,
1082            h225RasStatsBandwidthConfirmIns,
1083            h225RasStatsBandwidthConfirmOuts,
1084            h225RasStatsBandwidthRejectIns,
1085            h225RasStatsBandwidthRejectOuts,
1086            h225RasStatsDisengageReqIns,
1087            h225RasStatsDisengageReqOuts,
1088            h225RasStatsDisengageConfirmIns,
1089            h225RasStatsDisengageConfirmOuts,
1090            h225RasStatsDisengageRejectIns,
1091            h225RasStatsDisengageRejectOuts,
1092            h225RasStatsUnregisterReqIns,
1093            h225RasStatsUnregisterReqOuts,
1094            h225RasStatsUnregisterConfirmIns,
1095            h225RasStatsUnregisterConfOuts,
1096            h225RasStatsUnregisterRejectIns,
1097            h225RasStatsUnregisterRejectOuts,
1098            h225RasStatsResourceAvailIndIns,
1099            h225RasStatsResourceAvailIndOuts,
1100            h225RasStatsResourceAvailConfIns,
1101            h225RasStatsResourceAvailConOuts,
1102            h225RasStatsRequestInProgIns,
1103            h225RasStatsRequestInProgOuts
1104        }
1105        STATUS      current
1106        DESCRIPTION
1107            "A collection of objects providing the H225 Registration,
1108            Admission and Status statistics."
1109        ::= { h225MIBGroups 2 }
1110
1111h225DisconnectCauseCodeGroup OBJECT-GROUP
1112        OBJECTS {
1113	    h225CauseCodeDescription,
1114	    h225FromOtherPeerDisconnects,
1115	    h225FromH323PeerDisconnects
1116        }
1117	STATUS      current
1118        DESCRIPTION
1119            "A collection of objects providing details of Disconnect
1120             cause codes that the H.323 subsystem has received. "
1121        ::= { h225MIBGroups 3 }
1122
1123
1124END
1125
1126