-- -- IRT4580EOT-MIB.my (MIB for EOT-4580) -- v2.0 06/10/2009 -- - MIB regenerated for MIB Browser compatability. -- v1.0 09/07/2007 -- - Original Issue. -- IRT4580EOT-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.25 irt4580EOT OBJECT IDENTIFIER ::= { irtProducts 25 } -- 1.3.6.1.4.1.16557.3.25.1 cat5Signal OBJECT-TYPE SYNTAX INTEGER { notPresent(1), present(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates if an successful link is establish on the ethernet network. Requires receive optical signal present." ::= { irt4580EOT 1 } -- 1.3.6.1.4.1.16557.3.25.2 txOptical OBJECT-TYPE SYNTAX INTEGER { opticalSignalPresent(1), laserFail(2) } ACCESS read-only STATUS mandatory DESCRIPTION "For a transmitter indicates that there is output from the laser." ::= { irt4580EOT 2 } -- 1.3.6.1.4.1.16557.3.25.3 rxOptical OBJECT-TYPE SYNTAX INTEGER { opticalSignalPresent(1), noOpticalSignal(2) } ACCESS read-only STATUS mandatory DESCRIPTION "For a receiver indicates that there is an optical input." ::= { irt4580EOT 3 } -- 1.3.6.1.4.1.16557.3.25.4 txWaveLength OBJECT-TYPE SYNTAX INTEGER { nm1470(1), nm1490(2), nm1510(3), nm1530(4), nm1550(5), nm1570(6), nm1590(7), nm1610(8), nm1310(15), wideband(16) } ACCESS read-only STATUS mandatory DESCRIPTION "An indication of the Laser frequency" ::= { irt4580EOT 4 } -- 1.3.6.1.4.1.16557.3.25.5 rxOpticalType OBJECT-TYPE SYNTAX INTEGER { apd(1), pin(2) } ACCESS read-only STATUS mandatory DESCRIPTION "OPtical receiver type." ::= { irt4580EOT 5 } -- 1.3.6.1.4.1.16557.3.25.6 txLightLevel OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An indication of the light level." ::= { irt4580EOT 6 } -- 1.3.6.1.4.1.16557.3.25.7 rxLightLevel OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An indication of the light level." ::= { irt4580EOT 7 } -- 1.3.6.1.4.1.16557.3.25.8 irt4210Reset OBJECT-TYPE SYNTAX INTEGER { inactive(1), reset(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Writing a 2 to this object will cause the agent to reset." ::= { irt4580EOT 8 } -- -- 1.3.6.1.4.1.16557.3.25.9 alarmSource OBJECT-TYPE SYNTAX INTEGER { lossOpticalRx(1), lossOpticalTx(2), allSources(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 it indicates the cause of the Trap." ::= { irt4580EOT 9 } -- 1.3.6.1.4.1.16557.3.25.10 trapSeqNo OBJECT-TYPE SYNTAX INTEGER (1..127) ACCESS read-only STATUS mandatory DESCRIPTION "A number that increases by one for every trap sent." ::= { irt4580EOT 10 } -- -- Trap definitions -- alarmOnTrap TRAP-TYPE ENTERPRISE irt VARIABLES { sysObjectID, sysName, alarmSource, trapSeqNo } DESCRIPTION "If enabled, traps will be sent when an enabled alarm occurs." ::= 25 alarmOffTrap TRAP-TYPE ENTERPRISE irt VARIABLES { sysObjectID, sysName, alarmSource, trapSeqNo } DESCRIPTION "If enabled, a trap will be sent when an enabled alarm restores." ::= 153 END -- -- IRT4580EOT-MIB.my --