-- -- IRT4624DDT-MIB.my -- MIB generated by MG-SOFT Visual MIB Builder Version 5.0 Build 250 -- Wednesday, October 13, 2010 at 10:49:58 -- -- IRT4624DDT-MIB.my -- MIB generated by MG-SOFT Visual MIB Builder Version 5.0 Build 250 -- Tuesday, October 06, 2009 at 14:20:16 -- -- -- IRT4624DDT-MIB DEFINITIONS ::= BEGIN IMPORTS irtProducts 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.70 -- 1.3.6.1.4.1.16557.3.70 irt4624DDT OBJECT IDENTIFIER ::= { irtProducts 70 } -- 1.3.6.1.4.1.16557.3.70.1 -- 1.3.6.1.4.1.16557.3.70.1 alarms OBJECT-TYPE SYNTAX INTEGER { noAlarms(1), urgentAlarms(2), nonUrgentAlarms(3), urgAndNonUrgentAlarms(4) } ACCESS read-only STATUS mandatory DESCRIPTION "The current state of the Urgent and Non Urgent alarms." ::= { irt4624DDT 1 } -- 1.3.6.1.4.1.16557.3.70.3 -- 1.3.6.1.4.1.16557.3.70.2 controlSource OBJECT-TYPE SYNTAX INTEGER { localDIPsw(1), remoteSNMP(2) } ACCESS read-only STATUS mandatory DESCRIPTION "The source for board control settings." ::= { irt4624DDT 2 } -- 1.3.6.1.4.1.16557.3.70.3 -- 1.3.6.1.4.1.16557.3.70.3 channelInfoTable OBJECT-TYPE SYNTAX SEQUENCE OF ChannelInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of channels." ::= { irt4624DDT 3 } -- 1.3.6.1.4.1.16557.3.70.3.1 -- 1.3.6.1.4.1.16557.3.70.3.1 channelInfoEntry OBJECT-TYPE SYNTAX ChannelInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about each channel." INDEX { channelNumber } ::= { channelInfoTable 1 } ChannelInfoEntry ::= SEQUENCE { channelNumber INTEGER, channelPresent INTEGER, channelWavelength INTEGER, channelKeepAlive INTEGER, channelAlias DisplayString, channelTrapEnable INTEGER } -- 1.3.6.1.4.1.16557.3.70.3.1.1 -- 1.3.6.1.4.1.16557.3.70.3.1.1 channelNumber OBJECT-TYPE SYNTAX INTEGER (1..4) ACCESS read-only STATUS mandatory DESCRIPTION "Channel Number." ::= { channelInfoEntry 1 } -- 1.3.6.1.4.1.16557.3.70.3.1.2 -- 1.3.6.1.4.1.16557.3.70.3.1.2 channelPresent OBJECT-TYPE SYNTAX INTEGER { notPresent(1), present(2) } ACCESS read-only STATUS mandatory DESCRIPTION "An indication that the Channel signal is present." ::= { channelInfoEntry 2 } -- 1.3.6.1.4.1.16557.3.70.3.1.4 -- 1.3.6.1.4.1.16557.3.70.3.1.3 channelWavelength OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The laser wavelength of the current channel." ::= { channelInfoEntry 3 } -- 1.3.6.1.4.1.16557.3.70.3.1.4 -- 1.3.6.1.4.1.16557.3.70.3.1.4 channelKeepAlive OBJECT-TYPE SYNTAX INTEGER { off(1), on(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Enable output optical keep alive signal on input loss." ::= { channelInfoEntry 4 } -- 1.3.6.1.4.1.16557.3.70.3.1.5 -- 1.3.6.1.4.1.16557.3.70.3.1.5 channelAlias OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "A 15 byte maximum Alias for the chosen Channel." ::= { channelInfoEntry 5 } -- 1.3.6.1.4.1.16557.3.70.3.1.6 -- 1.3.6.1.4.1.16557.3.70.3.1.6 channelTrapEnable OBJECT-TYPE SYNTAX INTEGER { notEnabled(1), enabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "If enabled, traps will be sent when the input is first present or first absent." ::= { channelInfoEntry 6 } -- 1.3.6.1.4.1.16557.3.70.4 -- 1.3.6.1.4.1.16557.3.70.4 fpgaVersion OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The firmware version of the main FPGA in the format 'x.y' where x is the major revision number and y is the minor revision number." ::= { irt4624DDT 4 } -- 1.3.6.1.4.1.16557.3.70.5 -- 1.3.6.1.4.1.16557.3.70.5 softwareVersion 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 number." ::= { irt4624DDT 5 } -- 1.3.6.1.4.1.16557.3.70.6 -- 1.3.6.1.4.1.16557.3.70.6 reset 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 1." ::= { irt4624DDT 6 } -- -- Trap definitions -- -- Trap definitions -- irt4624DDTStatusTrapCH1 TRAP-TYPE ENTERPRISE irt4624DDT VARIABLES { sysObjectID, sysName, channelPresent, channelAlias } DESCRIPTION "If enabled, a trap will be sent when CH1 input status changes." ::= 1 irt4624DDTStatusTrapCH2 TRAP-TYPE ENTERPRISE irt4624DDT VARIABLES { sysObjectID, sysName, channelPresent, channelAlias } DESCRIPTION "If enabled, a trap will be sent when CH2 input status changes." ::= 2 irt4624DDTStatusTrapCH3 TRAP-TYPE ENTERPRISE irt4624DDT VARIABLES { sysObjectID, sysName, channelPresent, channelAlias } DESCRIPTION "If enabled, a trap will be sent when CH3 input status changes." ::= 3 irt4624DDTStatusTrapCH4 TRAP-TYPE ENTERPRISE irt4624DDT VARIABLES { sysObjectID, sysName, channelPresent, channelAlias } DESCRIPTION "If enabled, a trap will be sent when CH4 input status changes." ::= 4 END -- -- IRT4624DDT-MIB.my --