------------------------------------------------------ -- (C) COPYRIGHT MDOUK 2005. -- -- MDOUK AudioTX STL-IP Specific MIB. -- -- MDOUK makes no warranty of any kind with regard -- to this information, including, but not limited -- to, the implied warranties of merchantability and -- fitness for a particular purpose. MDOUK shall -- not be held liable for errors contained herein -- or direct, indirect, special, incidental, or -- consequential damages in connection with the -- furnishing, performance, or use of this material. -- ------------------------------------------------------ -- Generated on October 27, 2008. ------------------------------------------------------ MDOUK-AUDIOTX-STLIP DEFINITIONS ::= BEGIN MDOUK OBJECT IDENTIFIER ::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) 22861 } AudioTX OBJECT IDENTIFIER ::= { MDOUK 1 } STL-IP OBJECT IDENTIFIER ::= { AudioTX 1 } ------------------------------------------------------ -- The main branches. ------------------------------------------------------ System OBJECT IDENTIFIER ::= { STL-IP 1 } Network OBJECT IDENTIFIER ::= { STL-IP 2 } TXStatus OBJECT IDENTIFIER ::= { Network 5 } RXStatus OBJECT IDENTIFIER ::= { Network 6 } Audio OBJECT IDENTIFIER ::= { STL-IP 3 } ------------------------------------------------------ -- Elements in the System branch ------------------------------------------------------ systemInternalFan OBJECT-TYPE SYNTAX INTEGER { ok(0),low(2),stopped(3) } MAX-ACCESS read-only STATUS optional DESCRIPTION "Status of the internal fan" ::= { System 1 } systemCaseFan OBJECT-TYPE SYNTAX INTEGER { ok(0),low(2),stopped(3) } MAX-ACCESS read-only STATUS optional DESCRIPTION "Status of the Case fan" ::= { System 2 } systemMainProcessorTemperature OBJECT-TYPE SYNTAX INTEGER { ok(0),high(1) } MAX-ACCESS read-only STATUS optional DESCRIPTION "Status of the temperature of the main processor" ::= { System 3 } systemSupplyVoltage3V3 OBJECT-TYPE SYNTAX INTEGER { ok(0),high(1),low(2) } MAX-ACCESS read-only STATUS optional DESCRIPTION "Status of the 3.3V supply voltage" ::= { System 4 } systemSupplyVoltage5V OBJECT-TYPE SYNTAX INTEGER { ok(0),high(1),low(2) } MAX-ACCESS read-only STATUS optional DESCRIPTION "Status of the 5V supply voltage" ::= { System 5 } systemSupplyVoltage12V OBJECT-TYPE SYNTAX INTEGER { ok(0),high(1),low(2) } MAX-ACCESS read-only STATUS optional DESCRIPTION "Status of the 12V supply voltage" ::= { System 6 } systemInternalChassisTemperature OBJECT-TYPE SYNTAX INTEGER { ok(0),high(1) } MAX-ACCESS read-only STATUS optional DESCRIPTION "Status of the temperature of the internal chassis" ::= { System 7 } ------------------------------------------------------ -- Elements in the Network branch ------------------------------------------------------ netInterfaceSpeed OBJECT-TYPE SYNTAX INTEGER { down(0) } MAX-ACCESS read-only STATUS optional DESCRIPTION "The speed of the ethernet connection in Mbps" ::= { Network 1 } netInterfaceType OBJECT-TYPE SYNTAX INTEGER { halfduplex(0),fullduplex(1) } MAX-ACCESS read-only STATUS optional DESCRIPTION "The type of ethernet connection" ::= { Network 2 } netCollisions OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS optional DESCRIPTION "Number of collisions deteced by the network interface" ::= { Network 3 } netTCPRetransmit OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS optional DESCRIPTION "Number of TCP packet retransmits" ::= { Network 4 } netTX-0 OBJECT-TYPE SYNTAX INTEGER { idle(0),connecting(15),listening(16),connected(20),active(30) } MAX-ACCESS read-only STATUS optional DESCRIPTION "Status of the TX-0 channel" ::= { TXStatus 1 } netTX-1 OBJECT-TYPE SYNTAX INTEGER { idle(0),connecting(15),listening(16),connected(20),active(30) } MAX-ACCESS read-only STATUS optional DESCRIPTION "Status of the TX-1 channel" ::= { TXStatus 2 } netTX-2 OBJECT-TYPE SYNTAX INTEGER { idle(0),connecting(15),listening(16),connected(20),active(30) } MAX-ACCESS read-only STATUS optional DESCRIPTION "Status of the TX-2 channel" ::= { TXStatus 3 } netTX-3 OBJECT-TYPE SYNTAX INTEGER { idle(0),connecting(15),listening(16),connected(20),active(30) } MAX-ACCESS read-only STATUS optional DESCRIPTION "Status of the TX-3 channel" ::= { TXStatus 4 } netTX-4 OBJECT-TYPE SYNTAX INTEGER { idle(0),connecting(15),listening(16),connected(20),active(30) } MAX-ACCESS read-only STATUS optional DESCRIPTION "Status of the TX-4 channel" ::= { TXStatus 5 } netTX-5 OBJECT-TYPE SYNTAX INTEGER { idle(0),connecting(15),listening(16),connected(20),active(30) } MAX-ACCESS read-only STATUS optional DESCRIPTION "Status of the TX-5 channel" ::= { TXStatus 6 } netRX OBJECT-TYPE SYNTAX INTEGER { idle(0),connecting(15),listening(16),connected(20),active(30) } MAX-ACCESS read-only STATUS optional DESCRIPTION "Status of the RX channel" ::= { RXStatus 1 } netRxStatusOk OBJECT-TYPE SYNTAX INTEGER { ok(0),problem(1) } MAX-ACCESS read-only STATUS optional DESCRIPTION "Status of the Receiver - like the LED on the frontpanel" ::= { Network 7 } netTxStatusOk OBJECT-TYPE SYNTAX INTEGER { ok(0),problem(1) } MAX-ACCESS read-only STATUS optional DESCRIPTION "Status of the Transmitters - like the LED on the frontpanel" ::= { Network 8 } netRxAncData OBJECT-TYPE SYNTAX INTEGER { ok(0),problem(1),inactive(2) } MAX-ACCESS read-only STATUS optional DESCRIPTION "Status of the ancillary data receiver" ::= { Network 9 } netTxAncData OBJECT-TYPE SYNTAX INTEGER { ok(0),problem(1),inactive(2) } MAX-ACCESS read-only STATUS optional DESCRIPTION "Status of the ancillary data transmitter" ::= { Network 10 } netJitterBufferUsage OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS optional DESCRIPTION "The percentage of used space inside the jitter buffer." ::= { Network 11 } ------------------------------------------------------ -- Elements in the Audio branch ------------------------------------------------------ audioOverload OBJECT-TYPE SYNTAX INTEGER { ok(0),overload(1) } MAX-ACCESS read-write STATUS optional DESCRIPTION "0 = no overload detected. 1 = overload detected. By performing a SET to this object the value is reset to 0" ::= { Audio 1 } audioInSilenceDetect OBJECT-TYPE SYNTAX INTEGER { ok(0),silence(1),inactive(2) } MAX-ACCESS read-write STATUS optional DESCRIPTION "0 = no silence detected. 1 = silence detected on the inputs. 2 = The input silence detector is not active. By performing a SET to this object the value is reset to 0" ::= { Audio 2 } audioOutSilenceDetect OBJECT-TYPE SYNTAX INTEGER { ok(0),silence(1),inactive(2) } MAX-ACCESS read-write STATUS optional DESCRIPTION "0 = no silence detected. 1 = silence detected on the outputs. 2 = The output silence detector is not active. By performing a SET to this object the value is reset to 0" ::= { Audio 3 } audioClockStatus OBJECT-TYPE SYNTAX INTEGER { ok(0),invalid(1) } MAX-ACCESS read-only STATUS optional DESCRIPTION "0 = Audio clock is valid. 1 = Audio clock is not valid." ::= { Audio 4 } audioClockFreq OBJECT-TYPE SYNTAX INTEGER(0..98000) MAX-ACCESS read-only STATUS optional DESCRIPTION "The frequency of the audio clock." ::= { Audio 5 } ------------------------------------------------------ END