-- -- IRT4611HDx-MIB.my (MIB for HDT-4611 and HDR-4611) -- -- v1.2 17/03/2011 - - irt4611Signal, presentSD -> present -- -- -- v1.1 16/11/2010 -- - irt4611Signal, present -> presentSD -- - irt4611Signal, presentHighDef -> presentHD -- - irt4611OpticalConfig pinHD -> pin -- - irt4611OpticalConfig apdHD -> apd -- -- -- -- -- v1.0 07/07/2007 -- - Original Issue. -- IRT4611HDx-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.26 irt4611HDx OBJECT IDENTIFIER ::= { irtProducts 26 } -- 1.3.6.1.4.1.16557.3.26.1 irt4611Signal OBJECT-TYPE SYNTAX INTEGER { notPresent(1), present(2), presentHD(3) } ACCESS read-only STATUS mandatory DESCRIPTION "For a transmitter this indicates that an input signal is present. For a receiver it indicates that that signal has been detected as well as the presence of HD." ::= { irt4611HDx 1 } -- 1.3.6.1.4.1.16557.3.26.2 irt4611Optical OBJECT-TYPE SYNTAX INTEGER { opticalSignalPresent(1), noOpticalSignal(2) } ACCESS read-only STATUS mandatory DESCRIPTION "For a transmitter indicates that there is output from the laser. For a receiver indicates that there is an optical input." ::= { irt4611HDx 2 } -- 1.3.6.1.4.1.16557.3.26.3 irt4611OpticalConfig OBJECT-TYPE SYNTAX INTEGER { nm1470(1), nm1490(2), nm1510(3), nm1530(4), nm1550(5), nm1570(6), nm1590(7), nm1610(8), nm1310(15), wideband(16), apd(17), pin(18) } ACCESS read-only STATUS mandatory DESCRIPTION "In the case of a Transmitter options 1 to 15 indicate the Laser frequency. In the case of a Receiver the options 16 to 18 indicate the type of optical detector installed." ::= { irt4611HDx 3 } -- 1.3.6.1.4.1.16557.3.26.4 irt4611FactoryLevel OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Factory Use Only." ::= { irt4611HDx 4 } -- 1.3.6.1.4.1.16557.3.26.5 irt4611LaserEnable OBJECT-TYPE SYNTAX INTEGER { enabled(1), snmpEnabled(2), notEnabled(3), notApplicable(4) } ACCESS read-write STATUS mandatory DESCRIPTION "An indication of the state of the Laser Enable control (applicable to a Transmitter only). A write to this object with a value of 2 will enable the laser and a consequent read will return 'snmpEnabled'. Writing any other value will release the snmp control and now a read will be dependant on the state of LK4. " ::= { irt4611HDx 5 } -- 1.3.6.1.4.1.16557.3.26.6 irt4611Reset OBJECT-TYPE SYNTAX INTEGER { reset(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Writing a 2 to this object will cause the agent to reset." ::= { irt4611HDx 6 } -- 1.3.6.1.4.1.16557.3.26.7 irt4611AlarmSource 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." ::= { irt4611HDx 7 } -- 1.3.6.1.4.1.16557.3.26.8 irt4611TrapSeqNo OBJECT-TYPE SYNTAX INTEGER (1..127) ACCESS read-only STATUS mandatory DESCRIPTION "A number that increases by one for every trap sent. " ::= { irt4611HDx 8 } -- -- Trap definitions -- irt4611AlarmOnTrap TRAP-TYPE ENTERPRISE irt VARIABLES { sysObjectID, sysName, irt4611AlarmSource, irt4611TrapSeqNo } DESCRIPTION "If enabled, traps will be sent when an enabled alarm occurs." ::= 26 irt4611AlarmOffTrap TRAP-TYPE ENTERPRISE irt VARIABLES { sysObjectID, sysName, irt4611AlarmSource, irt4611TrapSeqNo } DESCRIPTION "If enabled, a trap will be sent when an enabled alarm restores." ::= 154 END -- -- IRT4611HDx-MIB.my --