-- -- IRT4440DAC-MIB.my -- MIB generated by MG-SOFT Visual MIB Builder Version 5.0 Build 250 -- Monday, July 19, 2010 at 16:50:58 -- -- IRT4440DAC-MIB.my (MIB for DAC-4440) -- v1.0 19/07/2009 -- - oRIGINAL ISSUE. -- v1.1 21/04/2011 -- - MODIFIED TRAP DEFINITIONS SO THAT IT IS COMPATIBLE WITH REMOTE CONFIGURATION -- IRT4440DAC-MIB DEFINITIONS ::= BEGIN IMPORTS irtProducts, irt FROM IRT-MIB OBJECT-TYPE FROM RFC-1212 TRAP-TYPE FROM RFC-1215 sysObjectID, sysName, DisplayString FROM RFC1213-MIB; -- -- Node definitions -- -- Node definitions -- -- 1.3.6.1.4.1.16557.3.73 -- 1.3.6.1.4.1.16557.3.73 irt4440DAC OBJECT IDENTIFIER ::= { irtProducts 73 } -- 1.3.6.1.4.1.16557.3.73.1 -- 1.3.6.1.4.1.16557.3.73.1 irt4440AesToEone OBJECT IDENTIFIER ::= { irt4440DAC 1 } -- 1.3.6.1.4.1.16557.3.73.1.1 -- 1.3.6.1.4.1.16557.3.73.1.1 aesInput OBJECT-TYPE SYNTAX INTEGER { notPresent(1), present(2) } ACCESS read-only STATUS mandatory DESCRIPTION " An indication that AES input is present." ::= { irt4440AesToEone 1 } -- 1.3.6.1.4.1.16557.3.73.1.2 -- 1.3.6.1.4.1.16557.3.73.1.2 aes48K OBJECT-TYPE SYNTAX INTEGER { notPresent(1), present(2) } ACCESS read-only STATUS mandatory DESCRIPTION " An indication that AES @ 48K frame rate input is present." ::= { irt4440AesToEone 2 } -- 1.3.6.1.4.1.16557.3.73.1.3 -- 1.3.6.1.4.1.16557.3.73.1.3 controlSource OBJECT-TYPE SYNTAX INTEGER { dipSwitch(1), remoteSNMP(2) } ACCESS read-only STATUS mandatory DESCRIPTION " An indication that auxiliary data is controlled by dip-switch or remote SNMP." ::= { irt4440AesToEone 3 } -- 1.3.6.1.4.1.16557.3.73.1.4 -- 1.3.6.1.4.1.16557.3.73.1.4 auxSource OBJECT-TYPE SYNTAX INTEGER { userData(1), channelStatus(2), rs232(3) } ACCESS read-write STATUS mandatory DESCRIPTION " The auxiliary data source that is packed in G703." ::= { irt4440AesToEone 4 } -- 1.3.6.1.4.1.16557.3.73.2 -- 1.3.6.1.4.1.16557.3.73.2 irt4440EoneToAes OBJECT IDENTIFIER ::= { irt4440DAC 2 } -- 1.3.6.1.4.1.16557.3.73.2.1 -- 1.3.6.1.4.1.16557.3.73.2.1 eOne OBJECT-TYPE SYNTAX INTEGER { notPresent(1), present(2) } ACCESS read-only STATUS mandatory DESCRIPTION " An indication that G703 input is present." ::= { irt4440EoneToAes 1 } -- 1.3.6.1.4.1.16557.3.73.2.2 -- 1.3.6.1.4.1.16557.3.73.2.2 aesRef OBJECT-TYPE SYNTAX INTEGER { notPresent(1), present(2) } ACCESS read-only STATUS mandatory DESCRIPTION " An indication that AES reference input is present." ::= { irt4440EoneToAes 2 } -- 1.3.6.1.4.1.16557.3.73.2.3 -- 1.3.6.1.4.1.16557.3.73.2.3 auxData OBJECT-TYPE SYNTAX INTEGER { userData(1), channelStatus(2), rs232(3), notPresent(4) } ACCESS read-only STATUS mandatory DESCRIPTION " The auxiliary data that is received from G703" ::= { irt4440EoneToAes 3 } -- 1.3.6.1.4.1.16557.3.73.3 -- 1.3.6.1.4.1.16557.3.73.3 irt4440fpgaVersion OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The software version of the main FPGA in the format 'x.y' where x is the major revision number and y is the minor revision." ::= { irt4440DAC 3 } -- 1.3.6.1.4.1.16557.3.73.4 -- 1.3.6.1.4.1.16557.3.73.4 irt4440softwareVersion OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The software version of the NIOS in the format 'x.z' where x is the major revision number and z is the minor revision." ::= { irt4440DAC 4 } -- 1.3.6.1.4.1.16557.3.73.5 -- 1.3.6.1.4.1.16557.3.73.5 irt4440reset OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "A set with the value 2 sent to this OID will cause a system reset to occur. When queried returns a Null." ::= { irt4440DAC 5 } -- 1.3.6.1.4.1.16557.3.73.6 -- 1.3.6.1.4.1.16557.3.73.6 irt4440presAESTrapEnable OBJECT-TYPE SYNTAX INTEGER { notEnabled(1), enabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "If enabled, traps will be sent when AES input is present and when it is not present." ::= { irt4440DAC 6 } -- 1.3.6.1.4.1.16557.3.73.7 -- 1.3.6.1.4.1.16557.3.73.7 irt4440presE1TrapEnable OBJECT-TYPE SYNTAX INTEGER { notEnabled(1), enabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "If enabled, traps will be sent when G703 input is present and when it is not present." ::= { irt4440DAC 7 } -- -- Trap definitions -- -- Trap definitions -- irt4440presAESTrap TRAP-TYPE ENTERPRISE irt VARIABLES { sysObjectID, sysName, aesInput } DESCRIPTION "If enabled, traps will be sent when AES input is present or not present." ::= 1 irt4440presE1Trap TRAP-TYPE ENTERPRISE irt VARIABLES { sysObjectID, sysName, eOne } DESCRIPTION "If enabled, traps will be sent when G703 input is present or not present." ::= 2 END -- -- IRT4440DAC-MIB.my --