-- -- IRT4000TPD-MIB.my (MIB for TPD-4000) -- v1.0 23/12/2004 -- - Original Issue. -- IRT4000TPD-MIB DEFINITIONS ::= BEGIN IMPORTS irtProducts, irt FROM IRT-MIB OBJECT-TYPE FROM RFC-1212 TRAP-TYPE FROM RFC-1215 DisplayString FROM RFC1213-MIB; -- -- Node definitions -- -- 1.3.6.1.4.1.16557.3.13 irt4000TPD OBJECT IDENTIFIER ::= { irtProducts 13 } -- 1.3.6.1.4.1.16557.3.13.1 irt4000StatusTable OBJECT-TYPE SYNTAX SEQUENCE OF Irt4000StatusEntry ACCESS not-accessible STATUS mandatory ::= { irt4000TPD 1 } -- 1.3.6.1.4.1.16557.3.13.1.1 irt4000StatusEntry OBJECT-TYPE SYNTAX Irt4000StatusEntry ACCESS not-accessible STATUS mandatory INDEX { irt4000ioNumber } ::= { irt4000StatusTable 1 } Irt4000StatusEntry ::= SEQUENCE { irt4000ioNumber INTEGER, irt4000inputName DisplayString, irt4000inputState INTEGER, irt4000outputName DisplayString, irt4000outputState INTEGER } -- 1.3.6.1.4.1.16557.3.13.1.1.1 irt4000ioNumber OBJECT-TYPE SYNTAX INTEGER (1..8) ACCESS read-only STATUS mandatory ::= { irt4000StatusEntry 1 } -- 1.3.6.1.4.1.16557.3.13.1.1.2 irt4000inputName OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "The name applied to the input." ::= { irt4000StatusEntry 2 } -- 1.3.6.1.4.1.16557.3.13.1.1.3 irt4000inputState OBJECT-TYPE SYNTAX INTEGER { off(1), on(2) } ACCESS read-only STATUS mandatory DESCRIPTION "The state of the input, either on or off." ::= { irt4000StatusEntry 3 } -- 1.3.6.1.4.1.16557.3.13.1.1.4 irt4000outputName OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "The name applied to the output." ::= { irt4000StatusEntry 4 } -- 1.3.6.1.4.1.16557.3.13.1.1.5 irt4000outputState OBJECT-TYPE SYNTAX INTEGER { off(1), on(2) } ACCESS read-write STATUS mandatory DESCRIPTION "The state of the output, either on or off." ::= { irt4000StatusEntry 5 } -- 1.3.6.1.4.1.16557.3.13.2 irt4000Reset 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." ::= { irt4000TPD 2 } -- 1.3.6.1.4.1.16557.3.13.3 irt4000Trap OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "An indication whether traps are enabled from this module." ::= { irt4000TPD 3 } -- -- Trap definitions -- irt4000inputChange TRAP-TYPE ENTERPRISE irt VARIABLES { irt4000ioNumber, irt4000inputName, irt4000inputState } DESCRIPTION "If enabled, traps will be sent when there is a change of state of the inputs." ::= 269 END -- -- IRT4000TPD-MIB.my --