-- -- IRT4370AMS-MIB.my (MIB for AMS-4370) -- v1.0 28/08/2007 -- - Original Issue. -- IRT4370AMS-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.27 irt4370AMS OBJECT IDENTIFIER ::= { irtProducts 27 } -- 1.3.6.1.4.1.16557.3.27.1 irt4370Status OBJECT-TYPE SYNTAX INTEGER { inAoutA(1), inAoutB(2) } ACCESS read-write STATUS mandatory DESCRIPTION "An indication of the state of the magnetic latching relays. inAoutA defines Input A connected to Output A and Input B connected to Output B. inAoutB defines Input A connected to Output B and Input B connected to Output A." ::= { irt4370AMS 1 } -- 1.3.6.1.4.1.16557.3.27.2 irt4370LocalRemote OBJECT-TYPE SYNTAX INTEGER { remote(1), local(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates the state of the front panel Remote/Local Switch. SNMP control is disabled and front panel control is enabled if this switch is in the Local position. External control (ie via the rear assembly) is always in operation. " ::= { irt4370AMS 2 } -- 1.3.6.1.4.1.16557.3.27.3 irt4370Controls OBJECT-TYPE SYNTAX INTEGER { activated(1), unActivated(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates if any external controls (via the rear assembly), or the front panel Set/Reset switch are operated." ::= { irt4370AMS 3 } -- 1.3.6.1.4.1.16557.3.27.4 irt4370Reset OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "A set with a value of 2 sent to thid OID will cause a system reset to occur. When queried returns a Null." ::= { irt4370AMS 4 } -- 1.3.6.1.4.1.16557.3.27.5 irt4370Trap OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "An indication whether traps are enabled from this module." ::= { irt4370AMS 5 } -- 1.3.6.1.4.1.16557.3.27.6 irt4370TrapSeqNo OBJECT-TYPE SYNTAX INTEGER (1..127) ACCESS read-only STATUS mandatory DESCRIPTION "A number that increases by one for every trap sent." ::= { irt4370AMS 6 } -- -- Trap definitions -- irt4170StatusTrap TRAP-TYPE ENTERPRISE irt VARIABLES { sysObjectID, sysName, irt4370Status, irt4370TrapSeqNo } DESCRIPTION "If enabled, this trap will be sent when the module Status changes." ::= 27 END -- -- IRT4370AMS-MIB.my --