-- -- IRT4500HDS-MIB.my -- MIB generated by MG-SOFT Visual MIB Builder Version 5.0 Build 250 -- Thursday, September 23, 2010 at 15:54:16 -- -- IRT4500HDS-MIB.my (MIB for HDS-4500) -- v1.0 23/09/2010 -- - Original Issue. -- IRT4500HDS-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 -- -- Node definitions -- -- 1.3.6.1.4.1.16557.3.77 -- 1.3.6.1.4.1.16557.3.77 irt4500HDS OBJECT IDENTIFIER ::= { irtProducts 77 } -- 1.3.6.1.4.1.16557.3.77.1 -- 1.3.6.1.4.1.16557.3.77.1 irt4500InputLock OBJECT-TYPE SYNTAX INTEGER { notLocked(1), sdLock(2), hdLock(3) } ACCESS read-only STATUS mandatory DESCRIPTION "." ::= { irt4500HDS 1 } -- 1.3.6.1.4.1.16557.3.77.2 -- 1.3.6.1.4.1.16557.3.77.2 irt4500InputSelected OBJECT-TYPE SYNTAX INTEGER (1..5) 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. " ::= { irt4500HDS 2 } -- 1.3.6.1.4.1.16557.3.77.3 -- 1.3.6.1.4.1.16557.3.77.3 irt4500Reset 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." ::= { irt4500HDS 3 } -- 1.3.6.1.4.1.16557.3.77.4 -- 1.3.6.1.4.1.16557.3.77.4 irt4500Trap OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "An indication whethet traps are enabled fronm this module." ::= { irt4500HDS 4 } -- -- Trap definitions -- -- Trap definitions -- irt4500InputLockTrap TRAP-TYPE ENTERPRISE irt VARIABLES { sysObjectID, sysName, irt4500InputLock } DESCRIPTION "If enabled, traps will be sent when an Alarm occurs." ::= 77 irt4500SelectionTrap TRAP-TYPE ENTERPRISE irt VARIABLES { irt4500InputSelected } DESCRIPTION "If enabled, a trap will be sent when the input selection changes." ::= 205 END -- -- IRT4500HDS-MIB.my --