MP-MIB

File: MP-MIB.mib (26126 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
MULTI-MEDIA-MIB-TC

Imported symbols

Counter32 Integer32 enterprises
OBJECT-TYPE MODULE-IDENTITY NOTIFICATION-TYPE
TAddress RowStatus TruthValue
DateAndTime MODULE-COMPLIANCE OBJECT-GROUP
MmGatekeeperID MmTAddressTag MmEndpointID
MmGlobalIdentifier

Defined Types

MpConferenceTableEntry  
SEQUENCE    
  mpConferenceConferenceId MmGlobalIdentifier
  mpConferenceAudioNoiseThreshold Integer32
  mpConferenceLipSyncEnable TruthValue

MpConferenceParticipantsTableEntry  
SEQUENCE    
  mpConferenceParticipantsTableIndex Integer32
  mpConferenceParticipantsEndpointId MmEndpointID
  mpConferenceParticipantsTransmitAudioState INTEGER
  mpConferenceParticipantsReceiveAudioState INTEGER
  mpConferenceParticipantsTransmitVideoState INTEGER
  mpConferenceParticipantsReceiveVideoState INTEGER
  mpConferenceParticipantsLoudnessMeasurement Integer32
  mpConferenceParticipantsVoiceActivity TruthValue
  mpConferenceParticipantsInputAudioGain Integer32
  mpConferenceParticipantsOutputAudioGain Integer32
  mpConferenceParticipantsMaxAudioEncoderPayloadSize Integer32
  mpConferenceParticipantsMaxAudioDecoderPayloadSize Integer32
  mpConferenceParticipantsTotalPacketsTransmitted Counter32
  mpConferenceParticipantsTotalPacketsReceived Counter32
  mpConferenceParticipantsInvalidPacketErrors Counter32
  mpConferenceParticipantsLateAudioPacketsDropped Counter32
  mpConferenceParticipantsReceivedSilencePackets Counter32
  mpConferenceParticipantsSilencePacketsGenerated Counter32
  mpConferenceParticipantsVideoFrameRate Integer32
  mpConferenceParticipantsVideoResolution INTEGER
  mpConferenceParticipantsFullPictureCounter Integer32

MpConferenceGlobalAudioMixTableEntry  
SEQUENCE    
  mpConferenceGlobalAudioMixTableIndex Integer32
  mpConferenceGlobalAudioMixTerminalIdentifier MmEndpointID

MpConferenceGlobalVideoMixTableEntry  
SEQUENCE    
  mpConferenceGlobalVideoMixTableIndex Integer32
  mpConferenceGlobalVideoMixTerminalIdentifier MmEndpointID

Defined Values

media 1.3.6.1.4.1.3011.2
OBJECT IDENTIFIER    

h323MP 1.3.6.1.4.1.3011.2.2
MODULE-IDENTITY    

mpConfig 1.3.6.1.4.1.3011.2.2.1
OBJECT IDENTIFIER    

mpConference 1.3.6.1.4.1.3011.2.2.2
OBJECT IDENTIFIER    

mpConfigMaxAudioMixCount 1.3.6.1.4.1.3011.2.2.1.1
Maximum number of participants allowed in the audio mix.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mpConfigMaxVideoMixCount 1.3.6.1.4.1.3011.2.2.1.2
Maximum number of participants allowed in the video mix.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mpConferenceTable 1.3.6.1.4.1.3011.2.2.2.1
This table contains information about running conferences. It is a list of conference entries. The number of entries equals to the number of running conferences.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MpConferenceTableEntry

mpConferenceTableEntry 1.3.6.1.4.1.3011.2.2.2.1.1
It contains objects that describe a specific conference.
Status: current Access: not-accessible
OBJECT-TYPE    
  MpConferenceTableEntry  

mpConferenceConferenceId 1.3.6.1.4.1.3011.2.2.2.1.1.1
The conference identifier as specified in ITU-T H.323V2 specification.
Status: current Access: read-only
OBJECT-TYPE    
  MmGlobalIdentifier  

mpConferenceAudioNoiseThreshold 1.3.6.1.4.1.3011.2.2.2.1.1.2
This value represents the audio power level above which the signal is detected as speech.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mpConferenceLipSyncEnable 1.3.6.1.4.1.3011.2.2.2.1.1.3
This value indicates rather the lip syncronization adjustments are performed.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

mpConferenceParticipantsTable 1.3.6.1.4.1.3011.2.2.2.2
This table contains information about conference participants. It is a list of participant entries. The number of entries equals the number of participants for all conferences.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MpConferenceParticipantsTableEntry

mpConferenceParticipantsTableEntry 1.3.6.1.4.1.3011.2.2.2.2.1
It contains objects that describe a specific conference participant.
Status: current Access: not-accessible
OBJECT-TYPE    
  MpConferenceParticipantsTableEntry  

mpConferenceParticipantsTableIndex 1.3.6.1.4.1.3011.2.2.2.2.1.1
An arbitrary index to this table. This index is one for the first participant for every given conference. It is incremented by one for each subsequent participant of the same conference. The last index for a particular conference is equal to the number of participants for that conference.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mpConferenceParticipantsEndpointId 1.3.6.1.4.1.3011.2.2.2.2.1.2
The H.323 id of this participant as described in ITU-T H.323V2 specification.
Status: current Access: read-only
OBJECT-TYPE    
  MmEndpointID  

mpConferenceParticipantsTransmitAudioState 1.3.6.1.4.1.3011.2.2.2.2.1.3
This value indicates the state of transmitted audio: normal - transmit normal audio toneGeneration - transmit test tone mute - transmit silence audio off - no audio is transmitted
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), mute(2), toneGeneration(3), off(4)  

