CISCO-VIDEO-SESSION-MIB

File: CISCO-VIDEO-SESSION-MIB.mib (101012 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
DIAL-CONTROL-MIB CISCO-VIDEO-TC CISCO-VOICE-COMMON-DIAL-CONTROL-MIB
CISCO-DIAL-CONTROL-MIB CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Gauge32
Counter64 Unsigned32 MODULE-COMPLIANCE
OBJECT-GROUP TEXTUAL-CONVENTION AbsoluteCounter32
callActiveSetupTime callActiveIndex CvcVideoLevel
CvcVideoProfile CvcVideoCodecAnnexMap CvcVideoRtpPayloadFormat
CvcGUid CvcVideoCoderRate CvcCallReferenceIdOrZero
cCallHistoryIndex ciscoMgmt

Defined Types

CvcVoIPCallServiceType  
This object describes the call type of this call entry. conferenceCall (1) - This call belongs to a video conference. pointToPointCall (2) - This call belongs to a point-to-point video call. monitoredCall (3) - This call is monitored for video quality.
TEXTUAL-CONVENTION    
  INTEGER conferenceCall(1), pointToPointCall(2), monitoredCall(3), other(255)  

CvcVideoLevel  
This object specifies the H.264 level of the video stream. Level 1b (9) Level 1 (10) Level 1.1 (11) Level 1.2 (12) Level 1.3 (13) Level 2 (20) Level 2.1 (21) Level 2.2 (22) Level 3 (30) Level 3.1 (31) Level 3.2 (32) Level 4 (40) Level 4.1 (41) Level 4.2 (42) Level 5 (50) Level 5.1 (51) CvcVideoLevel object is superseded by CvcVideoLevel in CISCO-VIDEO-TC.
TEXTUAL-CONVENTION    
  INTEGER level1b(9), level1(10), level11(11), level12(12), level13(13), level2(20), level21(21), level22(22), level3(30), level31(31), level32(32), level4(40), level41(41), level42(42), level5(50), level51(51), other(255)  

CvcVideoProfile  
This object specifies the H.264 profile of the video stream. H.263 Profiles: Profile 0 (10) Profile 1 (11) Profile 2 (12) Profile 3 (13) Profile 4 (14) Profile 5 (15) Profile 6 (16) Profile 7 (17) Profile 8 (18) H.264 Profiles: Baseline Profile (100) Main Profile (101) Extended Profile (102) High Profile (103) High 10 Profile (104) High 4:2:2 Profile (105) High 4:4:4 Predictive Profile (106) High 10 Intra Profile (107) High 4:2:2 Intra Profile (108) High 4:4:4 Intra Profile (109) CAVLC 4:4:4 Intra Profile (110) CvcVideoProfile object is superseded by CvcVideoProfile in CISCO-VIDEO-TC.
TEXTUAL-CONVENTION    
  INTEGER h263Profile0(10), h263Profile1(11), h263Profile2(12), h263Profile3(13), h263Profile4(14), h263Profile5(15), h263Profile6(16), h263Profile7(17), h263Profile8(18), h264ProfileBaseline(100), h264ProfileMain(101), h264ProfileExtended(102), h264ProfileHigh(103), h264ProfileHigh10(104), h264ProfileHigh422(105), h264ProfileHigh444Predictive(106), h264ProfileHigh10Intra(107), h264ProfileHigh422Intra(108), h264ProfileHigh444Intra(109), h264ProfileCavlc444Intra(110), other(255)  

CvcVideoCodecAnnexMap  
This is a bit map that describes the annex(es) present for the video codec. Multiple annexes can be present; bits that are set to 1 indicate the supported annex(es) correspondingly. No annex - 0x000000 (no bit is on) Annex D.1 - 0x000001 (bit 0) Annex D.2 - 0x000002 (bit 1) Annex E - 0x000004 (bit 2) Annex F - 0x000008 (bit 3) Annex G - 0x000010 (bit 4) Annex H - 0x000020 (bit 5) Annex I - 0x000040 (bit 6) Annex J - 0x000080 (bit 7) Annex K - 0x000100 (bit 8) Annex L - 0x000200 (bit 9) Annex M - 0x000400 (bit 10) Annex N - 0x000800 (bit 11) Annex O - 0x001000 (bit 12) Annex P - 0x002000 (bit 13) Annex Q - 0x004000 (bit 14) Annex R - 0x008000 (bit 15) Annex S - 0x010000 (bit 16) Annex T - 0x020000 (bit 17) Annex U - 0x040000 (bit 18) Annex V - 0x080000 (bit 19) Annex W - 0x100000 (bit 20) CvcVideoCodecAnnexMap object is superseded by CvcVideoCodecAnnexMap in CISCO-VIDEO-TC.
TEXTUAL-CONVENTION    
  BITS annexNone(0), annexD1(1), annexD2(2), annexE(3), annexF(4), annexG(5), annexH(6), annexI(7), annexJ(8), annexK(9), annexL(10), annexM(11), annexN(12), annexO(13), annexP(14), annexQ(15), annexR(16), annexS(17), annexT(18), annexU(19), annexV(20), annexW(21)  

CvcRtpPayloadFormat  
This object specifies the RTP payload format used for the video stream. RFC2190 (1) - RTP payload format for video codec H.263 RFC2429 (2) - RTP payload format for video codec H.263 RFC4629 (3) - RTP payload format for video codec H.263 RFC3984 (4) - RTP payload format for video codec H.264 CvcRtpPayloadFormat object is superseded by CvcVideoRtpPayloadFormat in CISCO-VIDEO-TC.
TEXTUAL-CONVENTION    
  INTEGER rfc2190(1), rfc2429(2), rfc4629(3), rfc3984(4), other(255)  

CVideoCommonHistoryEntry  
SEQUENCE    
  cVideoCommonHistoryConnectionId CvcGUid
  cVideoCommonHistoryCallReferenceId CvcCallReferenceIdOrZero
  cVideoCommonHistoryCallType CvcVoIPCallServiceType
  cVideoCommonHistoryTxCodec CvcVideoCoderRate
  cVideoCommonHistoryTxPictureWidth Unsigned32
  cVideoCommonHistoryTxPictureHeight Unsigned32
  cVideoCommonHistoryTxConfigFrameRate Unsigned32
  cVideoCommonHistoryTxConfigBitrate Unsigned32
  cVideoCommonHistoryTxPayloadFormat CvcVideoRtpPayloadFormat
  cVideoCommonHistoryTxAnnex CvcVideoCodecAnnexMap
  cVideoCommonHistoryTxProfile CvcVideoProfile
  cVideoCommonHistoryTxLevel CvcVideoLevel
  cVideoCommonHistoryTxPackets AbsoluteCounter32
  cVideoCommonHistoryTxBytes Counter64
  cVideoCommonHistoryTxDuration Unsigned32
  cVideoCommonHistoryRxCodec CvcVideoCoderRate
  cVideoCommonHistoryRxPictureWidth Unsigned32
  cVideoCommonHistoryRxPictureHeight Unsigned32
  cVideoCommonHistoryRxConfigFrameRate Unsigned32
  cVideoCommonHistoryRxConfigBitrate Unsigned32
  cVideoCommonHistoryRxPayloadFormat CvcVideoRtpPayloadFormat
  cVideoCommonHistoryRxAnnex CvcVideoCodecAnnexMap
  cVideoCommonHistoryRxProfile CvcVideoProfile
  cVideoCommonHistoryRxLevel CvcVideoLevel
  cVideoCommonHistoryRxPackets AbsoluteCounter32
  cVideoCommonHistoryRxBytes Counter64
  cVideoCommonHistoryRxDuration Unsigned32
  cVideoCommonHistorySessionId Unsigned32

CVideoConfereeHistoryEntry  
SEQUENCE    
  cVideoConfereeHistoryTotalDroppedPackets AbsoluteCounter32
  cVideoConfereeHistoryMaxJitter Gauge32
  cVideoConfereeHistoryMaxDelay Gauge32
  cVideoConfereeHistoryTotalOutOfOrderPackets AbsoluteCounter32
  cVideoConfereeHistoryMaxOutOfSyncDelay Gauge32
  cVideoConfereeHistoryTotalLostPackets AbsoluteCounter32

CVideoCallHistoryEntry  
SEQUENCE    
  cVideoCallHistoryTxMacroblocksConcealed AbsoluteCounter32
  cVideoCallHistoryTxFramesConcealed AbsoluteCounter32
  cVideoCallHistoryTxBadHeaderPackets AbsoluteCounter32
  cVideoCallHistoryTxOverflowPackets AbsoluteCounter32
  cVideoCallHistoryTxOutOfOrderPackets AbsoluteCounter32
  cVideoCallHistoryTxLostPackets AbsoluteCounter32

CVideoCommonStatsHistoryEntry  
SEQUENCE    
  cVideoCommonStatsHistoryTxTotalLostPackets AbsoluteCounter32
  cVideoCommonStatsHistoryTxPercentLostPackets Unsigned32
  cVideoCommonStatsHistoryTxTotalOutOfOrderPackets AbsoluteCounter32
  cVideoCommonStatsHistoryTxMaxJitter Gauge32
  cVideoCommonStatsHistoryTxAvgJitter Gauge32
  cVideoCommonStatsHistoryTxMaxDelay Gauge32
  cVideoCommonStatsHistoryTxAvgDelay Gauge32
  cVideoCommonStatsHistoryRxTotalLostPackets AbsoluteCounter32
  cVideoCommonStatsHistoryRxPercentLostPackets Unsigned32

CVideoCommonActiveEntry  
SEQUENCE    
  cVideoCommonActiveConnectionId CvcGUid
  cVideoCommonActiveCallReferenceId CvcCallReferenceIdOrZero
  cVideoCommonActiveCallType CvcVoIPCallServiceType
  cVideoCommonActiveTxCodec CvcVideoCoderRate
  cVideoCommonActiveTxPictureWidth Unsigned32
  cVideoCommonActiveTxPictureHeight Unsigned32
  cVideoCommonActiveTxConfigFrameRate Unsigned32
  cVideoCommonActiveTxConfigBitrate Unsigned32
  cVideoCommonActiveTxPayloadFormat CvcVideoRtpPayloadFormat
  cVideoCommonActiveTxAnnex CvcVideoCodecAnnexMap
  cVideoCommonActiveTxProfile CvcVideoProfile
  cVideoCommonActiveTxLevel CvcVideoLevel
  cVideoCommonActiveTxPackets AbsoluteCounter32
  cVideoCommonActiveTxBytes Counter64
  cVideoCommonActiveTxDuration Unsigned32
  cVideoCommonActiveRxCodec CvcVideoCoderRate
  cVideoCommonActiveRxPictureWidth Unsigned32
  cVideoCommonActiveRxPictureHeight Unsigned32
  cVideoCommonActiveRxConfigFrameRate Unsigned32
  cVideoCommonActiveRxConfigBitrate Unsigned32
  cVideoCommonActiveRxPayloadFormat CvcVideoRtpPayloadFormat
  cVideoCommonActiveRxAnnex CvcVideoCodecAnnexMap
  cVideoCommonActiveRxProfile CvcVideoProfile
  cVideoCommonActiveRxLevel CvcVideoLevel
  cVideoCommonActiveRxPackets AbsoluteCounter32
  cVideoCommonActiveRxBytes Counter64
  cVideoCommonActiveRxDuration Unsigned32
  cVideoCommonActiveSessionId Unsigned32

CVideoConfereeActiveEntry  
SEQUENCE    
  cVideoConfereeActiveActualFrameRate Unsigned32
  cVideoConfereeActiveActualBitrate Unsigned32
  cVideoConfereeActiveTotalDroppedPackets AbsoluteCounter32
  cVideoConfereeActiveCurrentDroppedPackets AbsoluteCounter32
  cVideoConfereeActiveTotalOutOfOrderPackets AbsoluteCounter32
  cVideoConfereeActiveCurrentOutOfOrderPackets AbsoluteCounter32
  cVideoConfereeActiveTotalLostPackets AbsoluteCounter32
  cVideoConfereeActiveCurrentLostPackets AbsoluteCounter32
  cVideoConfereeActiveMaxJitter Gauge32
  cVideoConfereeActiveCurrentJitter Gauge32
  cVideoConfereeActiveMaxDelay Gauge32
  cVideoConfereeActiveCurrentDelay Gauge32
  cVideoConfereeActiveMaxOutOfSyncDelay Gauge32
  cVideoConfereeActiveCurrentOutOfSyncDelay Gauge32
  cVideoConfereeActiveFastVideoUpdateRate AbsoluteCounter32

CVideoCallActiveEntry  
SEQUENCE    
  cVideoCallActiveRxActualBitrate Unsigned32
  cVideoCallActiveTxMacroblocksConcealed AbsoluteCounter32
  cVideoCallActiveTxFramesConcealed AbsoluteCounter32
  cVideoCallActiveTxBadHeaderPackets AbsoluteCounter32
  cVideoCallActiveTxOverflowPackets AbsoluteCounter32
  cVideoCallActiveTxLostPackets AbsoluteCounter32

CVideoCommonStatsActiveEntry  
SEQUENCE    
  cVideoCommonStatsActiveTxActualBitrate Unsigned32
  cVideoCommonStatsActiveTxTotalLostPackets AbsoluteCounter32
  cVideoCommonStatsActiveTxPercentLostPackets Unsigned32
  cVideoCommonStatsActiveTxCurrentLostPackets AbsoluteCounter32
  cVideoCommonStatsActiveTxTotalOutOfOrderPackets AbsoluteCounter32
  cVideoCommonStatsActiveTxCurrentOutOfOrderPackets AbsoluteCounter32
  cVideoCommonStatsActiveTxMaxJitter Gauge32
  cVideoCommonStatsActiveTxAvgJitter Gauge32
  cVideoCommonStatsActiveTxCurrentJitter Gauge32
  cVideoCommonStatsActiveTxMaxDelay Gauge32
  cVideoCommonStatsActiveTxAvgDelay Gauge32
  cVideoCommonStatsActiveTxCurrentDelay Gauge32
  cVideoCommonStatsActiveRxActualBitrate Unsigned32
  cVideoCommonStatsActiveRxTotalLostPackets AbsoluteCounter32
  cVideoCommonStatsActiveRxPercentLostPackets Unsigned32
  cVideoCommonStatsActiveRxCurrentLostPackets AbsoluteCounter32

Defined Values

ciscoVideoSessionMIB 1.3.6.1.4.1.9.9.753
This MIB module complements the CISCO-VOICE-DIAL-CONTROL-MIB, which provides voice telephony peer information, by providing management of video telephony peer information. This MIB module enhances the IETF Dial Control MIB (RFC2128) by providing video call information over an IP network. A video call is different from an audio call in that a video call typically consists of 2 call legs - audio and video - and each call leg is represented by one call entry. Therefore, each video call creates 2 call entries. In order to associate the video and audio entries of the same video call, a call reference ID is used, i.e., the video and audio entries of the same video call have the same call reference ID. There are 4 tables (Common, Common Statistics, Conferee and Call) in this MIB, where each table contains different information depending on the type of the video call: 1. 'common' and 'common statistics' table entries are created for all video calls; 2. A 'conferee' table entry is created for calls that belong to a video conference; conferee means a participant of a conference; and 3. A 'call' table entry is created for point-to-point video calls. I.e., for a video conference call, there are valid information in the 'common,' 'common statistics' and 'conferee' tables; for a video point-to-point call, there are valid information in the 'common,' 'common statistics' and 'call' tables. Transmit(TX) and Receive(RX) Directions: The video stream direction is defined with respect to the video endpoint. I.e., transmit(TX) refers to the video stream sent by the endpoint and receive(RX) refers to the video stream received by the endpoint. REFERENCE [1] RFC 2128 Dial Control Management Information Base using SMIv2.
MODULE-IDENTITY    

ciscoVideoSessionMIBNotifs 1.3.6.1.4.1.9.9.753.0
OBJECT IDENTIFIER    

ciscoVideoSessionMIBObjects 1.3.6.1.4.1.9.9.753.1
OBJECT IDENTIFIER    

ciscoVideoSessionMIBConform 1.3.6.1.4.1.9.9.753.2
OBJECT IDENTIFIER    

cVideoSessionHistory 1.3.6.1.4.1.9.9.753.1.1
OBJECT IDENTIFIER    

cVideoSessionActive 1.3.6.1.4.1.9.9.753.1.2
OBJECT IDENTIFIER    

cVideoCommonHistoryTable 1.3.6.1.4.1.9.9.753.1.1.1
This table provides the video extension to the call history table of Cisco Dial Control MIB. It contains common video call leg information and statistics for both a video conference call (video conferee) and a point-to-point video call.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CVideoCommonHistoryEntry

cVideoCommonHistoryEntry 1.3.6.1.4.1.9.9.753.1.1.1.1
The common information for a single video call leg. An entry is created when the below conditions are met: 1. An associated call history entry in cCallHistoryTable of the Cisco Dial Control MIB with video cCallHistoryInfoType is created. 2. An associated call history entry in cVoIPCallHistoryTable of the Cisco Voice Dial Control MIB with SCCP cVoIPCallHistorySessionProtocol is created. 3. cVideoCommonHistoryCallType of this call entry is 'pointToPointCall', 'conferenceCall' or 'monitoredCall'. The entry is deleted when its associated call history entries in cCallHistoryTable of the Cisco Dial Control MIB and cVoIPCallHistoryTable of the Cisco Voice Dial Control MIB are deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  CVideoCommonHistoryEntry  

cVideoCommonHistoryConnectionId 1.3.6.1.4.1.9.9.753.1.1.1.1.1
The global call identifier for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  CvcGUid  

cVideoCommonHistoryCallReferenceId 1.3.6.1.4.1.9.9.753.1.1.1.1.2
The call reference ID associates the video call entry and voice call entry of the same endpoint. The call reference ID is assigned by the call manager and is non-zero for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  CvcCallReferenceIdOrZero  

cVideoCommonHistoryCallType 1.3.6.1.4.1.9.9.753.1.1.1.1.3
This object describes the call type of this call entry.
Status: current Access: read-only
OBJECT-TYPE    
  CvcVoIPCallServiceType  

cVideoCommonHistoryTxCodec 1.3.6.1.4.1.9.9.753.1.1.1.1.4
The encoding type used to compress the video data in transmit direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  CvcVideoCoderRate  

cVideoCommonHistoryTxPictureWidth 1.3.6.1.4.1.9.9.753.1.1.1.1.5
The picture width in transmit direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cVideoCommonHistoryTxPictureHeight 1.3.6.1.4.1.9.9.753.1.1.1.1.6
The picture height in transmit direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cVideoCommonHistoryTxConfigFrameRate 1.3.6.1.4.1.9.9.753.1.1.1.1.7
The video stream frame rate in transmit direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cVideoCommonHistoryTxConfigBitrate 1.3.6.1.4.1.9.9.753.1.1.1.1.8
The video stream bitrate in transmit direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cVideoCommonHistoryTxPayloadFormat 1.3.6.1.4.1.9.9.753.1.1.1.1.9
The video stream RTP payload format in transmit direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  CvcVideoRtpPayloadFormat  

cVideoCommonHistoryTxAnnex 1.3.6.1.4.1.9.9.753.1.1.1.1.10
The video codec annex extension in transmit direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  CvcVideoCodecAnnexMap  

cVideoCommonHistoryTxProfile 1.3.6.1.4.1.9.9.753.1.1.1.1.11
The video stream profile in transmit direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  CvcVideoProfile  

cVideoCommonHistoryTxLevel 1.3.6.1.4.1.9.9.753.1.1.1.1.12
The video stream level in transmit direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  CvcVideoLevel  

cVideoCommonHistoryTxPackets 1.3.6.1.4.1.9.9.753.1.1.1.1.13
The total number of video data packets transmitted for the video call session.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cVideoCommonHistoryTxBytes 1.3.6.1.4.1.9.9.753.1.1.1.1.14
The total number of video data bytes transmitted for the video call session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cVideoCommonHistoryTxDuration 1.3.6.1.4.1.9.9.753.1.1.1.1.15
Duration of video stream path, in transmit direction, opened for the call leg.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cVideoCommonHistoryRxCodec 1.3.6.1.4.1.9.9.753.1.1.1.1.16
The encoding type used to compress the video data in receive direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  CvcVideoCoderRate  

cVideoCommonHistoryRxPictureWidth 1.3.6.1.4.1.9.9.753.1.1.1.1.17
The picture width in receive direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cVideoCommonHistoryRxPictureHeight 1.3.6.1.4.1.9.9.753.1.1.1.1.18
The picture height in receive direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cVideoCommonHistoryRxConfigFrameRate 1.3.6.1.4.1.9.9.753.1.1.1.1.19
The video stream frame rate in receive direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cVideoCommonHistoryRxConfigBitrate 1.3.6.1.4.1.9.9.753.1.1.1.1.20
The video stream bitrate in receive direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cVideoCommonHistoryRxPayloadFormat 1.3.6.1.4.1.9.9.753.1.1.1.1.21
The video stream RTP payload format in receive direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  CvcVideoRtpPayloadFormat  

cVideoCommonHistoryRxAnnex 1.3.6.1.4.1.9.9.753.1.1.1.1.22
The video codec annex extension in receive direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  CvcVideoCodecAnnexMap  

cVideoCommonHistoryRxProfile 1.3.6.1.4.1.9.9.753.1.1.1.1.23
The video stream profile in receive direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  CvcVideoProfile  

cVideoCommonHistoryRxLevel 1.3.6.1.4.1.9.9.753.1.1.1.1.24
The video stream level in receive direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  CvcVideoLevel  

cVideoCommonHistoryRxPackets 1.3.6.1.4.1.9.9.753.1.1.1.1.25
The total number of video data packets received for the video call session.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cVideoCommonHistoryRxBytes 1.3.6.1.4.1.9.9.753.1.1.1.1.26
The total number of video data bytes received for the video call session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cVideoCommonHistoryRxDuration 1.3.6.1.4.1.9.9.753.1.1.1.1.27
Duration of video stream path, in receive direction, opened for the call leg.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cVideoCommonHistorySessionId 1.3.6.1.4.1.9.9.753.1.1.1.1.28
Session ID is assigned by the call manager to identify call legs that belong to the same call session.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cVideoConfereeHistoryTable 1.3.6.1.4.1.9.9.753.1.1.2
This table provides the video extension to the call history table of Cisco Dial Control MIB. It contains video call leg information and statistics for a video conference call (video conferee).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CVideoConfereeHistoryEntry

cVideoConfereeHistoryEntry 1.3.6.1.4.1.9.9.753.1.1.2.1
The information regarding a single video conferee call leg. This entry is an extension to the cVideoCommonHistoryEntry, providing information specific to a video call entry that belongs to a conference. An entry is created when the below conditions are met: 1. An associated call history entry in cCallHistoryTable of the Cisco Dial Control MIB with video cCallHistoryInfoType is created. 2. An associated call history entry in cVoIPCallHistoryTable of the Cisco Voice Dial Control MIB with SCCP cVoIPCallHistorySessionProtocol is created. 3. This call entry belongs to a video conference call, i.e. cVideoCommonHistoryCallType in cVideoCommonHistoryEntry has value 'conferenceCall'. The entry is deleted when its associated call history entries in cCallHistoryTable of the Cisco Dial Control MIB and cVoIPCallHistoryTable of the Cisco Voice Dial Control MIB are deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  CVideoConfereeHistoryEntry  

cVideoConfereeHistoryTotalDroppedPackets 1.3.6.1.4.1.9.9.753.1.1.2.1.1
The total number of dropped video data packets for the video call session.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cVideoConfereeHistoryMaxJitter 1.3.6.1.4.1.9.9.753.1.1.2.1.2
This object is superseded by cVideoCommonStatsHistoryTxMaxJitter in cVideoCommonStatsHistoryTable. Maximum jitter measured since the beginning of the video call session.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Gauge32  

cVideoConfereeHistoryMaxDelay 1.3.6.1.4.1.9.9.753.1.1.2.1.3
This object is superseded by cVideoCommonStatsHistoryTxMaxDelay in cVideoCommonStatsHistoryTable. Maximum delay measured since the beginning of the video call session.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Gauge32  

cVideoConfereeHistoryTotalOutOfOrderPackets 1.3.6.1.4.1.9.9.753.1.1.2.1.4
This object is superseded by cVideoCommonStatsHistoryTxTotalOutOfOrderPackets in cVideoCommonStatsHistoryTable. The total number of out-of-order video data packets for the video call session.
Status: deprecated Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cVideoConfereeHistoryMaxOutOfSyncDelay 1.3.6.1.4.1.9.9.753.1.1.2.1.5
Maximum out-of-sync delay measured since the beginning of the video call session.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cVideoConfereeHistoryTotalLostPackets 1.3.6.1.4.1.9.9.753.1.1.2.1.6
This object is superseded by cVideoCommonStatsHistoryTxTotalLostPackets in cVideoCommonStatsHistoryTable. The total number of lost video data packets for the video call session.
Status: deprecated Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cVideoCallHistoryTable 1.3.6.1.4.1.9.9.753.1.1.3
This table provides the video extension to the call history table of Cisco Dial Control MIB. It contains video call leg information and statistics for a point-to-point video call.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CVideoCallHistoryEntry

cVideoCallHistoryEntry 1.3.6.1.4.1.9.9.753.1.1.3.1
The information regarding a single video call leg. This entry is an extension to the cVideoCommonHistoryEntry, providing information specific to a point-to-point video call entry. An entry is created when the below conditions are met: 1. An associated call history entry in cCallHistoryTable of the Cisco Dial Control MIB with video cCallHistoryInfoType is created. 2. An associated call history entry in cVoIPCallHistoryTable of the Cisco Voice Dial Control MIB with SCCP cVoIPCallHistorySessionProtocol is created. 3. This call history entry belongs to a point-to-point video call, i.e. cVideoCommonHistoryCallType in cVideoCommonHistoryEntry has value 'pointToPointCall'. The entry is deleted when its associated call history entries in cCallHistoryTable of the Cisco Dial Control MIB and cVoIPCallHistoryTable of the Cisco Voice Dial Control MIB are deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  CVideoCallHistoryEntry  

cVideoCallHistoryTxMacroblocksConcealed 1.3.6.1.4.1.9.9.753.1.1.3.1.1
Number of concealed macroblocks measured in transmit direction of the video call session. One macroblock is 16 pixels by 16 pixels.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cVideoCallHistoryTxFramesConcealed 1.3.6.1.4.1.9.9.753.1.1.3.1.2
Number of concealed frames measured in transmit direction of the video call session.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cVideoCallHistoryTxBadHeaderPackets 1.3.6.1.4.1.9.9.753.1.1.3.1.3
Number of bad header packets measured in transmit direction of the video call session.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cVideoCallHistoryTxOverflowPackets 1.3.6.1.4.1.9.9.753.1.1.3.1.4
Number of overflow packets measured in transmit direction of the video call session.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cVideoCallHistoryTxOutOfOrderPackets 1.3.6.1.4.1.9.9.753.1.1.3.1.5
This object is superseded by cVideoCommonStatsHistoryTxTotalOutOfOrderPackets in cVideoCommonStatsHistoryTable. Number of out-of-order packets measured in transmit direction of the video call session.
Status: deprecated Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cVideoCallHistoryTxLostPackets 1.3.6.1.4.1.9.9.753.1.1.3.1.6
This object is superseded by cVideoCommonStatsHistoryTxTotalLostPackets in cVideoCommonStatsHistoryTable. Number of lost packets measured in transmit direction of the video call session.
Status: deprecated Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cVideoCommonStatsHistoryTable 1.3.6.1.4.1.9.9.753.1.1.4
This table provides the video extension to the call history table of Cisco Dial Control MIB. It contains common video call leg statistics for both a video call within a conference (video conferee) and a simple video call.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CVideoCommonStatsHistoryEntry

cVideoCommonStatsHistoryEntry 1.3.6.1.4.1.9.9.753.1.1.4.1
The common network statistics for a single video call leg. This entry accompanies cVideoCommonActiveEntry with more detailed statistics. An entry is created when the below conditions are met: 1. An associated call history entry in cCallHistoryTable of the Cisco Dial Control MIB with video cCallHistoryInfoType is created. 2. An associated call history entry in cVoIPCallHistoryTable of the Cisco Voice Dial Control MIB with SCCP cVoIPCallHistorySessionProtocol is created. 3. cVideoCommonHistoryCallType of this call entry is 'pointToPointCall' or 'conferenceCall'. The entry is deleted when its associated call history entries in cCallHistoryTable of the Cisco Dial Control MIB and cVoIPCallHistoryTable of the Cisco Voice Dial Control MIB are deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  CVideoCommonStatsHistoryEntry  

cVideoCommonStatsHistoryTxTotalLostPackets 1.3.6.1.4.1.9.9.753.1.1.4.1.1
Number of lost packets of the video call session measured in transmit direction.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cVideoCommonStatsHistoryTxPercentLostPackets 1.3.6.1.4.1.9.9.753.1.1.4.1.2
The percentage of lost video data packets for the entire duration of the video call session in transmit direction.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..100  

cVideoCommonStatsHistoryTxTotalOutOfOrderPackets 1.3.6.1.4.1.9.9.753.1.1.4.1.3
Number of out-of-order packets of the video call session measured in transmit direction.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cVideoCommonStatsHistoryTxMaxJitter 1.3.6.1.4.1.9.9.753.1.1.4.1.4
Maximum jitter measured since the beginning of the video call session in transmit direction.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cVideoCommonStatsHistoryTxAvgJitter 1.3.6.1.4.1.9.9.753.1.1.4.1.5
Average jitter measured since the beginning of the video call session in transmit direction.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cVideoCommonStatsHistoryTxMaxDelay 1.3.6.1.4.1.9.9.753.1.1.4.1.6
Maximum delay measured since the beginning of the video call session in transmit direction.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cVideoCommonStatsHistoryTxAvgDelay 1.3.6.1.4.1.9.9.753.1.1.4.1.7
Average delay since the beginning of the video call session measured in transmit direction.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cVideoCommonStatsHistoryRxTotalLostPackets 1.3.6.1.4.1.9.9.753.1.1.4.1.8
The total number of lost video data packets for the video call session in receive direction.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cVideoCommonStatsHistoryRxPercentLostPackets 1.3.6.1.4.1.9.9.753.1.1.4.1.9
The percentage of lost video data packets for the entire duration of the video call session in receive direction.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..100  

cVideoCommonActiveTable 1.3.6.1.4.1.9.9.753.1.2.1
This table provides the video extension to the call active table of IETF Dial Control MIB. It contains common video call leg information and statistics for both a video call within a conference (video conferee) and a simple video call.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CVideoCommonActiveEntry

cVideoCommonActiveEntry 1.3.6.1.4.1.9.9.753.1.2.1.1
The information regarding a single video call leg. An entry is created when the below conditions are met: 1. An associated call active entry in callActiveTable of the IETF Dial Control MIB with video callActiveInfoType is created. 2. An associated call active entry in cVoIPCallActiveTable of the Cisco Voice Dial Control MIB with SCCP cVoIPCallActiveSessionProtocol is created. 3. cVideoCommonActiveCallType of this call entry is 'pointToPointCall', conferenceCall, or 'monitoredCall'. The entry is deleted when its associated call active entries in callActiveTable of the IETF Dial Control MIB and cVoIPCallActiveTable of the Cisco Voice Dial Control MIB are deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  CVideoCommonActiveEntry  

cVideoCommonActiveConnectionId 1.3.6.1.4.1.9.9.753.1.2.1.1.1
The global call identifier for a video call leg.
Status: current Access: read-only
OBJECT-TYPE    
  CvcGUid  

cVideoCommonActiveCallReferenceId 1.3.6.1.4.1.9.9.753.1.2.1.1.2
The call reference ID associates the video call entry and voice call entry of the same endpoint. The call reference ID is assigned by the call manager and is non-zero for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  CvcCallReferenceIdOrZero  

cVideoCommonActiveCallType 1.3.6.1.4.1.9.9.753.1.2.1.1.3
This object describes the call type of this call entry.
Status: current Access: read-only
OBJECT-TYPE    
  CvcVoIPCallServiceType  

cVideoCommonActiveTxCodec 1.3.6.1.4.1.9.9.753.1.2.1.1.4
The encoding type used to compress the video data in transmit direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  CvcVideoCoderRate  

cVideoCommonActiveTxPictureWidth 1.3.6.1.4.1.9.9.753.1.2.1.1.5
The picture width in transmit direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cVideoCommonActiveTxPictureHeight 1.3.6.1.4.1.9.9.753.1.2.1.1.6
The picture height in transmit direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cVideoCommonActiveTxConfigFrameRate 1.3.6.1.4.1.9.9.753.1.2.1.1.7
The video stream frame rate in transmit direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cVideoCommonActiveTxConfigBitrate 1.3.6.1.4.1.9.9.753.1.2.1.1.8
The video stream bitrate in transmit direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cVideoCommonActiveTxPayloadFormat 1.3.6.1.4.1.9.9.753.1.2.1.1.9
The video stream RTP payload format in transmit direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  CvcVideoRtpPayloadFormat  

cVideoCommonActiveTxAnnex 1.3.6.1.4.1.9.9.753.1.2.1.1.10
The video codec annex extension in transmit direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  CvcVideoCodecAnnexMap  

cVideoCommonActiveTxProfile 1.3.6.1.4.1.9.9.753.1.2.1.1.11
The video stream profile in transmit direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  CvcVideoProfile  

cVideoCommonActiveTxLevel 1.3.6.1.4.1.9.9.753.1.2.1.1.12
The video stream level in transmit direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  CvcVideoLevel  

cVideoCommonActiveTxPackets 1.3.6.1.4.1.9.9.753.1.2.1.1.13
The total number of video data packets transmitted for the video call session.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cVideoCommonActiveTxBytes 1.3.6.1.4.1.9.9.753.1.2.1.1.14
The total number of video data bytes transmitted for the video call session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cVideoCommonActiveTxDuration 1.3.6.1.4.1.9.9.753.1.2.1.1.15
Duration of video stream path, in transmit direction, opened for the call leg.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cVideoCommonActiveRxCodec 1.3.6.1.4.1.9.9.753.1.2.1.1.16
The negotiated encoding type used to compress the video data in receive direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  CvcVideoCoderRate  

cVideoCommonActiveRxPictureWidth 1.3.6.1.4.1.9.9.753.1.2.1.1.17
The negotiated picture width in receive direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cVideoCommonActiveRxPictureHeight 1.3.6.1.4.1.9.9.753.1.2.1.1.18
The negotiated picture height in receive direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cVideoCommonActiveRxConfigFrameRate 1.3.6.1.4.1.9.9.753.1.2.1.1.19
The negotiated video stream frame rate in receive direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cVideoCommonActiveRxConfigBitrate 1.3.6.1.4.1.9.9.753.1.2.1.1.20
The negotiated video stream bitrate in receive direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cVideoCommonActiveRxPayloadFormat 1.3.6.1.4.1.9.9.753.1.2.1.1.21
The video stream RTP payload format in receive direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  CvcVideoRtpPayloadFormat  

cVideoCommonActiveRxAnnex 1.3.6.1.4.1.9.9.753.1.2.1.1.22
The video codec annex extension in receive direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  CvcVideoCodecAnnexMap  

cVideoCommonActiveRxProfile 1.3.6.1.4.1.9.9.753.1.2.1.1.23
The negotiated video stream profile in receive direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  CvcVideoProfile  

cVideoCommonActiveRxLevel 1.3.6.1.4.1.9.9.753.1.2.1.1.24
The negotiated video stream level in receive direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  CvcVideoLevel  

cVideoCommonActiveRxPackets 1.3.6.1.4.1.9.9.753.1.2.1.1.25
The total number of video data packets received for the video call session.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cVideoCommonActiveRxBytes 1.3.6.1.4.1.9.9.753.1.2.1.1.26
The total number of video data bytes received for the video call session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cVideoCommonActiveRxDuration 1.3.6.1.4.1.9.9.753.1.2.1.1.27
Duration of video stream path, in receive direction, opened for the call leg.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cVideoCommonActiveSessionId 1.3.6.1.4.1.9.9.753.1.2.1.1.28
Session ID is assigned by the call manager to identify call legs that belong to the same call session.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cVideoConfereeActiveTable 1.3.6.1.4.1.9.9.753.1.2.2
This table provides the video extension to the call active table of IETF Dial Control MIB. It contains video call leg information and statistics for a video call within a conference (video conferee).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CVideoConfereeActiveEntry

cVideoConfereeActiveEntry 1.3.6.1.4.1.9.9.753.1.2.2.1
The information regarding a single video conferee call leg. This entry is an extension to the cVideoCommonActiveEntry, providing information specific to a video call entry that belongs to a conference. An entry is created when the below conditions are met: 1. An associated call active entry in callActiveTable of the IETF Dial Control MIB with video callActiveInfoType is created. 2. An associated call active entry in cVoIPCallActiveTable of the Cisco Voice Dial Control MIB with SCCP cVoIPCallActiveSessionProtocol is created. 3. This call entry belongs to a video conference, i.e. cVideoCommonActiveCallType in cVideoCommonActiveEntry has value 'conferenceCall'. The entry is deleted when its associated call active entries in callActiveTable of the IETF Dial Control MIB and cVoIPCallActiveTable of the Cisco Voice Dial Control MIB are deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  CVideoConfereeActiveEntry  

cVideoConfereeActiveActualFrameRate 1.3.6.1.4.1.9.9.753.1.2.2.1.1
The actual measured video stream frame rate for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cVideoConfereeActiveActualBitrate 1.3.6.1.4.1.9.9.753.1.2.2.1.2
This object is superseded by cVideoCommonStatsActiveTxActualBitrate in cVideoCommonStatsActiveTable. The actual measured video stream bitrate for a video call session.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Unsigned32  

cVideoConfereeActiveTotalDroppedPackets 1.3.6.1.4.1.9.9.753.1.2.2.1.3
The total number of dropped video data packets for the video call session.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cVideoConfereeActiveCurrentDroppedPackets 1.3.6.1.4.1.9.9.753.1.2.2.1.4
The number of dropped video data packets within the last 5 seconds for the video call session.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cVideoConfereeActiveTotalOutOfOrderPackets 1.3.6.1.4.1.9.9.753.1.2.2.1.5
This object is superseded by cVideoCommonStatsActiveTxTotalOutOfOrderPackets in cVideoCommonStatsActiveTable. The total number of out-of-order video data packets for the video call session.
Status: deprecated Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cVideoConfereeActiveCurrentOutOfOrderPackets 1.3.6.1.4.1.9.9.753.1.2.2.1.6
This object is superseded by cVideoCommonStatsActiveTxCurrentOutOfOrderPackets in cVideoCommonStatsActiveTable. The number of out-of-order video data packets within the last 5 seconds for the video call session.
Status: deprecated Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cVideoConfereeActiveTotalLostPackets 1.3.6.1.4.1.9.9.753.1.2.2.1.7
This object is superseded by cVideoCommonStatsActiveTxTotalLostPackets in cVideoCommonStatsActiveTable. The total number of lost video data packets for the video call session.
Status: deprecated Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cVideoConfereeActiveCurrentLostPackets 1.3.6.1.4.1.9.9.753.1.2.2.1.8
This object is superseded by cVideoCommonStatsActiveTxCurrentLostPackets in cVideoCommonStatsActiveTable. The number of lost video data packets within the last 5 seconds for the video call session.
Status: deprecated Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cVideoConfereeActiveMaxJitter 1.3.6.1.4.1.9.9.753.1.2.2.1.9
This object is superseded by cVideoCommonStatsActiveTxMaxJitter in cVideoCommonStatsActiveTable. Maximum jitter measured since the beginning of the video call session.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Gauge32  

cVideoConfereeActiveCurrentJitter 1.3.6.1.4.1.9.9.753.1.2.2.1.10
This object is superseded by cVideoCommonStatsActiveTxAvgJitter in cVideoCommonStatsActiveTable. Average jitter measured within the last 5 seconds of the video call session.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Gauge32  

cVideoConfereeActiveMaxDelay 1.3.6.1.4.1.9.9.753.1.2.2.1.11
This object is superseded by cVideoCommonStatsActiveTxMaxDelay in cVideoCommonStatsActiveTable. Maximum delay measured since the beginning of the video call session.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Gauge32  

cVideoConfereeActiveCurrentDelay 1.3.6.1.4.1.9.9.753.1.2.2.1.12
This object is superseded by cVideoCommonStatsActiveTxCurrentDelay in cVideoCommonStatsActiveTable. Average delay measured within the last 5 seconds of the video call session.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Gauge32  

cVideoConfereeActiveMaxOutOfSyncDelay 1.3.6.1.4.1.9.9.753.1.2.2.1.13
Maximum out-of-sync delay measured since the beginning of the video call session.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cVideoConfereeActiveCurrentOutOfSyncDelay 1.3.6.1.4.1.9.9.753.1.2.2.1.14
Average out-of-sync delay measured within the last 5 seconds of the video call session.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cVideoConfereeActiveFastVideoUpdateRate 1.3.6.1.4.1.9.9.753.1.2.2.1.15
Number of fast video update requests within the last 60 seconds.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cVideoCallActiveTable 1.3.6.1.4.1.9.9.753.1.2.3
This table provides the video extension to the call active table of IETF Dial Control MIB. It contains video call leg information and statistics for a point-to-point video call.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CVideoCallActiveEntry

cVideoCallActiveEntry 1.3.6.1.4.1.9.9.753.1.2.3.1
The information regarding a single video call leg. This entry is an extension to the cVideoCommonActiveEntry, providing information specific to a point-to-point video call entry. An entry is created when the below conditions are met: 1. An associated call active entry in callActiveTable of the IETF Dial Control MIB with video callActiveInfoType is created. 2. An associated call active entry in cVoIPCallActiveTable of the Cisco Voice Dial Control MIB with SCCP cVoIPCallActiveSessionProtocol is created. 3. This call entry belongs to a point-to-point video call, i.e. cVideoCommonActiveCallType in cVideoCommonActiveEntry has value 'pointToPointCall'. The entry is deleted when its associated call active entries in callActiveTable of the IETF Dial Control MIB and cVoIPCallActiveTable of the Cisco Voice Dial Control MIB are deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  CVideoCallActiveEntry  

cVideoCallActiveRxActualBitrate 1.3.6.1.4.1.9.9.753.1.2.3.1.1
This object is superseded by cVideoCommonStatsActiveRxActualBitrate in cVideoCommonStatsActiveTable. The actual measured video stream bitrate in receive direction for a video call session.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Unsigned32  

cVideoCallActiveTxMacroblocksConcealed 1.3.6.1.4.1.9.9.753.1.2.3.1.2
Number of concealed macroblocks measured in transmit direction of the video call session. One macroblock is 16 pixels by 16 pixels.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cVideoCallActiveTxFramesConcealed 1.3.6.1.4.1.9.9.753.1.2.3.1.3
Number of concealed frames measured in transmit direction of the video call session.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cVideoCallActiveTxBadHeaderPackets 1.3.6.1.4.1.9.9.753.1.2.3.1.4
Number of bad header packets measured in transmit direction of the video call session.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cVideoCallActiveTxOverflowPackets 1.3.6.1.4.1.9.9.753.1.2.3.1.5
Number of overflow packets measured in transmit direction of the video call session.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cVideoCallActiveTxLostPackets 1.3.6.1.4.1.9.9.753.1.2.3.1.6
This object is superseded by cVideoCommonStatsActiveTxTotalLostPackets in cVideoCommonStatsActiveTable. Number of lost packets measured in transmit direction of the video call session.
Status: deprecated Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cVideoCommonStatsActiveTable 1.3.6.1.4.1.9.9.753.1.2.4
This table provides the video extension to the call active table of IETF Dial Control MIB. It contains common video call leg statistics for both a video call within a conference (video conferee) and a simple video call.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CVideoCommonStatsActiveEntry

cVideoCommonStatsActiveEntry 1.3.6.1.4.1.9.9.753.1.2.4.1
The common network statistics regarding a single video call leg. This entry accompanies cVideoCommonActiveEntry with more detailed statistics. An entry is created when the below conditions are met: 1. An associated call active entry in callActiveTable of the IETF Dial Control MIB with video callActiveInfoType is created. 2. An associated call active entry in cVoIPCallActiveTable of the Cisco Voice Dial Control MIB with SCCP cVoIPCallActiveSessionProtocol is created. 3. cVideoCommonActiveCallType of this call entry is 'pointToPointCall' or 'conferenceCall'. The entry is deleted when its associated call active entries in callActiveTable of the IETF Dial Control MIB and cVoIPCallActiveTable of the Cisco Voice Dial Control MIB are deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  CVideoCommonStatsActiveEntry  

cVideoCommonStatsActiveTxActualBitrate 1.3.6.1.4.1.9.9.753.1.2.4.1.1
The actual measured video stream bitrate in transmit direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cVideoCommonStatsActiveTxTotalLostPackets 1.3.6.1.4.1.9.9.753.1.2.4.1.2
The total number of lost video data packets for the video call session in transmit direction.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cVideoCommonStatsActiveTxPercentLostPackets 1.3.6.1.4.1.9.9.753.1.2.4.1.3
The percentage of lost video data packets for the entire duration of the video call session in transmit direction.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..100  

cVideoCommonStatsActiveTxCurrentLostPackets 1.3.6.1.4.1.9.9.753.1.2.4.1.4
Number of lost packets within the last 5 seconds of the video call session in transmit direction.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cVideoCommonStatsActiveTxTotalOutOfOrderPackets 1.3.6.1.4.1.9.9.753.1.2.4.1.5
The total number of out-of-order video data packets for the video call session.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cVideoCommonStatsActiveTxCurrentOutOfOrderPackets 1.3.6.1.4.1.9.9.753.1.2.4.1.6
The number of out-of-order video data packets within the last 5 seconds for the video call session in transmit direction.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cVideoCommonStatsActiveTxMaxJitter 1.3.6.1.4.1.9.9.753.1.2.4.1.7
Maximum jitter measured since the beginning of the video call session in transmit direction.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cVideoCommonStatsActiveTxAvgJitter 1.3.6.1.4.1.9.9.753.1.2.4.1.8
Average jitter calculated over the entire duration of the video call session in transmit direction.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cVideoCommonStatsActiveTxCurrentJitter 1.3.6.1.4.1.9.9.753.1.2.4.1.9
Average jitter measured within the last 5 seconds of the video call session in transmit direction.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cVideoCommonStatsActiveTxMaxDelay 1.3.6.1.4.1.9.9.753.1.2.4.1.10
Maximum delay measured since the beginning of the video call session in transmit direction.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cVideoCommonStatsActiveTxAvgDelay 1.3.6.1.4.1.9.9.753.1.2.4.1.11
Average delay calculated over the entire duration of the video call session in transmit direction.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cVideoCommonStatsActiveTxCurrentDelay 1.3.6.1.4.1.9.9.753.1.2.4.1.12
Average delay measured within the last 5 seconds of the video call session in transmit direction.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cVideoCommonStatsActiveRxActualBitrate 1.3.6.1.4.1.9.9.753.1.2.4.1.13
The actual measured video stream bitrate in receive direction for a video call session.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cVideoCommonStatsActiveRxTotalLostPackets 1.3.6.1.4.1.9.9.753.1.2.4.1.14
The total number of lost video data packets for the video call session in receive direction.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cVideoCommonStatsActiveRxPercentLostPackets 1.3.6.1.4.1.9.9.753.1.2.4.1.15
The percentage of lost video data packets for the entire duration of the video call session in receive direction.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..100  

cVideoCommonStatsActiveRxCurrentLostPackets 1.3.6.1.4.1.9.9.753.1.2.4.1.16
Number of lost packets within the last 5 seconds of the video call session in receive direction.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

ciscoVideoSessionMIBCompliances 1.3.6.1.4.1.9.9.753.2.1
OBJECT IDENTIFIER    

ciscoVideoSessionMIBGroups 1.3.6.1.4.1.9.9.753.2.2
OBJECT IDENTIFIER    

cVideoSessionMIBCompliance 1.3.6.1.4.1.9.9.753.2.1.1
The compliance statement for the SNMP entities that implement ciscoVideoSessionMIB module.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

cVideoSessionMIBComplianceRev1 1.3.6.1.4.1.9.9.753.2.1.2
The compliance statement for the SNMP entities that implement ciscoVideoSessionMIB module.
Status: current Access: read-only
MODULE-COMPLIANCE    

cVideoSessionHistoryGroup 1.3.6.1.4.1.9.9.753.2.2.1
This collection of objects provide the video call leg history.
Status: deprecated Access: read-only
OBJECT-GROUP    

cVideoSessionActiveGroup 1.3.6.1.4.1.9.9.753.2.2.2
This collection of objects provide the active video call information.
Status: deprecated Access: read-only
OBJECT-GROUP    

cVideoSessionCommonStatusGroup 1.3.6.1.4.1.9.9.753.2.2.3
This collection of objects provides basic information and statistics for a video call leg.
Status: current Access: read-only
OBJECT-GROUP    

cVideoSessionCommonStatisticsGroup 1.3.6.1.4.1.9.9.753.2.2.4
This collection of objects provides more detailed statistics for a video call leg.
Status: current Access: read-only
OBJECT-GROUP    

cVideoSessionCallStatisticsGroup 1.3.6.1.4.1.9.9.753.2.2.5
This collection of objects provides more detailed statistics for a point-to-point video call leg.
Status: current Access: read-only
OBJECT-GROUP    

cVideoSessionConfereeStatisticsGroup 1.3.6.1.4.1.9.9.753.2.2.6
This collection of objects provides more detailed statistics for a video call leg within a conference (video conferee).
Status: current Access: read-only
OBJECT-GROUP