-- extracted from draft-kajos-hmultimediamib-00.txt -- at Mon Nov 15 17:11:06 1999 H320MCU-MIB DEFINITIONS ::= BEGIN IMPORTS Counter32, Integer32, enterprises, OBJECT-TYPE, MODULE-IDENTITY FROM SNMPv2-SMI DisplayString, TAddress,TruthValue FROM SNMPv2-TC H323TAddressTag, H323GlobalIdentifier FROM H323-MULITMEDIA-TC; -- Define the top of this MIB. media OBJECT IDENTIFIER ::= { enterprises videoserver(3011) 1 } -- This MIB module describes H.320 MCU devices in ASN.1 as applicable -- and for use with SNMP. It describes the hardware elements within -- the device and the H.320 MCU information abstracted as conferences and -- terminals within conferences. -- This is the MIB module for the H.320 MCU objects h320Mcu MODULE-IDENTITY LAST-UPDATED "9806022253Z" -- Tuesday June 2, 1998 ORGANIZATION "VideoServer" CONTACT-INFO " Irina Suconick Postal: Video Server 63 Third st. Burlington, MA 01803 Tel: (617)505-2155 E-Mail: isuconick@videoserver.com " DESCRIPTION " " ::= { media 2 } --groups in h320 Mcu system OBJECT IDENTIFIER ::= { h320Mcu 1 } conference OBJECT IDENTIFIER ::= { h320Mcu 2 } terminal OBJECT IDENTIFIER ::= { h320Mcu 3 } sysDescr OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION " Series 2000 Multimedia Conference Server, which interconnects H.320 and T.120 -compliant conferencing systems. " ::= { system 1 } sysSoftwareVersion OBJECT-TYPE SYNTAX INTEGER (1..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "This data element is used to describe the H.320 software revision." ::= { system 2 } sysG728 OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "This value identifies whether the system is enabled for G728 audio codec.An ITU-T Recommendation for the encoding Of 128-kbps companded PCM data to 16-kbps LD-CFLP code word" ::= {system 3} sysChairControl OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "This value identifies whether the system is enabled for a video-switching method (using the ITU-T Recommendation H.243 standard) in which a participant at a conference Site selects the current broadcaster from the controls provided by the conferencing system." ::= {system 4} sysConferencePassword OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "H320 Conference Password Supported." ::= {system 5} sysH243Cascading OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "Connecting two or more MCSs together to increase the number of terminals included in a multipoint conference" ::= {system 6} confStatusTable OBJECT-TYPE SYNTAX SEQUENCE OF ConfStatusTableEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table contains information about entities that provide status information for a conference. It is a list of conference entries. The number of entries equals to the number of conferences." ::= { conference 1 } confStatusTableEntry OBJECT-TYPE SYNTAX ConfStatusTableEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "It contains objects that describe a conference." INDEX { confId } ::= { confStatusTable 1 } ConfStatusTableEntry ::= SEQUENCE { confId H323GlobalIdentifier, confName OCTET STRING, confVideoSrc TruthValue, confLsdSrc TruthValue, confHsdSrc TruthValue, confLsdChannelOpen TruthValue, confHsdChannelOpen TruthValue, confVideoMode TruthValue, confSelectedCaps DisplayString, confTransferRate INTEGER, confNetworkSpeed INTEGER } confId OBJECT-TYPE SYNTAX H323GlobalIdentifier MAX-ACCESS read-only STATUS current DESCRIPTION "The conference ID of the conference whose status you requested." ::= { confStatusTableEntry 1 } confName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the conference whose status you requested." ::= { confStatusTableEntry 2 } confVideoSrc OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "The terminal number for the current conference video source. terminal numbers are assigned when a terminal is added to the conference. " ::= { confStatusTableEntry 3} confLsdSrc OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "The terminal number of the current conference low-speed data source." ::= { confStatusTableEntry 4 } confHsdSrc OBJECT-TYPE SYNTAX TruthValue (1..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "The terminal number of the current conference high-speed data source." ::= { confStatusTableEntry 5 } confConferenceChair OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "The terminal number of the H.243 chair controller for the current conference" ::= { confStatusTableEntry 6 } confHsdChannelOpen OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "The current status for the high-speed data channel in this conference" ::= { confStatusTableEntry 7 } confLsdChannelOpen OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "The current status for the low-speed data channel in this conference" ::= { confStatusTableEntry 8 } confVideoMode OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "The current conference video switching mode: 0=Voice-Activated, No Chair 1=User-controlled (MCV) 2=Chair Controlled (VCB) 3=Director Selected 4=Voice-Activated With Chair " ::= { confStatusTableEntry 9 } confSelectedCaps OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "The capabilities that were selected for the current conference. " ::= { confStatusTableEntry 10} confTransferRate OBJECT-TYPE SYNTAX INTEGER (1..65535) MAX-ACCESS read-only STATUS current DESCRIPTION "Conferemce transfer rate. " ::= { confStatusTableEntry 11 } confNetworkSpeed OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "Network type used by this conference: 0 - RESTRICTED=56 kbps channels 1 - UNRESTRICTED=64 kbps channels" ::= { confStatusTableEntry 12 } terminalStatusTable OBJECT-TYPE SYNTAX SEQUENCE OF TerminalStatusTableEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table contains information about entities that provide status information for terminals. The number of entries equals to the number of terminals." ::= { terminal 1 } terminalStatusTableEntry OBJECT-TYPE SYNTAX TerminalStatusTableEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "It contains objects that describe a terminal." INDEX { terminalId } ::= { terminalStatusTable 1 } TerminalStatusTableEntry ::= SEQUENCE { terminalId INTEGER, terminalConfId H323GlobalIdentifier, terminalConfName OCTET STRING , terminalAudioFrom TruthValue , terminalVideoFrom TruthValue , terminalLsdChannelStatus INTEGER , terminalHsdChannelStatus INTEGER , terminalCapabilities DisplayString, terminalStatus INTEGER, terminalPhoneNumber OCTET STRING , terminalMCUPhoneNumber OCTET STRING } terminalId OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The terminal id number given at the time of registration." ::= { terminalStatusTableEntry 1 } terminalConfId OBJECT-TYPE SYNTAX H323GlobalIdentifier MAX-ACCESS read-only STATUS current DESCRIPTION "The conference id for this terminal. " ::= { terminalStatusTableEntry 2 } terminalConfName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The conference name for this terminal." ::= { terminalStatusTableEntry 3 } terminalAudioFrom OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "0 - no audio from the terminal 1 - audio from the terminal ok. " ::= { terminalStatusTableEntry 4 } terminalVideoFrom OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "0 - no video from the terminal 1 - video from the terminal ok. " ::= { terminalStatusTableEntry 5 } terminalLsdChannelStatus OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "0 - low-speed data channel is closed 1 - low-speed data channel is open. " ::= { terminalStatusTableEntry 6 } terminalHsdChannelStatus OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "0 - high-speed data channel is closed 1 - high-speed data channel is open. " ::= { terminalStatusTableEntry 7 } terminalCapabilities OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Capabilities for this terminal. " ::= { terminalStatusTableEntry 8 } terminalStatus OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION " " ::= { terminalStatusTableEntry 9 } terminalPhoneNumber OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The phone number for this terminal. " ::= { terminalStatusTableEntry 10 } terminalMCUPhoneNumber OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The MCU phone number." ::= { terminalStatusTableEntry 11 } terminalStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF TerminalStatsTableEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table contains information about entities that are The number of entries equals to the number of terminals." ::= { terminal 2 } terminalStatsTableEntry OBJECT-TYPE SYNTAX TerminalStatsTableEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "It contains objects that describe a terminal." INDEX { terminalId } ::= { terminalStatsTable 1 } TerminalStatsTableEntry ::= SEQUENCE { terminalStatsterminalId INTEGER, terminalStatsConfId H323GlobalIdentifier, terminalStatsConfName OCTET STRING, terminalStatsRxMultiframes INTEGER , terminalStatsFALossAtTerminal INTEGER , terminalStatsMCUCrcErrors Counter32, terminalStatsStatsRequests Counter32 } terminalStatsterminalId OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The terminal id number assigned during terminal registration." ::= { terminalStatsTableEntry 1 } terminalStatsConfId OBJECT-TYPE SYNTAX H323GlobalIdentifier MAX-ACCESS read-only STATUS current DESCRIPTION "The conference id for this terminal. " ::= { terminalStatsTableEntry 2 } terminalStatsConfName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The conference name for this terminal." ::= { terminalStatsTableEntry 3 } terminalStatsRxMultiframes OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The number of received multiframes" ::= { terminalStatsTableEntry 4 } terminalStatsFALossAtTerminal OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION " The number of frame alignment loss errors" ::= { terminalStatsTableEntry 5 } terminalStatsMCUCrcErrors OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of MCU CRC errors." ::= { terminalStatsTableEntry 6 } terminalStatsTerminalCrcErrors OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of terminal CRC errors." ::= { terminalStatsTableEntry 7 } terminalStatsStatsRequests OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of stats requests. " ::= { terminalStatsTableEntry 8 } END