mpConferenceParticipantsReceiveAudioState 1.3.6.1.4.1.3011.2.2.2.2.1.4
This value indicates the state of received audio: normal - receive normal audio loopBack - received audio presented unchanged to the transmitter block - received audio is not part of the mix off - no audio is received
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), loopBack(2), block(3), off(4)  

mpConferenceParticipantsTransmitVideoState 1.3.6.1.4.1.3011.2.2.2.2.1.5
This value indicates the state of transmitted video: on - normal video is transmitted off - no video is transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER on(1), off(2)  

mpConferenceParticipantsReceiveVideoState 1.3.6.1.4.1.3011.2.2.2.2.1.6
This value indicates the state of transmitted video: normal - normal video is received block - received video is not displayed off - no video is transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), block(2), off(3)  

mpConferenceParticipantsLoudnessMeasurement 1.3.6.1.4.1.3011.2.2.2.2.1.7
This is the current loudness measurement value in dB.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mpConferenceParticipantsVoiceActivity 1.3.6.1.4.1.3011.2.2.2.2.1.8
This value is True when the speech is detected.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

mpConferenceParticipantsInputAudioGain 1.3.6.1.4.1.3011.2.2.2.2.1.9
This value reflects the current input volume adjustment in dB.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mpConferenceParticipantsOutputAudioGain 1.3.6.1.4.1.3011.2.2.2.2.1.10
This value reflects the current output volume adjustment in dB.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mpConferenceParticipantsMaxAudioEncoderPayloadSize 1.3.6.1.4.1.3011.2.2.2.2.1.11
The maximum size of payload in ms.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mpConferenceParticipantsMaxAudioDecoderPayloadSize 1.3.6.1.4.1.3011.2.2.2.2.1.12
The maximum size of payload in ms.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mpConferenceParticipantsTotalPacketsTransmitted 1.3.6.1.4.1.3011.2.2.2.2.1.13
The total number of transmitted packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mpConferenceParticipantsTotalPacketsReceived 1.3.6.1.4.1.3011.2.2.2.2.1.14
The total number of received packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mpConferenceParticipantsInvalidPacketErrors 1.3.6.1.4.1.3011.2.2.2.2.1.15
The total number of packets with invalid packet errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mpConferenceParticipantsLateAudioPacketsDropped 1.3.6.1.4.1.3011.2.2.2.2.1.16
The total number of packets that arrived too late to be processed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mpConferenceParticipantsReceivedSilencePackets 1.3.6.1.4.1.3011.2.2.2.2.1.17
The total number of silence packets that were received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mpConferenceParticipantsSilencePacketsGenerated 1.3.6.1.4.1.3011.2.2.2.2.1.18
The total number of silence packets that were generated.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mpConferenceParticipantsVideoFrameRate 1.3.6.1.4.1.3011.2.2.2.2.1.19
This value represents the current measured frame rate received.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mpConferenceParticipantsVideoResolution 1.3.6.1.4.1.3011.2.2.2.2.1.20
Received video resolution.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER h263SubQCIF(1), h263QCIF(2), h263CIF(3), h2634CIF(4), h26316CIF(5), h263Reserved(6), h261QCIF(7), h261CIF(8)  

