MC-MIB

File: MC-MIB.mib (17993 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

McConferenceTableEntry  
SEQUENCE    
  mcConferenceConferenceId MmGlobalIdentifier
  mcConferenceConferenceStartTime DateAndTime
  mcConferenceConferenceEndTime DateAndTime
  mcConferenceCentralizedOrDistributed INTEGER
  mcConferenceUniOrMulticast INTEGER
  mcConferenceActiveMcAddress TAddress

McConferenceParticipantsTableEntry  
SEQUENCE    
  mcConferenceParticipantsTableIndex Integer32
  mcConferenceParticipantsTerminalLabel OCTET STRING
  mcConferenceParticipantsCallSignalingtAddressTag MmTAddressTag
  mcConferenceParticipantsCallSignalingAddress TAddress
  mcConferenceParticipantsCallId MmGlobalIdentifier
  mcConferenceParticipantsControlChannelIndex Integer32
  mcConferenceParticipantsNumberOfLogicalChannels Integer32
  mcConferenceParticipantsRtpSessionIndex Integer32

Defined Values

media 1.3.6.1.4.1.3011.2
OBJECT IDENTIFIER    

h323MC 1.3.6.1.4.1.3011.2.2
MODULE-IDENTITY    

mcConfig 1.3.6.1.4.1.3011.2.2.1
OBJECT IDENTIFIER    

mcConference 1.3.6.1.4.1.3011.2.2.2
OBJECT IDENTIFIER    

mcStats 1.3.6.1.4.1.3011.2.2.3
OBJECT IDENTIFIER    

mcEvents 1.3.6.1.4.1.3011.2.2.4
OBJECT IDENTIFIER    

mcConfigMcCallSignalingTag 1.3.6.1.4.1.3011.2.2.1.1
The MC call signaling address tag.
Status: current Access: read-only
OBJECT-TYPE    
  MmTAddressTag  

mcConfigMcCallSignalingAddress 1.3.6.1.4.1.3011.2.2.1.2
The MC call signaling address.
Status: current Access: read-only
OBJECT-TYPE    
  TAddress  

mcConfigGatekeeperAddressTag 1.3.6.1.4.1.3011.2.2.1.3
The GK address tag.
Status: current Access: read-write
OBJECT-TYPE    
  MmTAddressTag  

mcConfigGatekeeperAddress 1.3.6.1.4.1.3011.2.2.1.4
The address of the gatekeeper that MC is registered with. The network manager may request MC to register with a particular GK by setting the GK address.
Status: current Access: read-write
OBJECT-TYPE    
  TAddress  

mcConfigIsRegisteredWithGatekeeper 1.3.6.1.4.1.3011.2.2.1.5
This value indicates if MC is registered with the gatekeeper.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

mcConferenceTable 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  
    McConferenceTableEntry

mcConferenceTableEntry 1.3.6.1.4.1.3011.2.2.2.1.1
It contains objects that describe the conferences.
Status: current Access: not-accessible
OBJECT-TYPE    
  McConferenceTableEntry  

mcConferenceConferenceId 1.3.6.1.4.1.3011.2.2.2.1.1.1
The conference identifier.
Status: current Access: read-only
OBJECT-TYPE    
  MmGlobalIdentifier  

mcConferenceConferenceStartTime 1.3.6.1.4.1.3011.2.2.2.1.1.2
The conference start time.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

mcConferenceConferenceEndTime 1.3.6.1.4.1.3011.2.2.2.1.1.3
The conference end time.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

mcConferenceCentralizedOrDistributed 1.3.6.1.4.1.3011.2.2.2.1.1.4
This value indicates rather the conference is centralized or distributed.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER centralized(1), distributed(2)  

mcConferenceUniOrMulticast 1.3.6.1.4.1.3011.2.2.2.1.1.5
This value indicates rather the conference is unicast or multicast.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unicast(1), multicast(2)  

mcConferenceActiveMcAddress 1.3.6.1.4.1.3011.2.2.2.1.1.6
The address of active MC. In case of cascading this value is different than MC's own address.
Status: current Access: read-only
OBJECT-TYPE    
  TAddress  

mcConferenceParticipantsTable 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 to the sum of all participants for all conferences.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    McConferenceParticipantsTableEntry

mcConferenceParticipantsTableEntry 1.3.6.1.4.1.3011.2.2.2.2.1
It contains objects that describe a conference participant.
Status: current Access: not-accessible
OBJECT-TYPE    
  McConferenceParticipantsTableEntry  

mcConferenceParticipantsTableIndex 1.3.6.1.4.1.3011.2.2.2.2.1.1
An orbitrary 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  

mcConferenceParticipantsTerminalLabel 1.3.6.1.4.1.3011.2.2.2.2.1.2
The terminal label of this terminal.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

mcConferenceParticipantsCallSignalingtAddressTag 1.3.6.1.4.1.3011.2.2.2.2.1.3
The terminal call signaling address type.
Status: current Access: read-only
OBJECT-TYPE    
  MmTAddressTag  

mcConferenceParticipantsCallSignalingAddress 1.3.6.1.4.1.3011.2.2.2.2.1.4
The terminal call signaling address.
Status: current Access: read-only
OBJECT-TYPE    
  TAddress  

mcConferenceParticipantsCallId 1.3.6.1.4.1.3011.2.2.2.2.1.5
The call identifier.
Status: current Access: read-only
OBJECT-TYPE    
  MmGlobalIdentifier  

mcConferenceParticipantsControlChannelIndex 1.3.6.1.4.1.3011.2.2.2.2.1.6
The index to the control channel table in H.245 MIB.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mcConferenceParticipantsNumberOfLogicalChannels 1.3.6.1.4.1.3011.2.2.2.2.1.7
The number of logical channels that are used by this participant.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mcConferenceParticipantsRtpSessionIndex 1.3.6.1.4.1.3011.2.2.2.2.1.8
The index to the RTP session table in RTP MIB
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mcStatsTotalConferences 1.3.6.1.4.1.3011.2.2.3.1
The total number of conferences since system start up time.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mcStatsSuccessfullyCompletedConferences 1.3.6.1.4.1.3011.2.2.3.2
The number of conferences that completed successfully.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mcStatsAbnormalyTerminatedConferences 1.3.6.1.4.1.3011.2.2.3.3
The number of conferences that were terminated abnormaly.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

lastConferenceTerminationReason 1.3.6.1.4.1.3011.2.2.4.1
This value identifys the reason for the conference termination.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER normalTermination(1), administrativelyTerminated(2)  

lastTerminatedConferenceId 1.3.6.1.4.1.3011.2.2.4.2
The number of conferences that were terminated abnormaly.
Status: current Access: read-only
OBJECT-TYPE    
  MmGlobalIdentifier  

conferenceTermination 1.3.6.1.4.1.3011.2.2.4.3
This message will be sent on conference termination for the following reasons: 1 - normaly terminataed 2 - administratively terminated
Status: current Access: read-only
NOTIFICATION-TYPE    

mcMIBConformance 1.3.6.1.4.1.3011.2.2.5
OBJECT IDENTIFIER    

mcMIBGroups 1.3.6.1.4.1.3011.2.2.5.1
OBJECT IDENTIFIER    

configGroup 1.3.6.1.4.1.3011.2.2.5.1.1
.
Status: current Access: read-only
OBJECT-GROUP    

conferenceGroup 1.3.6.1.4.1.3011.2.2.5.1.2
.
Status: current Access: read-only
OBJECT-GROUP    

mcStatsGroup 1.3.6.1.4.1.3011.2.2.5.1.4
.
Status: current Access: read-only
OBJECT-GROUP    

mcEventsGroup 1.3.6.1.4.1.3011.2.2.5.1.5
.
Status: current Access: read-only
OBJECT-GROUP    

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