-- -- IRT4620DDT-MIB.my (MIB for DDT-4620) -- v1.1 11/03/2011 - added wavelength -- v1.0 16/02/2010 -- - Original Issue. -- IRT4620DDT-MIB DEFINITIONS ::= BEGIN IMPORTS irtProducts, irt FROM IRT-MIB OBJECT-TYPE FROM RFC-1212 TRAP-TYPE FROM RFC-1215 sysObjectID, sysName FROM RFC1213-MIB; -- -- Node definitions -- -- 1.3.6.1.4.1.16557.3.63 irt4620DDT OBJECT IDENTIFIER ::= { irtProducts 63 } -- 1.3.6.1.4.1.16557.3.63.1 irt4620Signal OBJECT-TYPE SYNTAX INTEGER { notPresent(1), present(2) } ACCESS read-only STATUS mandatory DESCRIPTION "An indication that an input signal is present." ::= { irt4620DDT 1 } -- 1.3.6.1.4.1.16557.3.63.2 irt4620Optical OBJECT-TYPE SYNTAX INTEGER { LaserOkay(1), LaserFail(2) } ACCESS read-only STATUS mandatory DESCRIPTION "An indication that the laser is functioning correctly." ::= { irt4620DDT 2 } -- 1.3.6.1.4.1.16557.3.63.3 irt4620Reset OBJECT-TYPE SYNTAX INTEGER { reset(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Writing a 2 to this object will cause the agent to reset." ::= { irt4620DDT 3 } -- 1.3.6.1.4.1.16557.3.63.4 irt4620AlarmSource OBJECT-TYPE SYNTAX INTEGER { optical(1), signal(2), opticalAndSignal(3), none(4) } ACCESS read-write STATUS mandatory DESCRIPTION "On a Read will indicate which conditions may cause Traps. On a Write will set the conditions that can cause Traps. In a Trap indicates the cause of the Trap." ::= { irt4620DDT 4 } -- 1.3.6.1.4.1.16557.3.63.5 irt4620WaveLength OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An indication that the laser is functioning correctly." ::= { irt4620DDT 5 } -- -- Trap definitions -- irt4620AlarmTrap TRAP-TYPE ENTERPRISE irt VARIABLES { sysObjectID, sysName, irt4620AlarmSource } DESCRIPTION "If enabled, traps will be sent when the alarm source is first active or first cleared." ::= 63 END -- -- IRT4620DDT-MIB.my --