1-- *****************************************************************
2-- CISCO-VIDEO-SESSION-MIB.my: Video Session MIB file
3--
4-- Jan, 2010, Valerie Wong
5--
6-- Copyright (c) 2010-2011 by cisco Systems Inc.
7-- All rights reserved.
8--
9-- *****************************************************************
10
11CISCO-VIDEO-SESSION-MIB DEFINITIONS ::= BEGIN
12
13IMPORTS
14    MODULE-IDENTITY,
15    OBJECT-TYPE,
16    Gauge32,
17    Counter64,
18    Unsigned32
19        FROM SNMPv2-SMI
20    MODULE-COMPLIANCE,
21    OBJECT-GROUP
22        FROM SNMPv2-CONF
23    TEXTUAL-CONVENTION
24        FROM SNMPv2-TC
25    AbsoluteCounter32,
26    callActiveSetupTime,
27    callActiveIndex
28        FROM DIAL-CONTROL-MIB
29    CvcVideoLevel,
30    CvcVideoProfile,
31    CvcVideoCodecAnnexMap,
32    CvcVideoRtpPayloadFormat
33        FROM CISCO-VIDEO-TC
34    CvcGUid,
35    CvcVideoCoderRate,
36    CvcCallReferenceIdOrZero
37        FROM CISCO-VOICE-COMMON-DIAL-CONTROL-MIB
38    cCallHistoryIndex
39        FROM CISCO-DIAL-CONTROL-MIB
40    ciscoMgmt
41        FROM CISCO-SMI;
42
43
44ciscoVideoSessionMIB MODULE-IDENTITY
45    LAST-UPDATED    "201104200000Z"
46    ORGANIZATION    "Cisco Systems, Inc."
47    CONTACT-INFO
48            "Cisco Systems
49            Customer Service
50
51            Postal: 170 W Tasman Drive
52            San Jose, CA  95134
53            USA
54
55            Tel: +1 800 553-NETS
56
57            E-mail: cs-<list>@cisco.com"
58    DESCRIPTION
59        "This MIB module complements the CISCO-VOICE-DIAL-CONTROL-MIB,
60        which provides voice telephony peer information, by providing
61        management of video telephony peer information.  This MIB
62        module
63        enhances the IETF Dial Control MIB (RFC2128) by providing video
64        call information over an IP network.
65
66        A video call is different from an audio call in that a video
67        call typically consists of 2 call legs - audio and video - and
68        each call leg is represented by one call entry.  Therefore,
69        each video call creates 2 call entries.  In order to associate
70        the video and audio entries of the same video call, a call
71        reference ID is used, i.e., the video and audio entries of the
72        same video call have the same call reference ID.
73
74        There are 4 tables (Common, Common Statistics, Conferee and
75        Call) in this MIB, where each table contains different
76        information depending on the
77        type of the video call:
78        1. 'common' and 'common statistics' table entries are created
79        for all video calls;
80        2. A 'conferee' table entry is created for calls that belong to
81        a video conference; conferee means a participant of a
82        conference; and
83        3. A 'call' table entry is created for point-to-point video
84        calls.
85        I.e., for a video conference call, there are valid information
86        in the 'common,' 'common statistics' and 'conferee' tables; for
87        a video point-to-point call, there are valid information in the
88        'common,' 'common statistics' and 'call' tables.
89
90        Transmit(TX) and Receive(RX) Directions:
91        The video stream direction is defined with respect to the video
92        endpoint.  I.e., transmit(TX) refers to the video stream sent by
93        the endpoint and receive(RX) refers to the video stream received
94        by the endpoint.
95
96        REFERENCE
97        [1] RFC 2128 Dial Control Management Information
98        Base using SMIv2."
99    REVISION        "201104200000Z"
100    DESCRIPTION
101        "1.  Deprecated video-specific textual conventions and import
102        them from CISCO-VIDEO-TC instead : CvcVideoLevel,
103        CvcVideoProfile, CvcVideoCodecAnnexMap and CvcRtpPayloadFormat.
104
105        2.  Added cVideoCommonHistorySessionId and
106        cVideoCommonActiveSessionId to cVideoCommonHistoryTable and
107        cVideoCommonActiveTable, respectively.
108
109        3.  Added monitoredCall to CvcVoIPCallServiceType TC.
110
111        4.  Added cVideoCommonStatsHistoryTable with these objects:
112        cVideoCommonStatsHistoryTxTotalLostPackets,
113        cVideoCommonStatsHistoryTxPercentLostPackets,
114        cVideoCommonStatsHistoryTxTotalOutOfOrderPackets,
115        cVideoCommonStatsHistoryTxMaxJitter,
116        cVideoCommonStatsHistoryTxAvgJitter,
117        cVideoCommonStatsHistoryTxMaxDelay,
118        cVideoCommonStatsHistoryTxAvgDelay,
119        cVideoCommonStatsHistoryRxTotalLostPackets and
120        cVideoCommonStatsHistoryRxPercentLostPackets.
121
122        5.  Added cVideoCommonStatsActiveTable with these objects:
123        cVideoCommonStatsActiveTxActualBitrate,
124        cVideoCommonStatsActiveTxTotalLostPackets,
125        cVideoCommonStatsActiveTxPercentLostPackets,
126        cVideoCommonStatsActiveTxCurrentLostPackets,
127        cVideoCommonStatsActiveTxTotalOutOfOrderPackets,
128        cVideoCommonStatsActiveTxCurrentOutOfOrderPackets,
129        cVideoCommonStatsActiveTxMaxJitter,
130        cVideoCommonStatsActiveTxAvgJitter,
131        cVideoCommonStatsActiveTxCurrentJitter,
132        cVideoCommonStatsActiveTxMaxDelay,
133        cVideoCommonStatsActiveTxAvgDelay,
134        cVideoCommonStatsActiveTxCurrentDelay,
135        cVideoCommonStatsActiveRxActualBitrate,
136        cVideoCommonStatsActiveRxTotalLostPackets,
137        cVideoCommonStatsActiveRxPercentLostPackets and
138        cVideoCommonStatsActiveRxCurrentLostPackets.
139
140        6.  Deprecated cVideoConfereeHistoryMaxJitter,
141        cVideoConfereeHistoryMaxDelay,
142        cVideoConfereeHistoryTotalOutOfOrderPackets and
143        cVideoConfereeHistoryTotalLostPackets from
144        cVideoConfereeHistoryTable, replacing them with
145        cVideoCommonStatsHistoryTxMaxJitter,
146        cVideoCommonStatsHistoryTxMaxDelay,
147        cVideoCommonStatsHistoryTxTotalOutOfOrderPackets and
148        cVideoCommonStatsHistoryTxTotalLostPackets, respectively, in
149        cVideoCommonStatsHistoryTable.
150
151        7.  Deprecated cVideoCallHistoryTxOutOfOrderPackets and
152        cVideoCallHistoryTxLostPackets in cVideoCallHistoryTable,
153        replacing them with
154        cVideoCommonStatsHistoryTxTotalOutOfOrderPackets and
155        cVideoCommonStatsHistoryTxTotalLostPackets, respectively, in
156        cVideoCommonStatsHistoryTable.
157
158        8.  Deprecated cVideoConfereeActiveActualBitrate,
159        cVideoConfereeActiveTable,
160        cVideoConfereeActiveTotalOutOfOrderPackets,
161        cVideoConfereeActiveCurrentOutOfOrderPackets,
162        cVideoConfereeActiveTotalLostPackets,
163        cVideoConfereeActiveCurrentLostPackets,
164        cVideoConfereeActiveMaxJitter,
165        cVideoConfereeActiveCurrentJitter, cVideoConfereeActiveMaxDelay
166        and cVideoConfereeActiveCurrentDelay, replacing them with
167        cVideoCommonStatsActiveTxActualBitrate,
168        cVideoCommonStatsActiveTxTotalOutOfOrderPackets,
169        cVideoCommonStatsActiveTxCurrentOutOfOrderPackets,
170        cVideoCommonStatsActiveTxTotalLostPackets,
171        cVideoCommonStatsActiveTxCurrentLostPackets,
172        cVideoCommonStatsActiveTxMaxJitter,
173        cVideoCommonStatsActiveTxAvgJitter,
174        cVideoCommonStatsActiveTxMaxDelay and
175        cVideoCommonStatsActiveTxCurrentDelay, respectively, in
176        cVideoCommonStatsActiveTable.
177
178        9.  Deprecated cVideoCallActiveRxActualBitrate and
179        cVideoCallActiveTxLostPackets in cVideoCallActiveTable,
180        replacing them with cVideoCommonStatsActiveRxActualBitrate and
181        cVideoCommonStatsActiveTxTotalLostPackets, respectively, in
182        cVideoCommonStatsActiveTable.
183
184        10.  Added new compliance groups: cVideoSessionCommonStatusGroup,
185        cVideoSessionCommonStatisticsGroup,
186        cVideoSessionCallStatisticsGroup and
187        cVideoSessionConfereeStatisticsGroup;
188        and deprecated old ones: cVideoSessionHistoryGroup and
189        cVideoSessionActiveGroup.
190
191        11.  Added new compliance statement
192        (cVideoSessionMIBComplianceRev1) to include the new compliance
193        groups and deprecated the old one (cVideoSessionMIBCompliance)."
194    REVISION        "201007210000Z"
195    DESCRIPTION
196        "Latest version of this MIB module."
197    ::= { ciscoMgmt 753 }
198
199
200
201CvcVoIPCallServiceType ::= TEXTUAL-CONVENTION
202    STATUS          current
203    DESCRIPTION
204        "This object describes the call type of this call entry.
205
206        conferenceCall   (1) - This call belongs to a video conference.
207        pointToPointCall (2) - This call belongs to a point-to-point
208        video call.
209        monitoredCall    (3) - This call is monitored for video quality."
210    SYNTAX          INTEGER  {
211                        conferenceCall(1),
212                        pointToPointCall(2),
213                        monitoredCall(3),
214                        other(255)
215                    }
216
217CvcVideoLevel ::= TEXTUAL-CONVENTION
218    STATUS          deprecated
219    DESCRIPTION
220        "This object specifies the H.264 level of the video stream.
221
222        Level 1b  (9)
223        Level 1   (10)
224        Level 1.1 (11)
225        Level 1.2 (12)
226        Level 1.3 (13)
227        Level 2   (20)
228        Level 2.1 (21)
229        Level 2.2 (22)
230        Level 3   (30)
231        Level 3.1 (31)
232        Level 3.2 (32)
233        Level 4   (40)
234        Level 4.1 (41)
235        Level 4.2 (42)
236        Level 5   (50)
237        Level 5.1 (51)
238
239        CvcVideoLevel object is superseded by CvcVideoLevel
240        in CISCO-VIDEO-TC."
241
242    REFERENCE       "ITU-T H.264: Annex A.3 Levels"
243    SYNTAX          INTEGER  {
244                        level1b(9),
245                        level1(10),
246                        level11(11),
247                        level12(12),
248                        level13(13),
249                        level2(20),
250                        level21(21),
251                        level22(22),
252                        level3(30),
253                        level31(31),
254                        level32(32),
255                        level4(40),
256                        level41(41),
257                        level42(42),
258                        level5(50),
259                        level51(51),
260                        other(255)
261                    }
262
263CvcVideoProfile ::= TEXTUAL-CONVENTION
264    STATUS          deprecated
265    DESCRIPTION
266        "This object specifies the H.264 profile of the video stream.
267
268        H.263 Profiles:
269        Profile 0 (10)
270        Profile 1 (11)
271        Profile 2 (12)
272        Profile 3 (13)
273        Profile 4 (14)
274        Profile 5 (15)
275        Profile 6 (16)
276        Profile 7 (17)
277        Profile 8 (18)
278
279        H.264 Profiles:
280        Baseline Profile (100)
281        Main Profile (101)
282        Extended Profile (102)
283        High Profile (103)
284        High 10 Profile (104)
285        High 4:2:2 Profile (105)
286        High 4:4:4 Predictive Profile (106)
287        High 10 Intra Profile (107)
288        High 4:2:2 Intra Profile (108)
289        High 4:4:4 Intra Profile (109)
290        CAVLC 4:4:4 Intra Profile (110)
291
292        CvcVideoProfile object is superseded by CvcVideoProfile
293        in CISCO-VIDEO-TC."
294
295    REFERENCE
296        "ITU-T H.263: Annex X.2 Profiles of preferred mode support
297        ITU-T H.264: Annex A.2 Profiles"
298    SYNTAX          INTEGER  {
299                        h263Profile0(10),
300                        h263Profile1(11),
301                        h263Profile2(12),
302                        h263Profile3(13),
303                        h263Profile4(14),
304                        h263Profile5(15),
305                        h263Profile6(16),
306                        h263Profile7(17),
307                        h263Profile8(18),
308                        h264ProfileBaseline(100),
309                        h264ProfileMain(101),
310                        h264ProfileExtended(102),
311                        h264ProfileHigh(103),
312                        h264ProfileHigh10(104),
313                        h264ProfileHigh422(105),
314                        h264ProfileHigh444Predictive(106),
315                        h264ProfileHigh10Intra(107),
316                        h264ProfileHigh422Intra(108),
317                        h264ProfileHigh444Intra(109),
318                        h264ProfileCavlc444Intra(110),
319                        other(255)
320                    }
321
322CvcVideoCodecAnnexMap ::= TEXTUAL-CONVENTION
323    STATUS          deprecated
324    DESCRIPTION
325        "This is a bit map that describes the annex(es) present for
326        the video codec.  Multiple annexes can be present; bits that
327        are set to 1 indicate the supported annex(es) correspondingly.
328
329        No annex  - 0x000000 (no bit is on)
330        Annex D.1 - 0x000001 (bit 0)
331        Annex D.2 - 0x000002 (bit 1)
332        Annex E   - 0x000004 (bit 2)
333        Annex F   - 0x000008 (bit 3)
334        Annex G   - 0x000010 (bit 4)
335        Annex H   - 0x000020 (bit 5)
336        Annex I   - 0x000040 (bit 6)
337        Annex J   - 0x000080 (bit 7)
338        Annex K   - 0x000100 (bit 8)
339        Annex L   - 0x000200 (bit 9)
340        Annex M   - 0x000400 (bit 10)
341        Annex N   - 0x000800 (bit 11)
342        Annex O   - 0x001000 (bit 12)
343        Annex P   - 0x002000 (bit 13)
344        Annex Q   - 0x004000 (bit 14)
345        Annex R   - 0x008000 (bit 15)
346        Annex S   - 0x010000 (bit 16)
347        Annex T   - 0x020000 (bit 17)
348        Annex U   - 0x040000 (bit 18)
349        Annex V   - 0x080000 (bit 19)
350        Annex W   - 0x100000 (bit 20)
351
352        CvcVideoCodecAnnexMap object is superseded by CvcVideoCodecAnnexMap
353        in CISCO-VIDEO-TC."
354
355    REFERENCE
356        "ITU-T H.263
357            Annex A - Inverse transform accuracy specification
358            Annex B - Hypothetical Reference Decoder
359            Annex C - Considerations for multipoint
360            Annex D - Unrestricted Motion Vector Mode
361            Annex E - Syntax-based Arithmetic Coding mode
362            Annex F - Advanced Prediction mode
363            Annex G - PB-frames mode
364            Annex H - Forward error correction for coded video
365        signal
366            Annex I - Advanced INTRA Coding mode
367            Annex J - Deblocking Filter mode
368            Annex K - Slice Structured mode
369            Annex L - Supplemental enhancement information
370        specification
371            Annex M - Improved PB-frames mode
372            Annex N - Reference Picture selection mode
373            Annex O - Temporal, SNR, and Spatial Scalability mode
374            Annex P - Reference picture resampling
375            Annex Q - Reduced-Resolution Update mode
376            Annex R - Independent Segment Decoding mode
377            Annex S - Alternative INTER VLC mode
378            Annex T - Modified Quantization mode
379            Annex U - Enhanced reference picture selection mode
380            Annex V - Data-partitioned slice mode
381            Annex W - Additional supplemental enhancement
382        information specification
383
384        ITU-T H.264
385            Annex C - Hypothetical reference decoder
386            Annex D - Supplemental enhancement information
387            Annex E - Video usability information
388            Annex G - Scalable video coding
389            Annex H - Multiview video coding"
390    SYNTAX          BITS {
391                        annexNone(0),
392                        annexD1(1),
393                        annexD2(2),
394                        annexE(3),
395                        annexF(4),
396                        annexG(5),
397                        annexH(6),
398                        annexI(7),
399                        annexJ(8),
400                        annexK(9),
401                        annexL(10),
402                        annexM(11),
403                        annexN(12),
404                        annexO(13),
405                        annexP(14),
406                        annexQ(15),
407                        annexR(16),
408                        annexS(17),
409                        annexT(18),
410                        annexU(19),
411                        annexV(20),
412                        annexW(21)
413                    }
414
415CvcRtpPayloadFormat ::= TEXTUAL-CONVENTION
416    STATUS          deprecated
417    DESCRIPTION
418        "This object specifies the RTP payload format used for the video
419        stream.
420
421        RFC2190 (1) - RTP payload format for video codec H.263
422        RFC2429 (2) - RTP payload format for video codec H.263
423        RFC4629 (3) - RTP payload format for video codec H.263
424        RFC3984 (4) - RTP payload format for video codec H.264
425
426        CvcRtpPayloadFormat object is superseded by CvcVideoRtpPayloadFormat
427        in CISCO-VIDEO-TC."
428
429    REFERENCE
430        "RFC 2190 - RTP Payload Format for H.263 Video Streams
431        RFC 2429 - RTP Payload Format for the 1998 Version of
432        ITU-T Rec. H.263 Video (H.263+)
433        RFC 4629 - RTP Payload Format for ITU-T Rec. H.263 Video
434        RFC 3984 - RTP Payload Format for H.264 Video"
435    SYNTAX          INTEGER  {
436                        rfc2190(1),
437                        rfc2429(2),
438                        rfc4629(3),
439                        rfc3984(4),
440                        other(255)
441                    }
442-- Textual Conventions definition will be defined before this line
443
444ciscoVideoSessionMIBNotifs  OBJECT IDENTIFIER
445    ::= { ciscoVideoSessionMIB 0 }
446
447ciscoVideoSessionMIBObjects  OBJECT IDENTIFIER
448    ::= { ciscoVideoSessionMIB 1 }
449
450ciscoVideoSessionMIBConform  OBJECT IDENTIFIER
451    ::= { ciscoVideoSessionMIB 2 }
452
453cVideoSessionHistory  OBJECT IDENTIFIER
454    ::= { ciscoVideoSessionMIBObjects 1 }
455
456cVideoSessionActive  OBJECT IDENTIFIER
457    ::= { ciscoVideoSessionMIBObjects 2 }
458
459
460cVideoCommonHistoryTable OBJECT-TYPE
461    SYNTAX          SEQUENCE OF CVideoCommonHistoryEntry
462    MAX-ACCESS      not-accessible
463    STATUS          current
464    DESCRIPTION
465        "This table provides the video extension to the call history
466        table of Cisco Dial Control MIB. It contains common video call
467        leg information and statistics for both a video conference call
468        (video conferee) and a point-to-point video call."
469    ::= { cVideoSessionHistory 1 }
470
471cVideoCommonHistoryEntry OBJECT-TYPE
472    SYNTAX          CVideoCommonHistoryEntry
473    MAX-ACCESS      not-accessible
474    STATUS          current
475    DESCRIPTION
476        "The common information for a single video call leg.
477
478        An entry is created when the below conditions are met:
479        1.  An associated call history entry in cCallHistoryTable of the
480        Cisco Dial Control MIB with video cCallHistoryInfoType is
481        created.
482        2.  An associated call history entry in cVoIPCallHistoryTable of
483        the Cisco Voice Dial Control MIB with SCCP
484        cVoIPCallHistorySessionProtocol is created.
485        3.  cVideoCommonHistoryCallType of this call entry is
486        'pointToPointCall', 'conferenceCall' or 'monitoredCall'.
487
488        The entry is deleted when its associated call history entries
489        in cCallHistoryTable of the Cisco Dial Control MIB and
490        cVoIPCallHistoryTable of the Cisco Voice Dial Control MIB are
491        deleted."
492    INDEX           { cCallHistoryIndex }
493    ::= { cVideoCommonHistoryTable 1 }
494
495CVideoCommonHistoryEntry ::= SEQUENCE {
496        cVideoCommonHistoryConnectionId      CvcGUid,
497        cVideoCommonHistoryCallReferenceId   CvcCallReferenceIdOrZero,
498        cVideoCommonHistoryCallType          CvcVoIPCallServiceType,
499        cVideoCommonHistoryTxCodec           CvcVideoCoderRate,
500        cVideoCommonHistoryTxPictureWidth    Unsigned32,
501        cVideoCommonHistoryTxPictureHeight   Unsigned32,
502        cVideoCommonHistoryTxConfigFrameRate Unsigned32,
503        cVideoCommonHistoryTxConfigBitrate   Unsigned32,
504        cVideoCommonHistoryTxPayloadFormat   CvcVideoRtpPayloadFormat,
505        cVideoCommonHistoryTxAnnex           CvcVideoCodecAnnexMap,
506        cVideoCommonHistoryTxProfile         CvcVideoProfile,
507        cVideoCommonHistoryTxLevel           CvcVideoLevel,
508        cVideoCommonHistoryTxPackets         AbsoluteCounter32,
509        cVideoCommonHistoryTxBytes           Counter64,
510        cVideoCommonHistoryTxDuration        Unsigned32,
511        cVideoCommonHistoryRxCodec           CvcVideoCoderRate,
512        cVideoCommonHistoryRxPictureWidth    Unsigned32,
513        cVideoCommonHistoryRxPictureHeight   Unsigned32,
514        cVideoCommonHistoryRxConfigFrameRate Unsigned32,
515        cVideoCommonHistoryRxConfigBitrate   Unsigned32,
516        cVideoCommonHistoryRxPayloadFormat   CvcVideoRtpPayloadFormat,
517        cVideoCommonHistoryRxAnnex           CvcVideoCodecAnnexMap,
518        cVideoCommonHistoryRxProfile         CvcVideoProfile,
519        cVideoCommonHistoryRxLevel           CvcVideoLevel,
520        cVideoCommonHistoryRxPackets         AbsoluteCounter32,
521        cVideoCommonHistoryRxBytes           Counter64,
522        cVideoCommonHistoryRxDuration        Unsigned32,
523        cVideoCommonHistorySessionId         Unsigned32
524}
525
526cVideoCommonHistoryConnectionId OBJECT-TYPE
527    SYNTAX          CvcGUid
528    MAX-ACCESS      read-only
529    STATUS          current
530    DESCRIPTION
531        "The global call identifier for a video call session."
532    ::= { cVideoCommonHistoryEntry 1 }
533
534cVideoCommonHistoryCallReferenceId OBJECT-TYPE
535    SYNTAX          CvcCallReferenceIdOrZero
536    MAX-ACCESS      read-only
537    STATUS          current
538    DESCRIPTION
539        "The call reference ID associates the video call entry and voice
540        call entry of the same endpoint.  The call reference ID is
541        assigned by the call manager and is non-zero for a video call
542        session."
543    ::= { cVideoCommonHistoryEntry 2 }
544
545cVideoCommonHistoryCallType OBJECT-TYPE
546    SYNTAX          CvcVoIPCallServiceType
547    MAX-ACCESS      read-only
548    STATUS          current
549    DESCRIPTION
550        "This object describes the call type of this call entry."
551    ::= { cVideoCommonHistoryEntry 3 }
552
553cVideoCommonHistoryTxCodec OBJECT-TYPE
554    SYNTAX          CvcVideoCoderRate
555    MAX-ACCESS      read-only
556    STATUS          current
557    DESCRIPTION
558        "The encoding type used to compress the video data in transmit
559        direction for a video call session."
560    ::= { cVideoCommonHistoryEntry 4 }
561
562cVideoCommonHistoryTxPictureWidth OBJECT-TYPE
563    SYNTAX          Unsigned32
564    UNITS           "pixels"
565    MAX-ACCESS      read-only
566    STATUS          current
567    DESCRIPTION
568        "The picture width in transmit direction for a video call
569        session."
570    ::= { cVideoCommonHistoryEntry 5 }
571
572cVideoCommonHistoryTxPictureHeight OBJECT-TYPE
573    SYNTAX          Unsigned32
574    UNITS           "pixels"
575    MAX-ACCESS      read-only
576    STATUS          current
577    DESCRIPTION
578        "The picture height in transmit direction for a video call
579        session."
580    ::= { cVideoCommonHistoryEntry 6 }
581
582cVideoCommonHistoryTxConfigFrameRate OBJECT-TYPE
583    SYNTAX          Unsigned32
584    UNITS           "frames per second"
585    MAX-ACCESS      read-only
586    STATUS          current
587    DESCRIPTION
588        "The video stream frame rate in transmit direction for a video
589        call session."
590    ::= { cVideoCommonHistoryEntry 7 }
591
592cVideoCommonHistoryTxConfigBitrate OBJECT-TYPE
593    SYNTAX          Unsigned32
594    UNITS           "kilobits per second"
595    MAX-ACCESS      read-only
596    STATUS          current
597    DESCRIPTION
598        "The video stream bitrate in transmit direction for a video call
599        session."
600    ::= { cVideoCommonHistoryEntry 8 }
601
602cVideoCommonHistoryTxPayloadFormat OBJECT-TYPE
603    SYNTAX          CvcVideoRtpPayloadFormat
604    MAX-ACCESS      read-only
605    STATUS          current
606    DESCRIPTION
607        "The video stream RTP payload format in transmit direction for a
608        video call session."
609    ::= { cVideoCommonHistoryEntry 9 }
610
611cVideoCommonHistoryTxAnnex OBJECT-TYPE
612    SYNTAX          CvcVideoCodecAnnexMap
613    MAX-ACCESS      read-only
614    STATUS          current
615    DESCRIPTION
616        "The video codec annex extension in transmit direction for a
617        video call session."
618    REFERENCE
619        "ITU-T H.263
620            Annex A - Inverse transform accuracy specification
621            Annex B - Hypothetical Reference Decoder
622            Annex C - Considerations for multipoint
623            Annex D - Unrestricted Motion Vector Mode
624            Annex E - Syntax-based Arithmetic Coding mode
625            Annex F - Advanced Prediction mode
626            Annex G - PB-frames mode
627            Annex H - Forward error correction for coded video
628        signal
629            Annex I - Advanced INTRA Coding mode
630            Annex J - Deblocking Filter mode
631            Annex K - Slice Structured mode
632            Annex L - Supplemental enhancement information
633        specification
634            Annex M - Improved PB-frames mode
635            Annex N - Reference Picture selection mode
636            Annex O - Temporal, SNR, and Spatial Scalability mode
637            Annex P - Reference picture resampling
638            Annex Q - Reduced-Resolution Update mode
639            Annex R - Independent Segment Decoding mode
640            Annex S - Alternative INTER VLC mode
641            Annex T - Modified Quantization mode
642            Annex U - Enhanced reference picture selection mode
643            Annex V - Data-partitioned slice mode
644            Annex W - Additional supplemental enhancement
645        information specification
646
647        ITU-T H.264
648            Annex C - Hypothetical reference decoder
649            Annex D - Supplemental enhancement information
650            Annex E - Video usability information
651            Annex G - Scalable video coding
652            Annex H - Multiview video coding"
653    ::= { cVideoCommonHistoryEntry 10 }
654
655cVideoCommonHistoryTxProfile OBJECT-TYPE
656    SYNTAX          CvcVideoProfile
657    MAX-ACCESS      read-only
658    STATUS          current
659    DESCRIPTION
660        "The video stream profile in transmit direction for a video call
661        session."
662    REFERENCE
663        "ITU-T H.263: Annex X.2 Profiles of preferred mode support
664        ITU-T H.264: Annex A.2 Profiles"
665    ::= { cVideoCommonHistoryEntry 11 }
666
667cVideoCommonHistoryTxLevel OBJECT-TYPE
668    SYNTAX          CvcVideoLevel
669    MAX-ACCESS      read-only
670    STATUS          current
671    DESCRIPTION
672        "The video stream level in transmit direction for a video call
673        session."
674    REFERENCE       "ITU-T H.264: Annex A.3 Levels"
675    ::= { cVideoCommonHistoryEntry 12 }
676
677cVideoCommonHistoryTxPackets OBJECT-TYPE
678    SYNTAX          AbsoluteCounter32
679    UNITS           "packets"
680    MAX-ACCESS      read-only
681    STATUS          current
682    DESCRIPTION
683        "The total number of video data packets transmitted for the
684        video call session."
685    ::= { cVideoCommonHistoryEntry 13 }
686
687cVideoCommonHistoryTxBytes OBJECT-TYPE
688    SYNTAX          Counter64
689    UNITS           "bytes"
690    MAX-ACCESS      read-only
691    STATUS          current
692    DESCRIPTION
693        "The total number of video data bytes transmitted for the video
694        call session."
695    ::= { cVideoCommonHistoryEntry 14 }
696
697cVideoCommonHistoryTxDuration OBJECT-TYPE
698    SYNTAX          Unsigned32
699    UNITS           "seconds"
700    MAX-ACCESS      read-only
701    STATUS          current
702    DESCRIPTION
703        "Duration of video stream path, in transmit direction, opened
704        for the call leg."
705    ::= { cVideoCommonHistoryEntry 15 }
706
707cVideoCommonHistoryRxCodec OBJECT-TYPE
708    SYNTAX          CvcVideoCoderRate
709    MAX-ACCESS      read-only
710    STATUS          current
711    DESCRIPTION
712        "The encoding type used to compress the video data in receive
713        direction for a video call session."
714    ::= { cVideoCommonHistoryEntry 16 }
715
716cVideoCommonHistoryRxPictureWidth OBJECT-TYPE
717    SYNTAX          Unsigned32
718    UNITS           "pixels"
719    MAX-ACCESS      read-only
720    STATUS          current
721    DESCRIPTION
722        "The picture width in receive direction for a video call
723        session."
724    ::= { cVideoCommonHistoryEntry 17 }
725
726cVideoCommonHistoryRxPictureHeight OBJECT-TYPE
727    SYNTAX          Unsigned32
728    UNITS           "pixels"
729    MAX-ACCESS      read-only
730    STATUS          current
731    DESCRIPTION
732        "The picture height in receive direction for a video call
733        session."
734    ::= { cVideoCommonHistoryEntry 18 }
735
736cVideoCommonHistoryRxConfigFrameRate OBJECT-TYPE
737    SYNTAX          Unsigned32
738    UNITS           "frames per second"
739    MAX-ACCESS      read-only
740    STATUS          current
741    DESCRIPTION
742        "The video stream frame rate in receive direction for a video
743        call session."
744    ::= { cVideoCommonHistoryEntry 19 }
745
746cVideoCommonHistoryRxConfigBitrate OBJECT-TYPE
747    SYNTAX          Unsigned32
748    UNITS           "kilobits per second"
749    MAX-ACCESS      read-only
750    STATUS          current
751    DESCRIPTION
752        "The video stream bitrate in receive direction for a video call
753        session."
754    ::= { cVideoCommonHistoryEntry 20 }
755
756cVideoCommonHistoryRxPayloadFormat OBJECT-TYPE
757    SYNTAX          CvcVideoRtpPayloadFormat
758    MAX-ACCESS      read-only
759    STATUS          current
760    DESCRIPTION
761        "The video stream RTP payload format in receive direction for a
762        video call session."
763    ::= { cVideoCommonHistoryEntry 21 }
764
765cVideoCommonHistoryRxAnnex OBJECT-TYPE
766    SYNTAX          CvcVideoCodecAnnexMap
767    MAX-ACCESS      read-only
768    STATUS          current
769    DESCRIPTION
770        "The video codec annex extension in receive direction for a
771        video call session."
772    REFERENCE
773        "ITU-T H.263
774            Annex A - Inverse transform accuracy specification
775            Annex B - Hypothetical Reference Decoder
776            Annex C - Considerations for multipoint
777            Annex D - Unrestricted Motion Vector Mode
778            Annex E - Syntax-based Arithmetic Coding mode
779            Annex F - Advanced Prediction mode
780            Annex G - PB-frames mode
781            Annex H - Forward error correction for coded video
782        signal
783            Annex I - Advanced INTRA Coding mode
784            Annex J - Deblocking Filter mode
785            Annex K - Slice Structured mode
786            Annex L - Supplemental enhancement information
787        specification
788            Annex M - Improved PB-frames mode
789            Annex N - Reference Picture selection mode
790            Annex O - Temporal, SNR, and Spatial Scalability mode
791            Annex P - Reference picture resampling
792            Annex Q - Reduced-Resolution Update mode
793            Annex R - Independent Segment Decoding mode
794            Annex S - Alternative INTER VLC mode
795            Annex T - Modified Quantization mode
796            Annex U - Enhanced reference picture selection mode
797            Annex V - Data-partitioned slice mode
798            Annex W - Additional supplemental enhancement
799        information specification
800
801        ITU-T H.264
802            Annex C - Hypothetical reference decoder
803            Annex D - Supplemental enhancement information
804            Annex E - Video usability information
805            Annex G - Scalable video coding
806            Annex H - Multiview video coding"
807    ::= { cVideoCommonHistoryEntry 22 }
808
809cVideoCommonHistoryRxProfile OBJECT-TYPE
810    SYNTAX          CvcVideoProfile
811    MAX-ACCESS      read-only
812    STATUS          current
813    DESCRIPTION
814        "The video stream profile in receive direction for a video call
815        session."
816    REFERENCE
817        "ITU-T H.263: Annex X.2 Profiles of preferred mode support
818        ITU-T H.264: Annex A.2 Profiles"
819    ::= { cVideoCommonHistoryEntry 23 }
820
821cVideoCommonHistoryRxLevel OBJECT-TYPE
822    SYNTAX          CvcVideoLevel
823    MAX-ACCESS      read-only
824    STATUS          current
825    DESCRIPTION
826        "The video stream level in receive direction for a video call
827        session."
828    REFERENCE       "ITU-T H.264: Annex A.3 Levels"
829    ::= { cVideoCommonHistoryEntry 24 }
830
831cVideoCommonHistoryRxPackets OBJECT-TYPE
832    SYNTAX          AbsoluteCounter32
833    UNITS           "packets"
834    MAX-ACCESS      read-only
835    STATUS          current
836    DESCRIPTION
837        "The total number of video data packets received for the video
838        call session."
839    ::= { cVideoCommonHistoryEntry 25 }
840
841cVideoCommonHistoryRxBytes OBJECT-TYPE
842    SYNTAX          Counter64
843    UNITS           "bytes"
844    MAX-ACCESS      read-only
845    STATUS          current
846    DESCRIPTION
847        "The total number of video data bytes received for the video
848        call session."
849    ::= { cVideoCommonHistoryEntry 26 }
850
851cVideoCommonHistoryRxDuration OBJECT-TYPE
852    SYNTAX          Unsigned32
853    UNITS           "seconds"
854    MAX-ACCESS      read-only
855    STATUS          current
856    DESCRIPTION
857        "Duration of video stream path, in receive direction, opened for
858        the call leg."
859    ::= { cVideoCommonHistoryEntry 27 }
860
861cVideoCommonHistorySessionId OBJECT-TYPE
862    SYNTAX          Unsigned32
863    MAX-ACCESS      read-only
864    STATUS          current
865    DESCRIPTION
866        "Session ID is assigned by the call manager to identify call
867        legs that belong to the same call session."
868    ::= { cVideoCommonHistoryEntry 28 }
869
870
871
872cVideoConfereeHistoryTable OBJECT-TYPE
873    SYNTAX          SEQUENCE OF CVideoConfereeHistoryEntry
874    MAX-ACCESS      not-accessible
875    STATUS          current
876    DESCRIPTION
877        "This table provides the video extension to the call history
878        table of Cisco Dial Control MIB. It contains video call
879        leg information and statistics for a video conference call
880        (video conferee)."
881    ::= { cVideoSessionHistory 2 }
882
883cVideoConfereeHistoryEntry OBJECT-TYPE
884    SYNTAX          CVideoConfereeHistoryEntry
885    MAX-ACCESS      not-accessible
886    STATUS          current
887    DESCRIPTION
888        "The information regarding a single video conferee call leg.
889        This entry is an extension to the cVideoCommonHistoryEntry,
890        providing information specific to a video call entry that
891        belongs to a conference.
892
893        An entry is created when the below conditions are met:
894        1.  An associated call history entry in cCallHistoryTable of the
895        Cisco Dial Control MIB with video cCallHistoryInfoType is
896        created.
897        2.  An associated call history entry in cVoIPCallHistoryTable of
898        the Cisco Voice Dial Control MIB with SCCP
899        cVoIPCallHistorySessionProtocol is created.
900        3.  This call entry belongs to a video conference call, i.e.
901        cVideoCommonHistoryCallType in cVideoCommonHistoryEntry has
902        value 'conferenceCall'.
903
904        The entry is deleted when its associated call history entries in
905        cCallHistoryTable of the Cisco Dial Control MIB and
906        cVoIPCallHistoryTable of the Cisco Voice Dial Control MIB are
907        deleted."
908    INDEX           { cCallHistoryIndex }
909    ::= { cVideoConfereeHistoryTable 1 }
910
911CVideoConfereeHistoryEntry ::= SEQUENCE {
912        cVideoConfereeHistoryTotalDroppedPackets    AbsoluteCounter32,
913        cVideoConfereeHistoryMaxJitter              Gauge32,
914        cVideoConfereeHistoryMaxDelay               Gauge32,
915        cVideoConfereeHistoryTotalOutOfOrderPackets AbsoluteCounter32,
916        cVideoConfereeHistoryMaxOutOfSyncDelay      Gauge32,
917        cVideoConfereeHistoryTotalLostPackets       AbsoluteCounter32
918}
919
920cVideoConfereeHistoryTotalDroppedPackets OBJECT-TYPE
921    SYNTAX          AbsoluteCounter32
922    UNITS           "packets"
923    MAX-ACCESS      read-only
924    STATUS          current
925    DESCRIPTION
926        "The total number of dropped video data packets for the
927        video call session."
928    ::= { cVideoConfereeHistoryEntry 1 }
929
930cVideoConfereeHistoryMaxJitter OBJECT-TYPE
931    SYNTAX          Gauge32
932    UNITS           "milliseconds"
933    MAX-ACCESS      read-only
934    STATUS          deprecated
935    DESCRIPTION
936        "This object is superseded by cVideoCommonStatsHistoryTxMaxJitter
937        in cVideoCommonStatsHistoryTable.
938
939        Maximum jitter measured since the beginning of the video call
940        session."
941    ::= { cVideoConfereeHistoryEntry 2 }
942
943cVideoConfereeHistoryMaxDelay OBJECT-TYPE
944    SYNTAX          Gauge32
945    UNITS           "milliseconds"
946    MAX-ACCESS      read-only
947    STATUS          deprecated
948    DESCRIPTION
949        "This object is superseded by cVideoCommonStatsHistoryTxMaxDelay
950        in cVideoCommonStatsHistoryTable.
951
952        Maximum delay measured since the beginning of the video call
953        session."
954    ::= { cVideoConfereeHistoryEntry 3 }
955
956cVideoConfereeHistoryTotalOutOfOrderPackets OBJECT-TYPE
957    SYNTAX          AbsoluteCounter32
958    UNITS           "packets"
959    MAX-ACCESS      read-only
960    STATUS          deprecated
961    DESCRIPTION
962        "This object is superseded by
963        cVideoCommonStatsHistoryTxTotalOutOfOrderPackets
964        in cVideoCommonStatsHistoryTable.
965
966        The total number of out-of-order video data packets for the
967        video call session."
968    ::= { cVideoConfereeHistoryEntry 4 }
969
970cVideoConfereeHistoryMaxOutOfSyncDelay OBJECT-TYPE
971    SYNTAX          Gauge32
972    UNITS           "milliseconds"
973    MAX-ACCESS      read-only
974    STATUS          current
975    DESCRIPTION
976        "Maximum out-of-sync delay measured since the beginning of the
977        video call session."
978    ::= { cVideoConfereeHistoryEntry 5 }
979
980cVideoConfereeHistoryTotalLostPackets OBJECT-TYPE
981    SYNTAX          AbsoluteCounter32
982    UNITS           "packets"
983    MAX-ACCESS      read-only
984    STATUS          deprecated
985    DESCRIPTION
986        "This object is superseded by
987        cVideoCommonStatsHistoryTxTotalLostPackets
988        in cVideoCommonStatsHistoryTable.
989
990        The total number of lost video data packets for the video call
991        session."
992    ::= { cVideoConfereeHistoryEntry 6 }
993
994
995
996cVideoCallHistoryTable OBJECT-TYPE
997    SYNTAX          SEQUENCE OF CVideoCallHistoryEntry
998    MAX-ACCESS      not-accessible
999    STATUS          current
1000    DESCRIPTION
1001        "This table provides the video extension to the call history
1002        table of Cisco Dial Control MIB. It contains video call leg
1003        information and statistics for a point-to-point video call."
1004    ::= { cVideoSessionHistory 3 }
1005
1006cVideoCallHistoryEntry OBJECT-TYPE
1007    SYNTAX          CVideoCallHistoryEntry
1008    MAX-ACCESS      not-accessible
1009    STATUS          current
1010    DESCRIPTION
1011        "The information regarding a single video call leg.  This entry
1012        is an extension to the cVideoCommonHistoryEntry, providing
1013        information specific to a point-to-point video call entry.
1014
1015        An entry is created when the below conditions are met:
1016        1.  An associated call history entry in cCallHistoryTable of the
1017        Cisco Dial Control MIB with video cCallHistoryInfoType is
1018        created.
1019        2.  An associated call history entry in cVoIPCallHistoryTable of
1020        the Cisco Voice Dial Control MIB with SCCP
1021        cVoIPCallHistorySessionProtocol is created.
1022        3.  This call history entry belongs to a point-to-point video
1023        call, i.e. cVideoCommonHistoryCallType in
1024        cVideoCommonHistoryEntry has value 'pointToPointCall'.
1025
1026        The entry is deleted when its associated call history entries in
1027        cCallHistoryTable of the Cisco Dial Control MIB and
1028        cVoIPCallHistoryTable of the Cisco Voice Dial Control MIB are
1029        deleted."
1030    INDEX           { cCallHistoryIndex }
1031    ::= { cVideoCallHistoryTable 1 }
1032
1033CVideoCallHistoryEntry ::= SEQUENCE {
1034        cVideoCallHistoryTxMacroblocksConcealed AbsoluteCounter32,
1035        cVideoCallHistoryTxFramesConcealed      AbsoluteCounter32,
1036        cVideoCallHistoryTxBadHeaderPackets     AbsoluteCounter32,
1037        cVideoCallHistoryTxOverflowPackets      AbsoluteCounter32,
1038        cVideoCallHistoryTxOutOfOrderPackets    AbsoluteCounter32,
1039        cVideoCallHistoryTxLostPackets          AbsoluteCounter32
1040}
1041
1042cVideoCallHistoryTxMacroblocksConcealed OBJECT-TYPE
1043    SYNTAX          AbsoluteCounter32
1044    UNITS           "macroblocks"
1045    MAX-ACCESS      read-only
1046    STATUS          current
1047    DESCRIPTION
1048        "Number of concealed macroblocks measured in transmit direction
1049        of the video call session.
1050        One macroblock is 16 pixels by 16 pixels."
1051    ::= { cVideoCallHistoryEntry 1 }
1052
1053cVideoCallHistoryTxFramesConcealed OBJECT-TYPE
1054    SYNTAX          AbsoluteCounter32
1055    UNITS           "frames"
1056    MAX-ACCESS      read-only
1057    STATUS          current
1058    DESCRIPTION
1059        "Number of concealed frames measured in transmit direction of
1060        the video call session."
1061    ::= { cVideoCallHistoryEntry 2 }
1062
1063cVideoCallHistoryTxBadHeaderPackets OBJECT-TYPE
1064    SYNTAX          AbsoluteCounter32
1065    UNITS           "packets"
1066    MAX-ACCESS      read-only
1067    STATUS          current
1068    DESCRIPTION
1069        "Number of bad header packets measured in transmit direction of
1070        the video call session."
1071    ::= { cVideoCallHistoryEntry 3 }
1072
1073cVideoCallHistoryTxOverflowPackets OBJECT-TYPE
1074    SYNTAX          AbsoluteCounter32
1075    UNITS           "packets"
1076    MAX-ACCESS      read-only
1077    STATUS          current
1078    DESCRIPTION
1079        "Number of overflow packets measured in transmit direction of
1080        the video call session."
1081    ::= { cVideoCallHistoryEntry 4 }
1082
1083cVideoCallHistoryTxOutOfOrderPackets OBJECT-TYPE
1084    SYNTAX          AbsoluteCounter32
1085    UNITS           "packets"
1086    MAX-ACCESS      read-only
1087    STATUS          deprecated
1088    DESCRIPTION
1089        "This object is superseded by
1090        cVideoCommonStatsHistoryTxTotalOutOfOrderPackets in
1091        cVideoCommonStatsHistoryTable.
1092
1093        Number of out-of-order packets measured in transmit direction
1094        of the video call session."
1095    ::= { cVideoCallHistoryEntry 5 }
1096
1097cVideoCallHistoryTxLostPackets OBJECT-TYPE
1098    SYNTAX          AbsoluteCounter32
1099    UNITS           "packets"
1100    MAX-ACCESS      read-only
1101    STATUS          deprecated
1102    DESCRIPTION
1103        "This object is superseded by
1104        cVideoCommonStatsHistoryTxTotalLostPackets
1105        in cVideoCommonStatsHistoryTable.
1106
1107        Number of lost packets measured in transmit direction of the
1108        video call session."
1109    ::= { cVideoCallHistoryEntry 6 }
1110
1111
1112
1113cVideoCommonStatsHistoryTable OBJECT-TYPE
1114    SYNTAX          SEQUENCE OF CVideoCommonStatsHistoryEntry
1115    MAX-ACCESS      not-accessible
1116    STATUS          current
1117    DESCRIPTION
1118        "This table provides the video extension to the call history
1119        table of Cisco Dial Control MIB. It contains common video call
1120        leg statistics for both a video call within a conference (video
1121        conferee) and a simple video call."
1122    ::= { cVideoSessionHistory 4 }
1123
1124cVideoCommonStatsHistoryEntry OBJECT-TYPE
1125    SYNTAX          CVideoCommonStatsHistoryEntry
1126    MAX-ACCESS      not-accessible
1127    STATUS          current
1128    DESCRIPTION
1129        "The common network statistics for a single video call leg.
1130        This entry accompanies cVideoCommonActiveEntry with more
1131        detailed statistics.
1132
1133        An entry is created when the below conditions are met:
1134        1.  An associated call history entry in cCallHistoryTable of the
1135        Cisco Dial Control MIB with video cCallHistoryInfoType is
1136        created.
1137        2.  An associated call history entry in cVoIPCallHistoryTable of
1138        the Cisco Voice Dial Control MIB with SCCP
1139        cVoIPCallHistorySessionProtocol is created.
1140        3.  cVideoCommonHistoryCallType of this call entry is
1141        'pointToPointCall' or 'conferenceCall'.
1142
1143        The entry is deleted when its associated call history entries in
1144        cCallHistoryTable of the Cisco Dial Control MIB and
1145        cVoIPCallHistoryTable of the Cisco Voice Dial Control MIB are
1146        deleted."
1147    INDEX           { cCallHistoryIndex }
1148    ::= { cVideoCommonStatsHistoryTable 1 }
1149
1150CVideoCommonStatsHistoryEntry ::= SEQUENCE {
1151        cVideoCommonStatsHistoryTxTotalLostPackets       AbsoluteCounter32,
1152        cVideoCommonStatsHistoryTxPercentLostPackets     Unsigned32,
1153        cVideoCommonStatsHistoryTxTotalOutOfOrderPackets AbsoluteCounter32,
1154        cVideoCommonStatsHistoryTxMaxJitter              Gauge32,
1155        cVideoCommonStatsHistoryTxAvgJitter              Gauge32,
1156        cVideoCommonStatsHistoryTxMaxDelay               Gauge32,
1157        cVideoCommonStatsHistoryTxAvgDelay               Gauge32,
1158        cVideoCommonStatsHistoryRxTotalLostPackets       AbsoluteCounter32,
1159        cVideoCommonStatsHistoryRxPercentLostPackets     Unsigned32
1160}
1161
1162cVideoCommonStatsHistoryTxTotalLostPackets OBJECT-TYPE
1163    SYNTAX          AbsoluteCounter32
1164    UNITS           "packets"
1165    MAX-ACCESS      read-only
1166    STATUS          current
1167    DESCRIPTION
1168        "Number of lost packets of the video call session measured in
1169        transmit direction."
1170    ::= { cVideoCommonStatsHistoryEntry 1 }
1171
1172cVideoCommonStatsHistoryTxPercentLostPackets OBJECT-TYPE
1173    SYNTAX          Unsigned32 (0..100)
1174    UNITS           "percent"
1175    MAX-ACCESS      read-only
1176    STATUS          current
1177    DESCRIPTION
1178        "The percentage of lost video data packets for the entire
1179        duration of the video call session in transmit direction."
1180    ::= { cVideoCommonStatsHistoryEntry 2 }
1181
1182cVideoCommonStatsHistoryTxTotalOutOfOrderPackets OBJECT-TYPE
1183    SYNTAX          AbsoluteCounter32
1184    UNITS           "packets"
1185    MAX-ACCESS      read-only
1186    STATUS          current
1187    DESCRIPTION
1188        "Number of out-of-order packets of the video call session
1189        measured in transmit direction."
1190    ::= { cVideoCommonStatsHistoryEntry 3 }
1191
1192cVideoCommonStatsHistoryTxMaxJitter OBJECT-TYPE
1193    SYNTAX          Gauge32
1194    UNITS           "milliseconds"
1195    MAX-ACCESS      read-only
1196    STATUS          current
1197    DESCRIPTION
1198        "Maximum jitter measured since the beginning of the video call
1199        session in transmit direction."
1200    ::= { cVideoCommonStatsHistoryEntry 4 }
1201
1202cVideoCommonStatsHistoryTxAvgJitter OBJECT-TYPE
1203    SYNTAX          Gauge32
1204    UNITS           "milliseconds"
1205    MAX-ACCESS      read-only
1206    STATUS          current
1207    DESCRIPTION
1208        "Average jitter measured since the beginning of the video call
1209        session in transmit direction."
1210    ::= { cVideoCommonStatsHistoryEntry 5 }
1211
1212cVideoCommonStatsHistoryTxMaxDelay OBJECT-TYPE
1213    SYNTAX          Gauge32
1214    UNITS           "milliseconds"
1215    MAX-ACCESS      read-only
1216    STATUS          current
1217    DESCRIPTION
1218        "Maximum delay measured since the beginning of the video call
1219        session in transmit direction."
1220    ::= { cVideoCommonStatsHistoryEntry 6 }
1221
1222cVideoCommonStatsHistoryTxAvgDelay OBJECT-TYPE
1223    SYNTAX          Gauge32
1224    UNITS           "milliseconds"
1225    MAX-ACCESS      read-only
1226    STATUS          current
1227    DESCRIPTION
1228        "Average delay since the beginning of the video call session
1229        measured in transmit direction."
1230    ::= { cVideoCommonStatsHistoryEntry 7 }
1231
1232cVideoCommonStatsHistoryRxTotalLostPackets OBJECT-TYPE
1233    SYNTAX          AbsoluteCounter32
1234    UNITS           "packets"
1235    MAX-ACCESS      read-only
1236    STATUS          current
1237    DESCRIPTION
1238        "The total number of lost video data packets for the video call
1239        session in receive direction."
1240    ::= { cVideoCommonStatsHistoryEntry 8 }
1241
1242cVideoCommonStatsHistoryRxPercentLostPackets OBJECT-TYPE
1243    SYNTAX          Unsigned32 (0..100)
1244    UNITS           "percent"
1245    MAX-ACCESS      read-only
1246    STATUS          current
1247    DESCRIPTION
1248        "The percentage of lost video data packets for the entire
1249        duration of the video call session in receive direction."
1250    ::= { cVideoCommonStatsHistoryEntry 9 }
1251
1252
1253
1254cVideoCommonActiveTable OBJECT-TYPE
1255    SYNTAX          SEQUENCE OF CVideoCommonActiveEntry
1256    MAX-ACCESS      not-accessible
1257    STATUS          current
1258    DESCRIPTION
1259        "This table provides the video extension to the call active
1260        table of IETF Dial Control MIB. It contains common video call
1261        leg information and statistics for both a video call within a
1262        conference (video conferee) and a simple video call."
1263    ::= { cVideoSessionActive 1 }
1264
1265cVideoCommonActiveEntry OBJECT-TYPE
1266    SYNTAX          CVideoCommonActiveEntry
1267    MAX-ACCESS      not-accessible
1268    STATUS          current
1269    DESCRIPTION
1270        "The information regarding a single video call leg.
1271
1272        An entry is created when the below conditions are met:
1273        1.  An associated call active entry in callActiveTable of the
1274        IETF Dial Control MIB with video callActiveInfoType is created.
1275        2.  An associated call active entry in cVoIPCallActiveTable of
1276        the Cisco Voice Dial Control MIB with SCCP
1277        cVoIPCallActiveSessionProtocol is created.
1278        3.  cVideoCommonActiveCallType of this call entry is
1279        'pointToPointCall', conferenceCall, or 'monitoredCall'.
1280
1281        The entry is deleted when its associated call active entries in
1282        callActiveTable of the IETF Dial Control MIB and
1283        cVoIPCallActiveTable of the Cisco Voice Dial Control MIB are
1284        deleted."
1285    INDEX           {
1286                        callActiveSetupTime,
1287                        callActiveIndex
1288                    }
1289    ::= { cVideoCommonActiveTable 1 }
1290
1291CVideoCommonActiveEntry ::= SEQUENCE {
1292        cVideoCommonActiveConnectionId      CvcGUid,
1293        cVideoCommonActiveCallReferenceId   CvcCallReferenceIdOrZero,
1294        cVideoCommonActiveCallType          CvcVoIPCallServiceType,
1295        cVideoCommonActiveTxCodec           CvcVideoCoderRate,
1296        cVideoCommonActiveTxPictureWidth    Unsigned32,
1297        cVideoCommonActiveTxPictureHeight   Unsigned32,
1298        cVideoCommonActiveTxConfigFrameRate Unsigned32,
1299        cVideoCommonActiveTxConfigBitrate   Unsigned32,
1300        cVideoCommonActiveTxPayloadFormat   CvcVideoRtpPayloadFormat,
1301        cVideoCommonActiveTxAnnex           CvcVideoCodecAnnexMap,
1302        cVideoCommonActiveTxProfile         CvcVideoProfile,
1303        cVideoCommonActiveTxLevel           CvcVideoLevel,
1304        cVideoCommonActiveTxPackets         AbsoluteCounter32,
1305        cVideoCommonActiveTxBytes           Counter64,
1306        cVideoCommonActiveTxDuration        Unsigned32,
1307        cVideoCommonActiveRxCodec           CvcVideoCoderRate,
1308        cVideoCommonActiveRxPictureWidth    Unsigned32,
1309        cVideoCommonActiveRxPictureHeight   Unsigned32,
1310        cVideoCommonActiveRxConfigFrameRate Unsigned32,
1311        cVideoCommonActiveRxConfigBitrate   Unsigned32,
1312        cVideoCommonActiveRxPayloadFormat   CvcVideoRtpPayloadFormat,
1313        cVideoCommonActiveRxAnnex           CvcVideoCodecAnnexMap,
1314        cVideoCommonActiveRxProfile         CvcVideoProfile,
1315        cVideoCommonActiveRxLevel           CvcVideoLevel,
1316        cVideoCommonActiveRxPackets         AbsoluteCounter32,
1317        cVideoCommonActiveRxBytes           Counter64,
1318        cVideoCommonActiveRxDuration        Unsigned32,
1319        cVideoCommonActiveSessionId         Unsigned32
1320}
1321
1322cVideoCommonActiveConnectionId OBJECT-TYPE
1323    SYNTAX          CvcGUid
1324    MAX-ACCESS      read-only
1325    STATUS          current
1326    DESCRIPTION
1327        "The global call identifier for a video call leg."
1328    ::= { cVideoCommonActiveEntry 1 }
1329
1330cVideoCommonActiveCallReferenceId OBJECT-TYPE
1331    SYNTAX          CvcCallReferenceIdOrZero
1332    MAX-ACCESS      read-only
1333    STATUS          current
1334    DESCRIPTION
1335        "The call reference ID associates the video call entry and voice
1336        call entry of the same endpoint.  The call reference ID is
1337        assigned by the call manager and is non-zero for a video call
1338        session."
1339    ::= { cVideoCommonActiveEntry 2 }
1340
1341cVideoCommonActiveCallType OBJECT-TYPE
1342    SYNTAX          CvcVoIPCallServiceType
1343    MAX-ACCESS      read-only
1344    STATUS          current
1345    DESCRIPTION
1346        "This object describes the call type of this call entry."
1347    ::= { cVideoCommonActiveEntry 3 }
1348
1349cVideoCommonActiveTxCodec OBJECT-TYPE
1350    SYNTAX          CvcVideoCoderRate
1351    MAX-ACCESS      read-only
1352    STATUS          current
1353    DESCRIPTION
1354        "The encoding type used to compress the video data in transmit
1355        direction for a video call session."
1356    ::= { cVideoCommonActiveEntry 4 }
1357
1358cVideoCommonActiveTxPictureWidth OBJECT-TYPE
1359    SYNTAX          Unsigned32
1360    UNITS           "pixels"
1361    MAX-ACCESS      read-only
1362    STATUS          current
1363    DESCRIPTION
1364        "The picture width in transmit direction for a video call
1365        session."
1366    ::= { cVideoCommonActiveEntry 5 }
1367
1368cVideoCommonActiveTxPictureHeight OBJECT-TYPE
1369    SYNTAX          Unsigned32
1370    UNITS           "pixels"
1371    MAX-ACCESS      read-only
1372    STATUS          current
1373    DESCRIPTION
1374        "The picture height in transmit direction for a video
1375        call session."
1376    ::= { cVideoCommonActiveEntry 6 }
1377
1378cVideoCommonActiveTxConfigFrameRate OBJECT-TYPE
1379    SYNTAX          Unsigned32
1380    UNITS           "frames per second"
1381    MAX-ACCESS      read-only
1382    STATUS          current
1383    DESCRIPTION
1384        "The video stream frame rate in transmit direction for a video
1385        call session."
1386    ::= { cVideoCommonActiveEntry 7 }
1387
1388cVideoCommonActiveTxConfigBitrate OBJECT-TYPE
1389    SYNTAX          Unsigned32
1390    UNITS           "kilobits per second"
1391    MAX-ACCESS      read-only
1392    STATUS          current
1393    DESCRIPTION
1394        "The video stream bitrate in transmit direction for a video call
1395        session."
1396    ::= { cVideoCommonActiveEntry 8 }
1397
1398cVideoCommonActiveTxPayloadFormat OBJECT-TYPE
1399    SYNTAX          CvcVideoRtpPayloadFormat
1400    MAX-ACCESS      read-only
1401    STATUS          current
1402    DESCRIPTION
1403        "The video stream RTP payload format in transmit direction for a
1404        video call session."
1405    ::= { cVideoCommonActiveEntry 9 }
1406
1407cVideoCommonActiveTxAnnex OBJECT-TYPE
1408    SYNTAX          CvcVideoCodecAnnexMap
1409    MAX-ACCESS      read-only
1410    STATUS          current
1411    DESCRIPTION
1412        "The video codec annex extension in transmit direction for a
1413        video call session."
1414    REFERENCE
1415        "ITU-T H.263
1416            Annex A - Inverse transform accuracy specification
1417            Annex B - Hypothetical Reference Decoder
1418            Annex C - Considerations for multipoint
1419            Annex D - Unrestricted Motion Vector Mode
1420            Annex E - Syntax-based Arithmetic Coding mode
1421            Annex F - Advanced Prediction mode
1422            Annex G - PB-frames mode
1423            Annex H - Forward error correction for coded video
1424        signal
1425            Annex I - Advanced INTRA Coding mode
1426            Annex J - Deblocking Filter mode
1427            Annex K - Slice Structured mode
1428            Annex L - Supplemental enhancement information
1429        specification
1430            Annex M - Improved PB-frames mode
1431            Annex N - Reference Picture selection mode
1432            Annex O - Temporal, SNR, and Spatial Scalability mode
1433            Annex P - Reference picture resampling
1434            Annex Q - Reduced-Resolution Update mode
1435            Annex R - Independent Segment Decoding mode
1436            Annex S - Alternative INTER VLC mode
1437            Annex T - Modified Quantization mode
1438            Annex U - Enhanced reference picture selection mode
1439            Annex V - Data-partitioned slice mode
1440            Annex W - Additional supplemental enhancement
1441        information specification
1442
1443        ITU-T H.264
1444            Annex C - Hypothetical reference decoder
1445            Annex D - Supplemental enhancement information
1446            Annex E - Video usability information
1447            Annex G - Scalable video coding
1448            Annex H - Multiview video coding"
1449    ::= { cVideoCommonActiveEntry 10 }
1450
1451cVideoCommonActiveTxProfile OBJECT-TYPE
1452    SYNTAX          CvcVideoProfile
1453    MAX-ACCESS      read-only
1454    STATUS          current
1455    DESCRIPTION
1456        "The video stream profile in transmit direction for a video call
1457        session."
1458    REFERENCE
1459        "ITU-T H.263: Annex X.2 Profiles of preferred mode support
1460        ITU-T H.264: Annex A.2 Profiles"
1461    ::= { cVideoCommonActiveEntry 11 }
1462
1463cVideoCommonActiveTxLevel OBJECT-TYPE
1464    SYNTAX          CvcVideoLevel
1465    MAX-ACCESS      read-only
1466    STATUS          current
1467    DESCRIPTION
1468        "The video stream level in transmit direction for a video call
1469        session."
1470    REFERENCE       "ITU-T H.264: Annex A.3 Levels"
1471    ::= { cVideoCommonActiveEntry 12 }
1472
1473cVideoCommonActiveTxPackets OBJECT-TYPE
1474    SYNTAX          AbsoluteCounter32
1475    UNITS           "packets"
1476    MAX-ACCESS      read-only
1477    STATUS          current
1478    DESCRIPTION
1479        "The total number of video data packets transmitted for the
1480        video call session."
1481    ::= { cVideoCommonActiveEntry 13 }
1482
1483cVideoCommonActiveTxBytes OBJECT-TYPE
1484    SYNTAX          Counter64
1485    UNITS           "bytes"
1486    MAX-ACCESS      read-only
1487    STATUS          current
1488    DESCRIPTION
1489        "The total number of video data bytes transmitted for the video
1490        call session."
1491    ::= { cVideoCommonActiveEntry 14 }
1492
1493cVideoCommonActiveTxDuration OBJECT-TYPE
1494    SYNTAX          Unsigned32
1495    UNITS           "seconds"
1496    MAX-ACCESS      read-only
1497    STATUS          current
1498    DESCRIPTION
1499        "Duration of video stream path, in transmit direction, opened
1500        for the call leg."
1501    ::= { cVideoCommonActiveEntry 15 }
1502
1503cVideoCommonActiveRxCodec OBJECT-TYPE
1504    SYNTAX          CvcVideoCoderRate
1505    MAX-ACCESS      read-only
1506    STATUS          current
1507    DESCRIPTION
1508        "The negotiated encoding type used to compress the video data in
1509        receive direction for a video call session."
1510    ::= { cVideoCommonActiveEntry 16 }
1511
1512cVideoCommonActiveRxPictureWidth OBJECT-TYPE
1513    SYNTAX          Unsigned32
1514    UNITS           "pixels"
1515    MAX-ACCESS      read-only
1516    STATUS          current
1517    DESCRIPTION
1518        "The negotiated picture width in receive direction for a video
1519        call session."
1520    ::= { cVideoCommonActiveEntry 17 }
1521
1522cVideoCommonActiveRxPictureHeight OBJECT-TYPE
1523    SYNTAX          Unsigned32
1524    UNITS           "pixels"
1525    MAX-ACCESS      read-only
1526    STATUS          current
1527    DESCRIPTION
1528        "The negotiated picture height in receive direction for a video
1529        call session."
1530    ::= { cVideoCommonActiveEntry 18 }
1531
1532cVideoCommonActiveRxConfigFrameRate OBJECT-TYPE
1533    SYNTAX          Unsigned32
1534    UNITS           "frames per second"
1535    MAX-ACCESS      read-only
1536    STATUS          current
1537    DESCRIPTION
1538        "The negotiated video stream frame rate in receive direction
1539        for a video call session."
1540    ::= { cVideoCommonActiveEntry 19 }
1541
1542cVideoCommonActiveRxConfigBitrate OBJECT-TYPE
1543    SYNTAX          Unsigned32
1544    UNITS           "kilobits per second"
1545    MAX-ACCESS      read-only
1546    STATUS          current
1547    DESCRIPTION
1548        "The negotiated video stream bitrate in receive direction for a
1549        video call session."
1550    ::= { cVideoCommonActiveEntry 20 }
1551
1552cVideoCommonActiveRxPayloadFormat OBJECT-TYPE
1553    SYNTAX          CvcVideoRtpPayloadFormat
1554    MAX-ACCESS      read-only
1555    STATUS          current
1556    DESCRIPTION
1557        "The video stream RTP payload format in receive direction for a
1558        video call session."
1559    ::= { cVideoCommonActiveEntry 21 }
1560
1561cVideoCommonActiveRxAnnex OBJECT-TYPE
1562    SYNTAX          CvcVideoCodecAnnexMap
1563    MAX-ACCESS      read-only
1564    STATUS          current
1565    DESCRIPTION
1566        "The video codec annex extension in receive direction for a
1567        video call session."
1568    REFERENCE
1569        "ITU-T H.263
1570            Annex A - Inverse transform accuracy specification
1571            Annex B - Hypothetical Reference Decoder
1572            Annex C - Considerations for multipoint
1573            Annex D - Unrestricted Motion Vector Mode
1574            Annex E - Syntax-based Arithmetic Coding mode
1575            Annex F - Advanced Prediction mode
1576            Annex G - PB-frames mode
1577            Annex H - Forward error correction for coded video
1578        signal
1579            Annex I - Advanced INTRA Coding mode
1580            Annex J - Deblocking Filter mode
1581            Annex K - Slice Structured mode
1582            Annex L - Supplemental enhancement information
1583        specification
1584            Annex M - Improved PB-frames mode
1585            Annex N - Reference Picture selection mode
1586            Annex O - Temporal, SNR, and Spatial Scalability mode
1587            Annex P - Reference picture resampling
1588            Annex Q - Reduced-Resolution Update mode
1589            Annex R - Independent Segment Decoding mode
1590            Annex S - Alternative INTER VLC mode
1591            Annex T - Modified Quantization mode
1592            Annex U - Enhanced reference picture selection mode
1593            Annex V - Data-partitioned slice mode
1594            Annex W - Additional supplemental enhancement
1595        information specification
1596
1597        ITU-T H.264
1598            Annex C - Hypothetical reference decoder
1599            Annex D - Supplemental enhancement information
1600            Annex E - Video usability information
1601            Annex G - Scalable video coding
1602            Annex H - Multiview video coding"
1603    ::= { cVideoCommonActiveEntry 22 }
1604
1605cVideoCommonActiveRxProfile OBJECT-TYPE
1606    SYNTAX          CvcVideoProfile
1607    MAX-ACCESS      read-only
1608    STATUS          current
1609    DESCRIPTION
1610        "The negotiated video stream profile in receive direction for a
1611        video call session."
1612    REFERENCE
1613        "ITU-T H.263: Annex X.2 Profiles of preferred mode support
1614        ITU-T H.264: Annex A.2 Profiles"
1615    ::= { cVideoCommonActiveEntry 23 }
1616
1617cVideoCommonActiveRxLevel OBJECT-TYPE
1618    SYNTAX          CvcVideoLevel
1619    MAX-ACCESS      read-only
1620    STATUS          current
1621    DESCRIPTION
1622        "The negotiated video stream level in receive direction for a
1623        video call session."
1624    REFERENCE       "ITU-T H.264: Annex A.3 Levels"
1625    ::= { cVideoCommonActiveEntry 24 }
1626
1627cVideoCommonActiveRxPackets OBJECT-TYPE
1628    SYNTAX          AbsoluteCounter32
1629    UNITS           "packets"
1630    MAX-ACCESS      read-only
1631    STATUS          current
1632    DESCRIPTION
1633        "The total number of video data packets received for the video
1634        call session."
1635    ::= { cVideoCommonActiveEntry 25 }
1636
1637cVideoCommonActiveRxBytes OBJECT-TYPE
1638    SYNTAX          Counter64
1639    UNITS           "bytes"
1640    MAX-ACCESS      read-only
1641    STATUS          current
1642    DESCRIPTION
1643        "The total number of video data bytes received for the video
1644        call session."
1645    ::= { cVideoCommonActiveEntry 26 }
1646
1647cVideoCommonActiveRxDuration OBJECT-TYPE
1648    SYNTAX          Unsigned32
1649    UNITS           "seconds"
1650    MAX-ACCESS      read-only
1651    STATUS          current
1652    DESCRIPTION
1653        "Duration of video stream path, in receive direction, opened for
1654        the call leg."
1655    ::= { cVideoCommonActiveEntry 27 }
1656
1657cVideoCommonActiveSessionId OBJECT-TYPE
1658    SYNTAX          Unsigned32
1659    MAX-ACCESS      read-only
1660    STATUS          current
1661    DESCRIPTION
1662        "Session ID is assigned by the call manager to identify call
1663        legs that belong to the same call session."
1664    ::= { cVideoCommonActiveEntry 28 }
1665
1666
1667
1668cVideoConfereeActiveTable OBJECT-TYPE
1669    SYNTAX          SEQUENCE OF CVideoConfereeActiveEntry
1670    MAX-ACCESS      not-accessible
1671    STATUS          current
1672    DESCRIPTION
1673        "This table provides the video extension to the call active
1674        table of IETF Dial Control MIB. It contains video call leg
1675        information and statistics for a video call within a conference
1676        (video conferee)."
1677    ::= { cVideoSessionActive 2 }
1678
1679cVideoConfereeActiveEntry OBJECT-TYPE
1680    SYNTAX          CVideoConfereeActiveEntry
1681    MAX-ACCESS      not-accessible
1682    STATUS          current
1683    DESCRIPTION
1684        "The information regarding a single video conferee call leg.
1685        This entry is an extension to the cVideoCommonActiveEntry,
1686        providing information specific to a video call entry that
1687        belongs to a conference.
1688
1689        An entry is created when the below conditions are met:
1690        1.  An associated call active entry in callActiveTable of the
1691        IETF
1692        Dial Control MIB with video callActiveInfoType is created.
1693        2.  An associated call active entry in cVoIPCallActiveTable of
1694        the Cisco Voice Dial Control MIB with SCCP
1695        cVoIPCallActiveSessionProtocol is created.
1696        3.  This call entry belongs to a video conference, i.e.
1697        cVideoCommonActiveCallType in cVideoCommonActiveEntry has value
1698        'conferenceCall'.
1699
1700        The entry is deleted when its associated call active entries in
1701        callActiveTable of the IETF Dial Control MIB and
1702        cVoIPCallActiveTable of the Cisco Voice Dial Control MIB are
1703        deleted."
1704    INDEX           {
1705                        callActiveSetupTime,
1706                        callActiveIndex
1707                    }
1708    ::= { cVideoConfereeActiveTable 1 }
1709
1710CVideoConfereeActiveEntry ::= SEQUENCE {
1711        cVideoConfereeActiveActualFrameRate          Unsigned32,
1712        cVideoConfereeActiveActualBitrate            Unsigned32,
1713        cVideoConfereeActiveTotalDroppedPackets      AbsoluteCounter32,
1714        cVideoConfereeActiveCurrentDroppedPackets    AbsoluteCounter32,
1715        cVideoConfereeActiveTotalOutOfOrderPackets   AbsoluteCounter32,
1716        cVideoConfereeActiveCurrentOutOfOrderPackets AbsoluteCounter32,
1717        cVideoConfereeActiveTotalLostPackets         AbsoluteCounter32,
1718        cVideoConfereeActiveCurrentLostPackets       AbsoluteCounter32,
1719        cVideoConfereeActiveMaxJitter                Gauge32,
1720        cVideoConfereeActiveCurrentJitter            Gauge32,
1721        cVideoConfereeActiveMaxDelay                 Gauge32,
1722        cVideoConfereeActiveCurrentDelay             Gauge32,
1723        cVideoConfereeActiveMaxOutOfSyncDelay        Gauge32,
1724        cVideoConfereeActiveCurrentOutOfSyncDelay    Gauge32,
1725        cVideoConfereeActiveFastVideoUpdateRate      AbsoluteCounter32
1726}
1727
1728cVideoConfereeActiveActualFrameRate OBJECT-TYPE
1729    SYNTAX          Unsigned32
1730    UNITS           "frames per second"
1731    MAX-ACCESS      read-only
1732    STATUS          current
1733    DESCRIPTION
1734        "The actual measured video stream frame rate for a video call
1735        session."
1736    ::= { cVideoConfereeActiveEntry 1 }
1737
1738cVideoConfereeActiveActualBitrate OBJECT-TYPE
1739    SYNTAX          Unsigned32
1740    UNITS           "kilobits per second"
1741    MAX-ACCESS      read-only
1742    STATUS          deprecated
1743    DESCRIPTION
1744        "This object is superseded by
1745        cVideoCommonStatsActiveTxActualBitrate
1746        in cVideoCommonStatsActiveTable.
1747
1748        The actual measured video stream bitrate for a video call
1749        session."
1750    ::= { cVideoConfereeActiveEntry 2 }
1751
1752cVideoConfereeActiveTotalDroppedPackets OBJECT-TYPE
1753    SYNTAX          AbsoluteCounter32
1754    UNITS           "packets"
1755    MAX-ACCESS      read-only
1756    STATUS          current
1757    DESCRIPTION
1758        "The total number of dropped video data packets for the
1759        video call session."
1760    ::= { cVideoConfereeActiveEntry 3 }
1761
1762cVideoConfereeActiveCurrentDroppedPackets OBJECT-TYPE
1763    SYNTAX          AbsoluteCounter32
1764    UNITS           "packets"
1765    MAX-ACCESS      read-only
1766    STATUS          current
1767    DESCRIPTION
1768        "The number of dropped video data packets within the last 5
1769        seconds for the video call session."
1770    ::= { cVideoConfereeActiveEntry 4 }
1771
1772cVideoConfereeActiveTotalOutOfOrderPackets OBJECT-TYPE
1773    SYNTAX          AbsoluteCounter32
1774    UNITS           "packets"
1775    MAX-ACCESS      read-only
1776    STATUS          deprecated
1777    DESCRIPTION
1778        "This object is superseded by
1779        cVideoCommonStatsActiveTxTotalOutOfOrderPackets
1780        in cVideoCommonStatsActiveTable.
1781
1782        The total number of out-of-order video data packets for the
1783        video call session."
1784    ::= { cVideoConfereeActiveEntry 5 }
1785
1786cVideoConfereeActiveCurrentOutOfOrderPackets OBJECT-TYPE
1787    SYNTAX          AbsoluteCounter32
1788    UNITS           "packets"
1789    MAX-ACCESS      read-only
1790    STATUS          deprecated
1791    DESCRIPTION
1792        "This object is superseded by
1793        cVideoCommonStatsActiveTxCurrentOutOfOrderPackets
1794        in cVideoCommonStatsActiveTable.
1795
1796        The number of out-of-order video data packets within the last 5
1797        seconds for the video call session."
1798    ::= { cVideoConfereeActiveEntry 6 }
1799
1800cVideoConfereeActiveTotalLostPackets OBJECT-TYPE
1801    SYNTAX          AbsoluteCounter32
1802    UNITS           "packets"
1803    MAX-ACCESS      read-only
1804    STATUS          deprecated
1805    DESCRIPTION
1806        "This object is superseded by
1807        cVideoCommonStatsActiveTxTotalLostPackets
1808        in cVideoCommonStatsActiveTable.
1809
1810        The total number of lost video data packets for the video call
1811        session."
1812    ::= { cVideoConfereeActiveEntry 7 }
1813
1814cVideoConfereeActiveCurrentLostPackets OBJECT-TYPE
1815    SYNTAX          AbsoluteCounter32
1816    UNITS           "packets"
1817    MAX-ACCESS      read-only
1818    STATUS          deprecated
1819    DESCRIPTION
1820        "This object is superseded by
1821        cVideoCommonStatsActiveTxCurrentLostPackets
1822        in cVideoCommonStatsActiveTable.
1823
1824        The number of lost video data packets within the last 5 seconds
1825        for the video call session."
1826    ::= { cVideoConfereeActiveEntry 8 }
1827
1828cVideoConfereeActiveMaxJitter OBJECT-TYPE
1829    SYNTAX          Gauge32
1830    UNITS           "milliseconds"
1831    MAX-ACCESS      read-only
1832    STATUS          deprecated
1833    DESCRIPTION
1834        "This object is superseded by cVideoCommonStatsActiveTxMaxJitter
1835        in cVideoCommonStatsActiveTable.
1836
1837        Maximum jitter measured since the beginning of the video call
1838        session."
1839    ::= { cVideoConfereeActiveEntry 9 }
1840
1841cVideoConfereeActiveCurrentJitter OBJECT-TYPE
1842    SYNTAX          Gauge32
1843    UNITS           "milliseconds"
1844    MAX-ACCESS      read-only
1845    STATUS          deprecated
1846    DESCRIPTION
1847        "This object is superseded by cVideoCommonStatsActiveTxAvgJitter
1848        in cVideoCommonStatsActiveTable.
1849
1850        Average jitter measured within the last 5 seconds of the video
1851        call session."
1852    ::= { cVideoConfereeActiveEntry 10 }
1853
1854cVideoConfereeActiveMaxDelay OBJECT-TYPE
1855    SYNTAX          Gauge32
1856    UNITS           "milliseconds"
1857    MAX-ACCESS      read-only
1858    STATUS          deprecated
1859    DESCRIPTION
1860        "This object is superseded by cVideoCommonStatsActiveTxMaxDelay
1861        in cVideoCommonStatsActiveTable.
1862
1863        Maximum delay measured since the beginning of the video call
1864        session."
1865    ::= { cVideoConfereeActiveEntry 11 }
1866
1867cVideoConfereeActiveCurrentDelay OBJECT-TYPE
1868    SYNTAX          Gauge32
1869    UNITS           "milliseconds"
1870    MAX-ACCESS      read-only
1871    STATUS          deprecated
1872    DESCRIPTION
1873        "This object is superseded by
1874        cVideoCommonStatsActiveTxCurrentDelay
1875        in cVideoCommonStatsActiveTable.
1876
1877        Average delay measured within the last 5 seconds of the video
1878        call session."
1879    ::= { cVideoConfereeActiveEntry 12 }
1880
1881cVideoConfereeActiveMaxOutOfSyncDelay OBJECT-TYPE
1882    SYNTAX          Gauge32
1883    UNITS           "milliseconds"
1884    MAX-ACCESS      read-only
1885    STATUS          current
1886    DESCRIPTION
1887        "Maximum out-of-sync delay measured since the beginning of the
1888        video call session."
1889    ::= { cVideoConfereeActiveEntry 13 }
1890
1891cVideoConfereeActiveCurrentOutOfSyncDelay OBJECT-TYPE
1892    SYNTAX          Gauge32
1893    UNITS           "milliseconds"
1894    MAX-ACCESS      read-only
1895    STATUS          current
1896    DESCRIPTION
1897        "Average out-of-sync delay measured within the last 5 seconds of
1898        the video call session."
1899    ::= { cVideoConfereeActiveEntry 14 }
1900
1901cVideoConfereeActiveFastVideoUpdateRate OBJECT-TYPE
1902    SYNTAX          AbsoluteCounter32
1903    MAX-ACCESS      read-only
1904    STATUS          current
1905    DESCRIPTION
1906        "Number of fast video update requests within the last 60
1907        seconds."
1908    ::= { cVideoConfereeActiveEntry 15 }
1909
1910
1911
1912cVideoCallActiveTable OBJECT-TYPE
1913    SYNTAX          SEQUENCE OF CVideoCallActiveEntry
1914    MAX-ACCESS      not-accessible
1915    STATUS          current
1916    DESCRIPTION
1917        "This table provides the video extension to the call active
1918        table of IETF Dial Control MIB. It contains video call leg
1919        information and statistics for a point-to-point video call."
1920    ::= { cVideoSessionActive 3 }
1921
1922cVideoCallActiveEntry OBJECT-TYPE
1923    SYNTAX          CVideoCallActiveEntry
1924    MAX-ACCESS      not-accessible
1925    STATUS          current
1926    DESCRIPTION
1927        "The information regarding a single video call leg.  This entry
1928        is an extension to the cVideoCommonActiveEntry, providing
1929        information specific to a point-to-point video call entry.
1930
1931        An entry is created when the below conditions are met:
1932        1.  An associated call active entry in callActiveTable of the
1933        IETF Dial Control MIB with video callActiveInfoType is created.
1934        2.  An associated call active entry in cVoIPCallActiveTable of
1935        the Cisco Voice Dial Control MIB with SCCP
1936        cVoIPCallActiveSessionProtocol is created.
1937        3.  This call entry belongs to a point-to-point video call,
1938        i.e. cVideoCommonActiveCallType in cVideoCommonActiveEntry has
1939        value 'pointToPointCall'.
1940
1941        The entry is deleted when its associated call active entries in
1942        callActiveTable of the IETF Dial Control MIB and
1943        cVoIPCallActiveTable of the Cisco Voice Dial Control MIB are
1944        deleted."
1945    INDEX           {
1946                        callActiveSetupTime,
1947                        callActiveIndex
1948                    }
1949    ::= { cVideoCallActiveTable 1 }
1950
1951CVideoCallActiveEntry ::= SEQUENCE {
1952        cVideoCallActiveRxActualBitrate        Unsigned32,
1953        cVideoCallActiveTxMacroblocksConcealed AbsoluteCounter32,
1954        cVideoCallActiveTxFramesConcealed      AbsoluteCounter32,
1955        cVideoCallActiveTxBadHeaderPackets     AbsoluteCounter32,
1956        cVideoCallActiveTxOverflowPackets      AbsoluteCounter32,
1957        cVideoCallActiveTxLostPackets          AbsoluteCounter32
1958}
1959
1960cVideoCallActiveRxActualBitrate OBJECT-TYPE
1961    SYNTAX          Unsigned32
1962    UNITS           "kilobits per second"
1963    MAX-ACCESS      read-only
1964    STATUS          deprecated
1965    DESCRIPTION
1966        "This object is superseded by
1967        cVideoCommonStatsActiveRxActualBitrate
1968        in cVideoCommonStatsActiveTable.
1969
1970        The actual measured video stream bitrate in receive direction
1971        for a video call session."
1972    ::= { cVideoCallActiveEntry 1 }
1973
1974cVideoCallActiveTxMacroblocksConcealed OBJECT-TYPE
1975    SYNTAX          AbsoluteCounter32
1976    UNITS           "macroblocks"
1977    MAX-ACCESS      read-only
1978    STATUS          current
1979    DESCRIPTION
1980        "Number of concealed macroblocks measured in transmit direction
1981        of the video call session.
1982        One macroblock is 16 pixels by 16 pixels."
1983    ::= { cVideoCallActiveEntry 2 }
1984
1985cVideoCallActiveTxFramesConcealed OBJECT-TYPE
1986    SYNTAX          AbsoluteCounter32
1987    UNITS           "frames"
1988    MAX-ACCESS      read-only
1989    STATUS          current
1990    DESCRIPTION
1991        "Number of concealed frames measured in transmit direction of
1992        the video call session."
1993    ::= { cVideoCallActiveEntry 3 }
1994
1995cVideoCallActiveTxBadHeaderPackets OBJECT-TYPE
1996    SYNTAX          AbsoluteCounter32
1997    UNITS           "packets"
1998    MAX-ACCESS      read-only
1999    STATUS          current
2000    DESCRIPTION
2001        "Number of bad header packets measured in transmit direction of
2002        the video call session."
2003    ::= { cVideoCallActiveEntry 4 }
2004
2005cVideoCallActiveTxOverflowPackets OBJECT-TYPE
2006    SYNTAX          AbsoluteCounter32
2007    UNITS           "packets"
2008    MAX-ACCESS      read-only
2009    STATUS          current
2010    DESCRIPTION
2011        "Number of overflow packets measured in transmit direction of
2012        the video call session."
2013    ::= { cVideoCallActiveEntry 5 }
2014
2015cVideoCallActiveTxLostPackets OBJECT-TYPE
2016    SYNTAX          AbsoluteCounter32
2017    UNITS           "packets"
2018    MAX-ACCESS      read-only
2019    STATUS          deprecated
2020    DESCRIPTION
2021        "This object is superseded by
2022        cVideoCommonStatsActiveTxTotalLostPackets
2023        in cVideoCommonStatsActiveTable.
2024
2025        Number of lost packets measured in transmit direction of the
2026        video call session."
2027    ::= { cVideoCallActiveEntry 6 }
2028
2029
2030
2031cVideoCommonStatsActiveTable OBJECT-TYPE
2032    SYNTAX          SEQUENCE OF CVideoCommonStatsActiveEntry
2033    MAX-ACCESS      not-accessible
2034    STATUS          current
2035    DESCRIPTION
2036        "This table provides the video extension to the call active
2037        table of IETF Dial Control MIB. It contains common video call
2038        leg statistics for both a video call within a conference (video
2039        conferee) and a simple video call."
2040    ::= { cVideoSessionActive 4 }
2041
2042cVideoCommonStatsActiveEntry OBJECT-TYPE
2043    SYNTAX          CVideoCommonStatsActiveEntry
2044    MAX-ACCESS      not-accessible
2045    STATUS          current
2046    DESCRIPTION
2047        "The common network statistics regarding a single video call
2048        leg.  This entry accompanies cVideoCommonActiveEntry with more
2049        detailed statistics.
2050
2051        An entry is created when the below conditions are met:
2052        1.  An associated call active entry in callActiveTable of the
2053        IETF Dial Control MIB with video callActiveInfoType is created.
2054        2.  An associated call active entry in cVoIPCallActiveTable of
2055        the Cisco Voice Dial Control MIB with SCCP
2056        cVoIPCallActiveSessionProtocol is created.
2057        3.  cVideoCommonActiveCallType of this call entry is
2058        'pointToPointCall' or 'conferenceCall'.
2059
2060        The entry is deleted when its associated call active entries in
2061        callActiveTable of the IETF Dial Control MIB and
2062        cVoIPCallActiveTable of the Cisco Voice Dial Control MIB are
2063        deleted."
2064    INDEX           {
2065                        callActiveSetupTime,
2066                        callActiveIndex
2067                    }
2068    ::= { cVideoCommonStatsActiveTable 1 }
2069
2070CVideoCommonStatsActiveEntry ::= SEQUENCE {
2071        cVideoCommonStatsActiveTxActualBitrate            Unsigned32,
2072        cVideoCommonStatsActiveTxTotalLostPackets         AbsoluteCounter32,
2073        cVideoCommonStatsActiveTxPercentLostPackets       Unsigned32,
2074        cVideoCommonStatsActiveTxCurrentLostPackets       AbsoluteCounter32,
2075        cVideoCommonStatsActiveTxTotalOutOfOrderPackets   AbsoluteCounter32,
2076        cVideoCommonStatsActiveTxCurrentOutOfOrderPackets AbsoluteCounter32,
2077        cVideoCommonStatsActiveTxMaxJitter                Gauge32,
2078        cVideoCommonStatsActiveTxAvgJitter                Gauge32,
2079        cVideoCommonStatsActiveTxCurrentJitter            Gauge32,
2080        cVideoCommonStatsActiveTxMaxDelay                 Gauge32,
2081        cVideoCommonStatsActiveTxAvgDelay                 Gauge32,
2082        cVideoCommonStatsActiveTxCurrentDelay             Gauge32,
2083        cVideoCommonStatsActiveRxActualBitrate            Unsigned32,
2084        cVideoCommonStatsActiveRxTotalLostPackets         AbsoluteCounter32,
2085        cVideoCommonStatsActiveRxPercentLostPackets       Unsigned32,
2086        cVideoCommonStatsActiveRxCurrentLostPackets       AbsoluteCounter32
2087}
2088
2089cVideoCommonStatsActiveTxActualBitrate OBJECT-TYPE
2090    SYNTAX          Unsigned32
2091    UNITS           "kilobits per second"
2092    MAX-ACCESS      read-only
2093    STATUS          current
2094    DESCRIPTION
2095        "The actual measured video stream bitrate in transmit direction
2096        for a video call session."
2097    ::= { cVideoCommonStatsActiveEntry 1 }
2098
2099cVideoCommonStatsActiveTxTotalLostPackets OBJECT-TYPE
2100    SYNTAX          AbsoluteCounter32
2101    UNITS           "packets"
2102    MAX-ACCESS      read-only
2103    STATUS          current
2104    DESCRIPTION
2105        "The total number of lost video data packets for the video call
2106        session in transmit direction."
2107    ::= { cVideoCommonStatsActiveEntry 2 }
2108
2109cVideoCommonStatsActiveTxPercentLostPackets OBJECT-TYPE
2110    SYNTAX          Unsigned32 (0..100)
2111    UNITS           "percent"
2112    MAX-ACCESS      read-only
2113    STATUS          current
2114    DESCRIPTION
2115        "The percentage of lost video data packets for the entire
2116        duration of the video call session in transmit direction."
2117    ::= { cVideoCommonStatsActiveEntry 3 }
2118
2119cVideoCommonStatsActiveTxCurrentLostPackets OBJECT-TYPE
2120    SYNTAX          AbsoluteCounter32
2121    UNITS           "packets"
2122    MAX-ACCESS      read-only
2123    STATUS          current
2124    DESCRIPTION
2125        "Number of lost packets within the last 5 seconds of the video
2126        call session in transmit direction."
2127    ::= { cVideoCommonStatsActiveEntry 4 }
2128
2129cVideoCommonStatsActiveTxTotalOutOfOrderPackets OBJECT-TYPE
2130    SYNTAX          AbsoluteCounter32
2131    UNITS           "packets"
2132    MAX-ACCESS      read-only
2133    STATUS          current
2134    DESCRIPTION
2135        "The total number of out-of-order video data packets for the
2136        video call session."
2137    ::= { cVideoCommonStatsActiveEntry 5 }
2138
2139cVideoCommonStatsActiveTxCurrentOutOfOrderPackets OBJECT-TYPE
2140    SYNTAX          AbsoluteCounter32
2141    UNITS           "packets"
2142    MAX-ACCESS      read-only
2143    STATUS          current
2144    DESCRIPTION
2145        "The number of out-of-order video data packets within the last 5
2146        seconds for the video call session in transmit direction."
2147    ::= { cVideoCommonStatsActiveEntry 6 }
2148
2149cVideoCommonStatsActiveTxMaxJitter OBJECT-TYPE
2150    SYNTAX          Gauge32
2151    UNITS           "milliseconds"
2152    MAX-ACCESS      read-only
2153    STATUS          current
2154    DESCRIPTION
2155        "Maximum jitter measured since the beginning of the video call
2156        session in transmit direction."
2157    ::= { cVideoCommonStatsActiveEntry 7 }
2158
2159cVideoCommonStatsActiveTxAvgJitter OBJECT-TYPE
2160    SYNTAX          Gauge32
2161    UNITS           "milliseconds"
2162    MAX-ACCESS      read-only
2163    STATUS          current
2164    DESCRIPTION
2165        "Average jitter calculated over the entire duration of the
2166        video call session in transmit direction."
2167    ::= { cVideoCommonStatsActiveEntry 8 }
2168
2169cVideoCommonStatsActiveTxCurrentJitter OBJECT-TYPE
2170    SYNTAX          Gauge32
2171    UNITS           "milliseconds"
2172    MAX-ACCESS      read-only
2173    STATUS          current
2174    DESCRIPTION
2175        "Average jitter measured within the last 5 seconds of the video
2176        call session in transmit direction."
2177    ::= { cVideoCommonStatsActiveEntry 9 }
2178
2179cVideoCommonStatsActiveTxMaxDelay OBJECT-TYPE
2180    SYNTAX          Gauge32
2181    UNITS           "milliseconds"
2182    MAX-ACCESS      read-only
2183    STATUS          current
2184    DESCRIPTION
2185        "Maximum delay measured since the beginning of the video call
2186        session in transmit direction."
2187    ::= { cVideoCommonStatsActiveEntry 10 }
2188
2189cVideoCommonStatsActiveTxAvgDelay OBJECT-TYPE
2190    SYNTAX          Gauge32
2191    UNITS           "milliseconds"
2192    MAX-ACCESS      read-only
2193    STATUS          current
2194    DESCRIPTION
2195        "Average delay calculated over the entire duration of the video
2196        call session in transmit direction."
2197    ::= { cVideoCommonStatsActiveEntry 11 }
2198
2199cVideoCommonStatsActiveTxCurrentDelay OBJECT-TYPE
2200    SYNTAX          Gauge32
2201    UNITS           "milliseconds"
2202    MAX-ACCESS      read-only
2203    STATUS          current
2204    DESCRIPTION
2205        "Average delay measured within the last 5 seconds of the video
2206        call session in transmit direction."
2207    ::= { cVideoCommonStatsActiveEntry 12 }
2208
2209cVideoCommonStatsActiveRxActualBitrate OBJECT-TYPE
2210    SYNTAX          Unsigned32
2211    UNITS           "kilobits per second"
2212    MAX-ACCESS      read-only
2213    STATUS          current
2214    DESCRIPTION
2215        "The actual measured video stream bitrate in receive direction
2216        for a video call session."
2217    ::= { cVideoCommonStatsActiveEntry 13 }
2218
2219cVideoCommonStatsActiveRxTotalLostPackets OBJECT-TYPE
2220    SYNTAX          AbsoluteCounter32
2221    UNITS           "packets"
2222    MAX-ACCESS      read-only
2223    STATUS          current
2224    DESCRIPTION
2225        "The total number of lost video data packets for the video call
2226        session in receive direction."
2227    ::= { cVideoCommonStatsActiveEntry 14 }
2228
2229cVideoCommonStatsActiveRxPercentLostPackets OBJECT-TYPE
2230    SYNTAX          Unsigned32 (0..100)
2231    UNITS           "percent"
2232    MAX-ACCESS      read-only
2233    STATUS          current
2234    DESCRIPTION
2235        "The percentage of lost video data packets for the entire
2236        duration of the video call session in receive direction."
2237    ::= { cVideoCommonStatsActiveEntry 15 }
2238
2239cVideoCommonStatsActiveRxCurrentLostPackets OBJECT-TYPE
2240    SYNTAX          AbsoluteCounter32
2241    UNITS           "packets"
2242    MAX-ACCESS      read-only
2243    STATUS          current
2244    DESCRIPTION
2245        "Number of lost packets within the last 5 seconds of the video
2246        call session in receive direction."
2247    ::= { cVideoCommonStatsActiveEntry 16 }
2248
2249
2250ciscoVideoSessionMIBCompliances  OBJECT IDENTIFIER
2251    ::= { ciscoVideoSessionMIBConform 1 }
2252
2253ciscoVideoSessionMIBGroups  OBJECT IDENTIFIER
2254    ::= { ciscoVideoSessionMIBConform 2 }
2255
2256
2257cVideoSessionMIBCompliance MODULE-COMPLIANCE
2258    STATUS          deprecated
2259    DESCRIPTION
2260        "The compliance statement for the SNMP entities
2261        that implement ciscoVideoSessionMIB module."
2262    MODULE          -- this module
2263    MANDATORY-GROUPS {
2264                        cVideoSessionHistoryGroup,
2265                        cVideoSessionActiveGroup
2266                    }
2267    ::= { ciscoVideoSessionMIBCompliances 1 }
2268
2269cVideoSessionMIBComplianceRev1 MODULE-COMPLIANCE
2270    STATUS          current
2271    DESCRIPTION
2272        "The compliance statement for the SNMP entities
2273        that implement ciscoVideoSessionMIB module."
2274    MODULE          -- this module
2275    MANDATORY-GROUPS {
2276                        cVideoSessionCommonStatusGroup,
2277                        cVideoSessionCommonStatisticsGroup,
2278                        cVideoSessionCallStatisticsGroup,
2279                        cVideoSessionConfereeStatisticsGroup
2280                    }
2281    ::= { ciscoVideoSessionMIBCompliances 2 }
2282
2283cVideoSessionHistoryGroup OBJECT-GROUP
2284    OBJECTS         {
2285                        cVideoCommonHistoryConnectionId,
2286                        cVideoCommonHistoryCallReferenceId,
2287                        cVideoCommonHistoryCallType,
2288                        cVideoCommonHistoryTxCodec,
2289                        cVideoCommonHistoryTxPictureWidth,
2290                        cVideoCommonHistoryTxPictureHeight,
2291                        cVideoCommonHistoryTxConfigFrameRate,
2292                        cVideoCommonHistoryTxConfigBitrate,
2293                        cVideoCommonHistoryTxPayloadFormat,
2294                        cVideoCommonHistoryTxAnnex,
2295                        cVideoCommonHistoryTxProfile,
2296                        cVideoCommonHistoryTxLevel,
2297                        cVideoCommonHistoryTxPackets,
2298                        cVideoCommonHistoryTxBytes,
2299                        cVideoCommonHistoryTxDuration,
2300                        cVideoCommonHistoryRxCodec,
2301                        cVideoCommonHistoryRxPictureWidth,
2302                        cVideoCommonHistoryRxPictureHeight,
2303                        cVideoCommonHistoryRxConfigFrameRate,
2304                        cVideoCommonHistoryRxConfigBitrate,
2305                        cVideoCommonHistoryRxPayloadFormat,
2306                        cVideoCommonHistoryRxAnnex,
2307                        cVideoCommonHistoryRxProfile,
2308                        cVideoCommonHistoryRxLevel,
2309                        cVideoCommonHistoryRxPackets,
2310                        cVideoCommonHistoryRxBytes,
2311                        cVideoCommonHistoryRxDuration,
2312                        cVideoConfereeHistoryTotalDroppedPackets,
2313                        cVideoConfereeHistoryMaxJitter,
2314                        cVideoConfereeHistoryMaxDelay,
2315                        cVideoConfereeHistoryTotalOutOfOrderPackets,
2316                        cVideoConfereeHistoryMaxOutOfSyncDelay,
2317                        cVideoConfereeHistoryTotalLostPackets,
2318                        cVideoCallHistoryTxMacroblocksConcealed,
2319                        cVideoCallHistoryTxFramesConcealed,
2320                        cVideoCallHistoryTxBadHeaderPackets,
2321                        cVideoCallHistoryTxOverflowPackets,
2322                        cVideoCallHistoryTxOutOfOrderPackets,
2323                        cVideoCallHistoryTxLostPackets
2324                    }
2325    STATUS          deprecated
2326    DESCRIPTION
2327        "This collection of objects provide the video call leg history."
2328    ::= { ciscoVideoSessionMIBGroups 1 }
2329
2330cVideoSessionActiveGroup OBJECT-GROUP
2331    OBJECTS         {
2332                        cVideoCommonActiveConnectionId,
2333                        cVideoCommonActiveCallReferenceId,
2334                        cVideoCommonActiveCallType,
2335                        cVideoCommonActiveTxCodec,
2336                        cVideoCommonActiveTxPictureWidth,
2337                        cVideoCommonActiveTxPictureHeight,
2338                        cVideoCommonActiveTxConfigFrameRate,
2339                        cVideoCommonActiveTxConfigBitrate,
2340                        cVideoCommonActiveTxPayloadFormat,
2341                        cVideoCommonActiveTxAnnex,
2342                        cVideoCommonActiveTxProfile,
2343                        cVideoCommonActiveTxLevel,
2344                        cVideoCommonActiveTxPackets,
2345                        cVideoCommonActiveTxBytes,
2346                        cVideoCommonActiveTxDuration,
2347                        cVideoCommonActiveRxCodec,
2348                        cVideoCommonActiveRxPictureWidth,
2349                        cVideoCommonActiveRxPictureHeight,
2350                        cVideoCommonActiveRxConfigFrameRate,
2351                        cVideoCommonActiveRxConfigBitrate,
2352                        cVideoCommonActiveRxPayloadFormat,
2353                        cVideoCommonActiveRxAnnex,
2354                        cVideoCommonActiveRxProfile,
2355                        cVideoCommonActiveRxLevel,
2356                        cVideoCommonActiveRxPackets,
2357                        cVideoCommonActiveRxBytes,
2358                        cVideoCommonActiveRxDuration,
2359                        cVideoConfereeActiveActualFrameRate,
2360                        cVideoConfereeActiveActualBitrate,
2361                        cVideoConfereeActiveTotalDroppedPackets,
2362                        cVideoConfereeActiveCurrentDroppedPackets,
2363                        cVideoConfereeActiveTotalOutOfOrderPackets,
2364                        cVideoConfereeActiveCurrentOutOfOrderPackets,
2365                        cVideoConfereeActiveTotalLostPackets,
2366                        cVideoConfereeActiveCurrentLostPackets,
2367                        cVideoConfereeActiveMaxJitter,
2368                        cVideoConfereeActiveCurrentJitter,
2369                        cVideoConfereeActiveMaxDelay,
2370                        cVideoConfereeActiveCurrentDelay,
2371                        cVideoConfereeActiveMaxOutOfSyncDelay,
2372                        cVideoConfereeActiveCurrentOutOfSyncDelay,
2373                        cVideoConfereeActiveFastVideoUpdateRate,
2374                        cVideoCallActiveRxActualBitrate,
2375                        cVideoCallActiveTxMacroblocksConcealed,
2376                        cVideoCallActiveTxFramesConcealed,
2377                        cVideoCallActiveTxBadHeaderPackets,
2378                        cVideoCallActiveTxOverflowPackets,
2379                        cVideoCallActiveTxLostPackets
2380                    }
2381    STATUS          deprecated
2382    DESCRIPTION
2383        "This collection of objects provide the active video call
2384        information."
2385    ::= { ciscoVideoSessionMIBGroups 2 }
2386
2387cVideoSessionCommonStatusGroup OBJECT-GROUP
2388    OBJECTS         {
2389                        cVideoCommonHistoryConnectionId,
2390                        cVideoCommonHistoryCallReferenceId,
2391                        cVideoCommonHistoryCallType,
2392                        cVideoCommonHistoryTxCodec,
2393                        cVideoCommonHistoryTxPictureWidth,
2394                        cVideoCommonHistoryTxPictureHeight,
2395                        cVideoCommonHistoryTxConfigFrameRate,
2396                        cVideoCommonHistoryTxConfigBitrate,
2397                        cVideoCommonHistoryTxPayloadFormat,
2398                        cVideoCommonHistoryTxAnnex,
2399                        cVideoCommonHistoryTxProfile,
2400                        cVideoCommonHistoryTxLevel,
2401                        cVideoCommonHistoryTxPackets,
2402                        cVideoCommonHistoryTxBytes,
2403                        cVideoCommonHistoryTxDuration,
2404                        cVideoCommonHistoryRxCodec,
2405                        cVideoCommonHistoryRxPictureWidth,
2406                        cVideoCommonHistoryRxPictureHeight,
2407                        cVideoCommonHistoryRxConfigFrameRate,
2408                        cVideoCommonHistoryRxConfigBitrate,
2409                        cVideoCommonHistoryRxPayloadFormat,
2410                        cVideoCommonHistoryRxAnnex,
2411                        cVideoCommonHistoryRxProfile,
2412                        cVideoCommonHistoryRxLevel,
2413                        cVideoCommonHistoryRxPackets,
2414                        cVideoCommonHistoryRxBytes,
2415                        cVideoCommonHistoryRxDuration,
2416                        cVideoCommonHistorySessionId,
2417                        cVideoCommonActiveConnectionId,
2418                        cVideoCommonActiveCallReferenceId,
2419                        cVideoCommonActiveCallType,
2420                        cVideoCommonActiveTxCodec,
2421                        cVideoCommonActiveTxPictureWidth,
2422                        cVideoCommonActiveTxPictureHeight,
2423                        cVideoCommonActiveTxConfigFrameRate,
2424                        cVideoCommonActiveTxConfigBitrate,
2425                        cVideoCommonActiveTxPayloadFormat,
2426                        cVideoCommonActiveTxAnnex,
2427                        cVideoCommonActiveTxProfile,
2428                        cVideoCommonActiveTxLevel,
2429                        cVideoCommonActiveTxPackets,
2430                        cVideoCommonActiveTxBytes,
2431                        cVideoCommonActiveTxDuration,
2432                        cVideoCommonActiveRxCodec,
2433                        cVideoCommonActiveRxPictureWidth,
2434                        cVideoCommonActiveRxPictureHeight,
2435                        cVideoCommonActiveRxConfigFrameRate,
2436                        cVideoCommonActiveRxConfigBitrate,
2437                        cVideoCommonActiveRxPayloadFormat,
2438                        cVideoCommonActiveRxAnnex,
2439                        cVideoCommonActiveRxProfile,
2440                        cVideoCommonActiveRxLevel,
2441                        cVideoCommonActiveRxPackets,
2442                        cVideoCommonActiveRxBytes,
2443                        cVideoCommonActiveRxDuration,
2444                        cVideoCommonActiveSessionId
2445                    }
2446    STATUS          current
2447    DESCRIPTION
2448        "This collection of objects provides basic information and
2449        statistics for a video call leg."
2450    ::= { ciscoVideoSessionMIBGroups 3 }
2451
2452cVideoSessionCommonStatisticsGroup OBJECT-GROUP
2453    OBJECTS         {
2454                        cVideoCommonStatsHistoryTxTotalLostPackets,
2455                        cVideoCommonStatsHistoryTxPercentLostPackets,
2456                        cVideoCommonStatsHistoryTxTotalOutOfOrderPackets,
2457                        cVideoCommonStatsHistoryTxMaxJitter,
2458                        cVideoCommonStatsHistoryTxAvgJitter,
2459                        cVideoCommonStatsHistoryTxMaxDelay,
2460                        cVideoCommonStatsHistoryTxAvgDelay,
2461                        cVideoCommonStatsHistoryRxTotalLostPackets,
2462                        cVideoCommonStatsHistoryRxPercentLostPackets,
2463                        cVideoCommonStatsActiveTxActualBitrate,
2464                        cVideoCommonStatsActiveTxTotalLostPackets,
2465                        cVideoCommonStatsActiveTxPercentLostPackets,
2466                        cVideoCommonStatsActiveTxCurrentLostPackets,
2467                        cVideoCommonStatsActiveTxTotalOutOfOrderPackets,
2468                        cVideoCommonStatsActiveTxCurrentOutOfOrderPackets,
2469                        cVideoCommonStatsActiveTxMaxJitter,
2470                        cVideoCommonStatsActiveTxAvgJitter,
2471                        cVideoCommonStatsActiveTxCurrentJitter,
2472                        cVideoCommonStatsActiveTxMaxDelay,
2473                        cVideoCommonStatsActiveTxAvgDelay,
2474                        cVideoCommonStatsActiveTxCurrentDelay,
2475                        cVideoCommonStatsActiveRxActualBitrate,
2476                        cVideoCommonStatsActiveRxTotalLostPackets,
2477                        cVideoCommonStatsActiveRxPercentLostPackets,
2478                        cVideoCommonStatsActiveRxCurrentLostPackets
2479                    }
2480    STATUS          current
2481    DESCRIPTION
2482        "This collection of objects provides more detailed statistics
2483        for a video call leg."
2484    ::= { ciscoVideoSessionMIBGroups 4 }
2485
2486cVideoSessionCallStatisticsGroup OBJECT-GROUP
2487    OBJECTS         {
2488                        cVideoCallHistoryTxMacroblocksConcealed,
2489                        cVideoCallHistoryTxFramesConcealed,
2490                        cVideoCallHistoryTxBadHeaderPackets,
2491                        cVideoCallHistoryTxOverflowPackets,
2492                        cVideoCallActiveTxMacroblocksConcealed,
2493                        cVideoCallActiveTxFramesConcealed,
2494                        cVideoCallActiveTxBadHeaderPackets,
2495                        cVideoCallActiveTxOverflowPackets
2496                    }
2497    STATUS          current
2498    DESCRIPTION
2499        "This collection of objects provides more detailed statistics
2500        for a point-to-point video call leg."
2501    ::= { ciscoVideoSessionMIBGroups 5 }
2502
2503cVideoSessionConfereeStatisticsGroup OBJECT-GROUP
2504    OBJECTS         {
2505                        cVideoConfereeHistoryTotalDroppedPackets,
2506                        cVideoConfereeHistoryMaxOutOfSyncDelay,
2507                        cVideoConfereeActiveActualFrameRate,
2508                        cVideoConfereeActiveTotalDroppedPackets,
2509                        cVideoConfereeActiveCurrentDroppedPackets,
2510                        cVideoConfereeActiveMaxOutOfSyncDelay,
2511                        cVideoConfereeActiveCurrentOutOfSyncDelay,
2512                        cVideoConfereeActiveFastVideoUpdateRate
2513                    }
2514    STATUS          current
2515    DESCRIPTION
2516        "This collection of objects provides more detailed statistics
2517        for a video call leg within a conference (video conferee)."
2518    ::= { ciscoVideoSessionMIBGroups 6 }
2519
2520END
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609