-- -- IRT4040DVS-MIB.my (MIB for DVS-4040) -- v1.1 08/03/2011 -- - Input status (24) to (31) designations c & d corrected. -- v1.0 16/11/2004 -- - Original Issue. -- IRT4040DVS-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.11 irt4040DVS OBJECT IDENTIFIER ::= { irtProducts 11 } -- 1.3.6.1.4.1.16557.3.11.2 irt4040InputsPresent OBJECT-TYPE SYNTAX INTEGER { axxxx(1), xbxxx(2), abxxx(3), xxcxx(4), axcxx(5), xbcxx(6), abcxx(7), xxxdx(8), axxdx(9), xbxdx(10), abxdx(11), xxcdx(12), axcdx(13), xbcdx(14), abcdx(15), xxxxe(16), axxxe(17), xbxxe(18), abxxe(19), xxcxe(20), axcxe(21), xbcxe(22), abcxe(23), xxxde(24), axxde(25), xbxde(26), abxde(27), xxcde(28), axcde(29), xbcde(30), abcde(31), xxxxx(127) } ACCESS read-only STATUS mandatory DESCRIPTION "A value which indicates which signal inputs on this module are present. Inputs present are given the following values - First input - a Second input - b Third input - c Fourth input - d Fifth input - e If the input is not present an x is shown in its place." ::= { irt4040DVS 2 } -- 1.3.6.1.4.1.16557.3.11.3 irt4040InputSelected OBJECT-TYPE SYNTAX INTEGER (1..20) ACCESS read-write STATUS mandatory DESCRIPTION "The number of the currently selected input on this group of modules ( ie a number between 1 and 20 ). When selecting an input, a number between 1 and 5 inclusive, representing the number of the button on the front of this module must be used. " ::= { irt4040DVS 3 } -- 1.3.6.1.4.1.16557.3.11.4 irt4040Reset OBJECT-TYPE SYNTAX INTEGER { reset(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Writing a 2 to this object will cause the agent to reset the module." ::= { irt4040DVS 4 } -- 1.3.6.1.4.1.16557.3.11.5 irt4040Trap OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "An indication whethet traps are enabled fronm this module." ::= { irt4040DVS 5 } -- -- Trap definitions -- irt4040AlarmOnTrap TRAP-TYPE ENTERPRISE irt VARIABLES { sysObjectID, sysName, irt4040InputsPresent } DESCRIPTION "If enabled, traps will be sent when an Alarm occurs." ::= 11 irt4040AlarmOffTrap TRAP-TYPE ENTERPRISE irt VARIABLES { sysObjectID, sysName, irt4040InputsPresent } DESCRIPTION "If enabled, traps will be sent when the Alarm clears." ::= 139 irt4040SelectionTrap TRAP-TYPE ENTERPRISE irt VARIABLES { irt4040InputSelected } DESCRIPTION "If enabled, a trap will be sent when the input selection changes." ::= 267 END -- -- IRT4040DVS-MIB.my --