H323MC-MIB

File: H323MC-MIB.mib (21361 bytes)

Imported modules

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

Imported symbols

Integer32 OBJECT-TYPE MODULE-IDENTITY
NOTIFICATION-TYPE TAddress TruthValue
DateAndTime DisplayString MODULE-COMPLIANCE
OBJECT-GROUP ifIndex MmTAddressTag
MmGlobalIdentifier mmH323Root

Defined Types

H323McSystemTableEntry  
SEQUENCE    
  h323McSystemNameAndMaker DisplayString
  h323McSystemSoftwareVersionNumber DisplayString
  h323McSystemHardwareVersionNumber DisplayString
  h323McSystemStartUpTime DateAndTime

H323McConfigTableEntry  
SEQUENCE    
  h323McConfigMcCallSignalingTag MmTAddressTag
  h323McConfigMcCallSignalingAddress TAddress
  h323McConfigGatekeeperAddressTag MmTAddressTag
  h323McConfigGatekeeperAddress TAddress
  h323McConfigIsRegisteredWithGatekeeper TruthValue
  h323McConfigEnableNotifications INTEGER

H323McConferenceTableEntry  
SEQUENCE    
  h323McConferenceConferenceId MmGlobalIdentifier
  h323McConferenceConferenceStartTime DateAndTime
  h323McConferenceConferenceEndTime DateAndTime
  h323McConferenceCentralizedOrDistributed INTEGER
  h323McConferenceUniOrMulticast INTEGER
  h323McConferenceActiveMcAddress TAddress

H323McConferenceParticipantsTableEntry  
SEQUENCE    
  h323McConferenceParticipantsTableIndex Integer32
  h323McConferenceParticipantsTerminalLabel OCTET STRING
  h323McConferenceParticipantsCallSignalingTAddressTag MmTAddressTag
  h323McConferenceParticipantsCallSignalingAddress TAddress
  h323McConferenceParticipantsCallId MmGlobalIdentifier
  h323McConferenceParticipantsControlChannelIndex Integer32
  h323McConferenceParticipantsNumberOfLogicalChannels Integer32
  h323McConferenceParticipantsRtpSessionIndex Integer32

Defined Values

h323MC 0.0.8.341.1.1.4
MODULE-IDENTITY    

h323McSystem 0.0.8.341.1.1.4.1
OBJECT IDENTIFIER    

h323McConfig 0.0.8.341.1.1.4.2
OBJECT IDENTIFIER    

h323McConference 0.0.8.341.1.1.4.3
OBJECT IDENTIFIER    

h323McStats 0.0.8.341.1.1.4.4
OBJECT IDENTIFIER    

h323McControls 0.0.8.341.1.1.4.5
OBJECT IDENTIFIER    

h323McEvents 0.0.8.341.1.1.4.6.0
OBJECT IDENTIFIER    

h323McSystemTable 0.0.8.341.1.1.4.1.1
This table contains information about MC system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H323McSystemTableEntry

h323McSystemTableEntry 0.0.8.341.1.1.4.1.1.1
It contains objects that describe MC system parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  H323McSystemTableEntry  

h323McSystemNameAndMaker 0.0.8.341.1.1.4.1.1.1.1
The MC name and maker name
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

h323McSystemSoftwareVersionNumber 0.0.8.341.1.1.4.1.1.1.2
Software version number (major and minor)
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

h323McSystemHardwareVersionNumber 0.0.8.341.1.1.4.1.1.1.3
Hardware version number
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

h323McSystemStartUpTime 0.0.8.341.1.1.4.1.1.1.4
The time and date that the MC was started
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

h323McConfigTable 0.0.8.341.1.1.4.2.1
This table contains information about MC configuration. It is a list of MC configuration parameters entries. The number of entries equals to the number of MCs.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H323McConfigTableEntry

h323McConfigTableEntry 0.0.8.341.1.1.4.2.1.1
It contains objects that describe MC configuration parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  H323McConfigTableEntry  

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

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

h323McConfigGatekeeperAddressTag 0.0.8.341.1.1.4.2.1.1.3
The GK address tag.
Status: current Access: read-only
OBJECT-TYPE    
  MmTAddressTag  

h323McConfigGatekeeperAddress 0.0.8.341.1.1.4.2.1.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-only
OBJECT-TYPE    
  TAddress  