mpConferenceParticipantsFullPictureCounter 1.3.6.1.4.1.3011.2.2.2.2.1.21
This value represents the number of full image pictures received.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mpConferenceGlobalAudioMixTable 1.3.6.1.4.1.3011.2.2.2.3
This table contains information about conference participants that are present in a global audio mix. It is a list of participant entries. The number of entries equals to the sum of all audio mix participants in all conferences.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MpConferenceGlobalAudioMixTableEntry

mpConferenceGlobalAudioMixTableEntry 1.3.6.1.4.1.3011.2.2.2.3.1
It contains objects that describe the participants.
Status: current Access: not-accessible
OBJECT-TYPE    
  MpConferenceGlobalAudioMixTableEntry  

mpConferenceGlobalAudioMixTableIndex 1.3.6.1.4.1.3011.2.2.2.3.1.1
An arbitrary index to this table. This index is one for the first participant for every given conference. It is incremented by one for each subsequent participant of the same conference. The last index for a particular conference is equal to the number of participants for that conference.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mpConferenceGlobalAudioMixTerminalIdentifier 1.3.6.1.4.1.3011.2.2.2.3.1.2
The H.323 id of this participant as described in ITU-T H.323V2 specification.
Status: current Access: read-only
OBJECT-TYPE    
  MmEndpointID  

mpConferenceGlobalVideoMixTable 1.3.6.1.4.1.3011.2.2.2.4
This table contains information about conference participants that are present in a global video mix. It is a list of participant entries. The number of entries equals to the sum of all video mix participants in all conferences.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MpConferenceGlobalVideoMixTableEntry

mpConferenceGlobalVideoMixTableEntry 1.3.6.1.4.1.3011.2.2.2.4.1
It contains objects that describe the participants.
Status: current Access: not-accessible
OBJECT-TYPE    
  MpConferenceGlobalVideoMixTableEntry  

mpConferenceGlobalVideoMixTableIndex 1.3.6.1.4.1.3011.2.2.2.4.1.1
An arbitrary index to this table. This index is one for the first participant for every given conference. It is incremented by one for each subsequent participant of the same conference. The last index for a particular conference is equal to the number of participants for that conference.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mpConferenceGlobalVideoMixTerminalIdentifier 1.3.6.1.4.1.3011.2.2.2.4.1.2
The H.323 id of this participant as described in ITU-T H.323V2 specification.
Status: current Access: read-only
OBJECT-TYPE    
  MmEndpointID  

mpMIBConformance 1.3.6.1.4.1.3011.2.2.3
OBJECT IDENTIFIER    

mpMIBGroups 1.3.6.1.4.1.3011.2.2.3.1
OBJECT IDENTIFIER    

mpConfigGroup 1.3.6.1.4.1.3011.2.2.3.1.1
.
Status: current Access: read-only
OBJECT-GROUP    

mpConferenceGroup 1.3.6.1.4.1.3011.2.2.3.1.2
.
Status: current Access: read-only
OBJECT-GROUP    

mpMIBCompliance 1.3.6.1.4.1.3011.2.2.3.2
The set of objects required for compliance.
Status: current Access: read-only
MODULE-COMPLIANCE