h323McConfigIsRegisteredWithGatekeeper 0.0.8.341.1.1.4.2.1.1.5
This value indicates if MC is registered with the gatekeeper.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

h323McConfigEnableNotifications 0.0.8.341.1.1.4.2.1.1.6
Indicates whether notifications should be generated for this entity.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

h323McConferenceTable 0.0.8.341.1.1.4.3.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  
    H323McConferenceTableEntry

h323McConferenceTableEntry 0.0.8.341.1.1.4.3.1.1
It contains objects that describe the conferences.
Status: current Access: not-accessible
OBJECT-TYPE    
  H323McConferenceTableEntry  

h323McConferenceConferenceId 0.0.8.341.1.1.4.3.1.1.1
The conference identifier.
Status: current Access: read-only
OBJECT-TYPE    
  MmGlobalIdentifier  

h323McConferenceConferenceStartTime 0.0.8.341.1.1.4.3.1.1.2
The conference start time.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

h323McConferenceConferenceEndTime 0.0.8.341.1.1.4.3.1.1.3
The conference end time.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

h323McConferenceCentralizedOrDistributed 0.0.8.341.1.1.4.3.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)  

h323McConferenceUniOrMulticast 0.0.8.341.1.1.4.3.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)  

h323McConferenceActiveMcAddress 0.0.8.341.1.1.4.3.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  

h323McConferenceParticipantsTable 0.0.8.341.1.1.4.3.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  
    H323McConferenceParticipantsTableEntry

h323McConferenceParticipantsTableEntry 0.0.8.341.1.1.4.3.2.1
It contains objects that describe a conference participant.
Status: current Access: not-accessible
OBJECT-TYPE    
  H323McConferenceParticipantsTableEntry  

h323McConferenceParticipantsTableIndex 0.0.8.341.1.1.4.3.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: not-accessible
OBJECT-TYPE    
  Integer32  

h323McConferenceParticipantsTerminalLabel 0.0.8.341.1.1.4.3.2.1.2
The terminal label of this terminal. The first byte represents MCU number and the second byte represents the terminal number.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(2)  

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

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

h323McConferenceParticipantsCallId 0.0.8.341.1.1.4.3.2.1.5
The call identifier.
Status: current Access: read-only
OBJECT-TYPE    
  MmGlobalIdentifier  

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

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

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

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

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

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

h323McControlsCommands 0.0.8.341.1.1.4.5.1
A value that represents a command for the MC. 1. Other (for proprietary extensions) 2. Abrupt Restart (Drastic Restart) 3. Graceful Restart (Restart after all calls have terminated. Meanwhile, accept no calls) 4. Abrupt Shutdown (Drastic Restart) 5. Graceful Shutdown (Shutdown after all calls have terminated. Meanwhile, accept no calls) 6. Enter Quiescence Mode (Disable receiving of calls) 7. Exit Quiescence Mode (Enable receiving of calls) 8. Start Error/Log Reporting 9. Stop Error/Log Reporting 10. Reset Statistics 11. Run Diagnostic
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), abruptRestart(2), gracefulRestart(3), abruptShutdown(4), gracefulShutdown(5), enterQuiescence(6), exitQuiescence(7), startLog(8), stopLog(9), resetStatistics(10), runDiagnostic(11)  

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

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

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

h323McMIBConformance 0.0.8.341.1.1.4.7
OBJECT IDENTIFIER    

h323McMIBGroups 0.0.8.341.1.1.4.7.1
OBJECT IDENTIFIER    

h323McSystemGroup 0.0.8.341.1.1.4.7.1.1
.
Status: current Access: read-only
OBJECT-GROUP    

h323McConfigGroup 0.0.8.341.1.1.4.7.1.2
.
Status: current Access: read-only
OBJECT-GROUP    

h323McConferenceGroup 0.0.8.341.1.1.4.7.1.3
.
Status: current Access: read-only
OBJECT-GROUP    

h323McStatsGroup 0.0.8.341.1.1.4.7.1.4
.
Status: current Access: read-only
OBJECT-GROUP    

h323McControlsGroup 0.0.8.341.1.1.4.7.1.5
.
Status: current Access: read-only
OBJECT-GROUP    

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